OidcIdentityProviderUserAuthMatchMapping
An OidcIdentityProviderUserAuthMatchMapping maps a claim returned from an external OIDC identity provide user authentication to an IDaaS User user attribute for matching purposes.
Properties
Name | Type | Description | Notes |
---|---|---|---|
claim | str | The name of the claim being mapped. This value must be provided when creating or modifying a user authentication match mapping. | |
id | str | The UUID of the OIDC identity provider user authentication match mapping. | [optional] |
oidc_identity_provider_id | str | The UUID of the OIDC identity provider the user authentication match 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 a user authentication match mapping. |