SamlIdentityProviderAttributeMapping
An SamlIdentityProviderAttributeMapping maps a claim (attribute) returned from an external SAML identity provider user authentication or user verification to an IDaaS user attribute.
Properties
Name | Type | Description | Notes |
---|---|---|---|
claim | str | The name of the claim (attribute) being mapped. This value must be provided when creating or modifying an attribute mapping. | |
id | str | The UUID of the SAML identity provider attribute mapping. | [optional] |
saml_identity_provider_id | str | The UUID of the SAML identity provider the attribute mapping belongs to. | [optional] |
user_attribute | UserAttribute | [optional] | |
user_attribute_id | str | The UUID of the IDaaS user attribute being mapped to. This value must be provided when creating or modifying an attribute mapping. |