FederatedIdentityCredentialsListResult interface
Values returned by the List operation for federated identity credentials.
Properties
next |
The url to get the next page of results, if any. |
value | The collection of federated identity credentials returned by the listing operation. |
Property Details
nextLink
The url to get the next page of results, if any.
nextLink?: string
Property Value
string
value
The collection of federated identity credentials returned by the listing operation.
value?: FederatedIdentityCredential[]