Auth0 Universal Components
GitHub
Auth0
Preparing search index...
public-api
UseSsoProviderTableOptions
Interface UseSsoProviderTableOptions
Options for the combined useSsoProviderTable hook.
interface
UseSsoProviderTableOptions
{
createAction
:
ComponentAction
<
void
>
;
customMessages
?:
SsoProviderTableMessages
;
deleteAction
?:
ComponentAction
<
IdpKnownResponse
,
void
>
;
deleteFromOrganizationAction
?:
ComponentAction
<
IdpKnownResponse
,
void
>
;
editAction
:
ComponentAction
<
IdpKnownResponse
>
;
enableProviderAction
?:
ComponentAction
<
IdpKnownResponse
,
void
>
;
readOnly
?:
boolean
;
}
Index
Properties
create
Action
custom
Messages?
delete
Action?
delete
From
Organization
Action?
edit
Action
enable
Provider
Action?
read
Only?
Properties
create
Action
createAction
:
ComponentAction
<
void
>
Optional
custom
Messages
customMessages
?:
SsoProviderTableMessages
Optional
delete
Action
deleteAction
?:
ComponentAction
<
IdpKnownResponse
,
void
>
Optional
delete
From
Organization
Action
deleteFromOrganizationAction
?:
ComponentAction
<
IdpKnownResponse
,
void
>
edit
Action
editAction
:
ComponentAction
<
IdpKnownResponse
>
Optional
enable
Provider
Action
enableProviderAction
?:
ComponentAction
<
IdpKnownResponse
,
void
>
Optional
read
Only
readOnly
?:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
create
Action
custom
Messages
delete
Action
delete
From
Organization
Action
edit
Action
enable
Provider
Action
read
Only
GitHub
Auth0
Auth0 Universal Components
Loading...
Options for the combined useSsoProviderTable hook.