SamlAccount
An interface that represents a SAML account.
- Name
active
- Type
boolean
- Description
A boolean that indicates whether the SAML account is active.
- Name
email_address
- Type
string
- Description
The email address of the SAML account.
- Name
first_name
- Type
string
- Description
The first name of the SAML account.
- Name
last_name
- Type
string
- Description
The last name of the SAML account.
- Name
saml_connection
- Type
SamlAccountConnection | null
- Description
The SAML connection of the SAML account.
- Name
provider
- Type
'saml_okta' | 'saml_google' | 'saml_microsoft' | 'saml_custom'
- Description
The provider of the SAML account.
- Name
provider_user_id
- Type
string | null
- Description
The user's ID as used in the provider.
- Name
verification
- Type
Verification | null
- Description
The verification of the SAML account.
Feedback
Last updated on