Auth0 Universal Components
GitHub
Auth0
Preparing search index...
public-api
SsoProviderTabProps
Interface SsoProviderTabProps
Props for SsoProviderTab component.
interface
SsoProviderTabProps
{
customMessages
?:
Partial
<
SsoProviderTabMessages
>
;
formActions
:
SsoProviderDetailsFormActions
;
hasSsoAttributeSyncWarning
?:
boolean
;
idpConfig
:
any
;
isDeleting
:
boolean
;
isRemoving
:
boolean
;
isSyncingAttributes
?:
boolean
;
onAttributeSync
?:
()
=>
void
|
Promise
<
void
>
;
onDelete
:
(
provider
:
IdpKnownResponse
)
=>
Promise
<
void
>
;
onRemove
:
(
provider
:
IdpKnownResponse
)
=>
Promise
<
void
>
;
organization
:
OrganizationPrivate
|
null
;
provider
:
IdpKnownResponse
|
null
;
readOnly
?:
boolean
;
schema
?:
Partial
<
SsoProviderTabSchemas
>
;
shouldAllowDeletion
:
boolean
;
styling
?:
ComponentStyling
<
SsoProviderTabClasses
>
;
}
Hierarchy
SharedComponentProps
<
SsoProviderTabMessages
,
SsoProviderTabClasses
,
SsoProviderTabSchemas
,
>
SsoProviderTabProps
Index
Properties
custom
Messages?
form
Actions
has
Sso
Attribute
Sync
Warning?
idp
Config
is
Deleting
is
Removing
is
Syncing
Attributes?
on
Attribute
Sync?
on
Delete
on
Remove
organization
provider
read
Only?
schema?
should
Allow
Deletion
styling?
Properties
Optional
custom
Messages
customMessages
?:
Partial
<
SsoProviderTabMessages
>
form
Actions
formActions
:
SsoProviderDetailsFormActions
Optional
has
Sso
Attribute
Sync
Warning
hasSsoAttributeSyncWarning
?:
boolean
idp
Config
idpConfig
:
any
is
Deleting
isDeleting
:
boolean
is
Removing
isRemoving
:
boolean
Optional
is
Syncing
Attributes
isSyncingAttributes
?:
boolean
Optional
on
Attribute
Sync
onAttributeSync
?:
()
=>
void
|
Promise
<
void
>
on
Delete
onDelete
:
(
provider
:
IdpKnownResponse
)
=>
Promise
<
void
>
on
Remove
onRemove
:
(
provider
:
IdpKnownResponse
)
=>
Promise
<
void
>
organization
organization
:
OrganizationPrivate
|
null
provider
provider
:
IdpKnownResponse
|
null
Optional
read
Only
readOnly
?:
boolean
Optional
schema
schema
?:
Partial
<
SsoProviderTabSchemas
>
should
Allow
Deletion
shouldAllowDeletion
:
boolean
Optional
styling
styling
?:
ComponentStyling
<
SsoProviderTabClasses
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
custom
Messages
form
Actions
has
Sso
Attribute
Sync
Warning
idp
Config
is
Deleting
is
Removing
is
Syncing
Attributes
on
Attribute
Sync
on
Delete
on
Remove
organization
provider
read
Only
schema
should
Allow
Deletion
styling
GitHub
Auth0
Auth0 Universal Components
Loading...
Props for SsoProviderTab component.