Back to Node Auth0

Interface UserAttributeProfileUserAttributeAdditionalProperties

docs/interfaces/management.Management.UserAttributeProfileUserAttributeAdditionalProperties.html

5.9.12.4 KB
Original Source

Interface UserAttributeProfileUserAttributeAdditionalProperties

interface UserAttributeProfileUserAttributeAdditionalProperties {
description: string;
label: string;
profile_required: boolean;
auth0_mapping: string;
oidc_mapping?: UserAttributeProfileOidcMapping;
saml_mapping?: UserAttributeProfileSamlMapping;
scim_mapping?: string;
strategy_overrides?: UserAttributeProfileStrategyOverrides;
}

Index

Properties

descriptionlabelprofile_requiredauth0_mappingoidc_mapping?saml_mapping?scim_mapping?strategy_overrides?

Properties

description

description: string

Description of this attribute

label

label: string

Display label for this attribute

profile_required

profile_required: boolean

Whether this attribute is required in the profile

auth0_mapping

auth0_mapping: string

Auth0 mapping for this attribute

Optionaloidc_mapping

oidc_mapping?: UserAttributeProfileOidcMapping

Optionalsaml_mapping

saml_mapping?: UserAttributeProfileSamlMapping

SAML mapping for this attribute

Optionalscim_mapping

scim_mapping?: string

SCIM mapping for this attribute

Optionalstrategy_overrides

strategy_overrides?: UserAttributeProfileStrategyOverrides

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties descriptionlabelprofile_requiredauth0_mappingoidc_mappingsaml_mappingscim_mappingstrategy_overrides