Auth0 Universal Components
GitHub
Auth0
Preparing search index...
public-api
SsoProviderAttributeMappingsProps
Interface SsoProviderAttributeMappingsProps
interface
SsoProviderAttributeMappingsProps
{
className
?:
string
;
customMessages
?:
Partial
<
SsoProviderAttributeMappingsMessages
>
;
isProvisioning
?:
boolean
;
readOnly
?:
boolean
;
schema
?:
object
;
strategy
:
IdpStrategy
|
null
;
styling
?:
ComponentStyling
<
Record
<
string
,
string
|
undefined
>
>
;
userAttributeMap
:
|
IdpProvisioningUserAttributeMap
|
IdpUserAttributeMap
|
null
;
}
Hierarchy
SharedComponentProps
<
SsoProviderAttributeMappingsMessages
>
SsoProviderAttributeMappingsProps
Index
Properties
class
Name?
custom
Messages?
is
Provisioning?
read
Only?
schema?
strategy
styling?
user
Attribute
Map
Properties
Optional
class
Name
className
?:
string
Optional
custom
Messages
customMessages
?:
Partial
<
SsoProviderAttributeMappingsMessages
>
Optional
is
Provisioning
isProvisioning
?:
boolean
Optional
read
Only
readOnly
?:
boolean
Optional
schema
schema
?:
object
strategy
strategy
:
IdpStrategy
|
null
Optional
styling
styling
?:
ComponentStyling
<
Record
<
string
,
string
|
undefined
>
>
user
Attribute
Map
userAttributeMap
:
IdpProvisioningUserAttributeMap
|
IdpUserAttributeMap
|
null
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
class
Name
custom
Messages
is
Provisioning
read
Only
schema
strategy
styling
user
Attribute
Map
GitHub
Auth0
Auth0 Universal Components
Loading...