Auth0 Universal Components
GitHub
Auth0
Preparing search index...
public-api
SsoProviderTableLogicProps
Interface SsoProviderTableLogicProps
interface
SsoProviderTableLogicProps
{
createAction
:
ComponentAction
<
void
,
void
>
;
customMessages
:
Partial
<
SsoProviderTableMessages
>
|
undefined
;
data
:
IdpKnownResponse
[]
;
editAction
:
ComponentAction
<
IdpKnownResponse
,
void
>
;
hideHeader
:
boolean
;
isDeleting
:
boolean
;
isLoading
:
boolean
;
isRemoving
:
boolean
;
isUpdating
:
boolean
;
isUpdatingId
:
string
|
null
;
isViewLoading
:
boolean
;
organization
:
OrganizationPrivate
|
null
;
readOnly
:
boolean
;
selectedIdp
:
IdpKnownResponse
|
null
;
shouldAllowDeletion
:
boolean
;
shouldHideCreate
:
boolean
;
showDeleteModal
:
boolean
;
showRemoveModal
:
boolean
;
styling
:
ComponentStyling
<
SsoProviderTableClasses
>
|
undefined
;
}
Index
Properties
create
Action
custom
Messages
data
edit
Action
hide
Header
is
Deleting
is
Loading
is
Removing
is
Updating
is
Updating
Id
is
View
Loading
organization
read
Only
selected
Idp
should
Allow
Deletion
should
Hide
Create
show
Delete
Modal
show
Remove
Modal
styling
Properties
create
Action
createAction
:
ComponentAction
<
void
,
void
>
custom
Messages
customMessages
:
Partial
<
SsoProviderTableMessages
>
|
undefined
data
data
:
IdpKnownResponse
[]
edit
Action
editAction
:
ComponentAction
<
IdpKnownResponse
,
void
>
hide
Header
hideHeader
:
boolean
is
Deleting
isDeleting
:
boolean
is
Loading
isLoading
:
boolean
is
Removing
isRemoving
:
boolean
is
Updating
isUpdating
:
boolean
is
Updating
Id
isUpdatingId
:
string
|
null
is
View
Loading
isViewLoading
:
boolean
organization
organization
:
OrganizationPrivate
|
null
read
Only
readOnly
:
boolean
selected
Idp
selectedIdp
:
IdpKnownResponse
|
null
should
Allow
Deletion
shouldAllowDeletion
:
boolean
should
Hide
Create
shouldHideCreate
:
boolean
show
Delete
Modal
showDeleteModal
:
boolean
show
Remove
Modal
showRemoveModal
:
boolean
styling
styling
:
ComponentStyling
<
SsoProviderTableClasses
>
|
undefined
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
create
Action
custom
Messages
data
edit
Action
hide
Header
is
Deleting
is
Loading
is
Removing
is
Updating
is
Updating
Id
is
View
Loading
organization
read
Only
selected
Idp
should
Allow
Deletion
should
Hide
Create
show
Delete
Modal
show
Remove
Modal
styling
GitHub
Auth0
Auth0 Universal Components
Loading...