The Backend SamlAccount object
The Backend SamlAccount object describes a SAML account.
- Name
-  active
- Type
- boolean
- Description
- A boolean that indicates whether the SAML account is active. 
 
- Name
-  emailAddress
- Type
- string
- Description
- The email address of the SAML account. 
 
- Name
-  firstName
- Type
- string
- Description
- The first name of the SAML account. 
 
- Name
-  id
- Type
- string
- Description
- The unique identifier for the SAML account. 
 
- Name
-  lastName
- Type
- string
- Description
- The last name of the SAML account. 
 
- Name
-  provider
- Type
- string
- Description
- The provider of the SAML account. 
 
- Name
-  providerUserId
- Type
- null | string
- Description
- The user's ID as used in the provider. 
 
- Name
-  samlConnection
- Type
- null | SamlAccountConnection
- Description
- The SAML connection of the SAML account. 
 
- Name
-  verification
- Type
- null | Verification
- Description
- The verification of the SAML account. 
 
Last updated on