IdentityProviderList interface
List of all the Identity Providers configured on the service instance.
Properties
count | Total record count number across all pages. |
next |
Next page link if any. |
value | Identity Provider configuration values. |
Property Details
count
Total record count number across all pages.
count?: number
Property Value
number
nextLink
Next page link if any.
nextLink?: string
Property Value
string
value
Identity Provider configuration values.
value?: IdentityProviderContract[]