List Identity Providers
licensemanagerusersubscriptions_list_identity_providers | R Documentation |
Lists the identity providers for user-based subscriptions¶
Description¶
Lists the identity providers for user-based subscriptions.
Usage¶
Arguments¶
MaxResults
Maximum number of results to return in a single call.
NextToken
Token for the next set of results.
Value¶
A list with the following syntax:
list(
IdentityProviderSummaries = list(
list(
FailureMessage = "string",
IdentityProvider = list(
ActiveDirectoryIdentityProvider = list(
DirectoryId = "string"
)
),
Product = "string",
Settings = list(
SecurityGroupId = "string",
Subnets = list(
"string"
)
),
Status = "string"
)
),
NextToken = "string"
)