List Identity Providers
licensemanagerusersubscriptions_list_identity_providers | R Documentation |
Lists the Active Directory identity providers for user-based subscriptions¶
Description¶
Lists the Active Directory identity providers for user-based subscriptions.
Usage¶
Arguments¶
Filters
You can use the following filters to streamline results:
Product
DirectoryId
MaxResults
The maximum number of results to return from a single request.
NextToken
A token to specify where to start paginating. This is the nextToken from a previously truncated response.
Value¶
A list with the following syntax:
list(
IdentityProviderSummaries = list(
list(
FailureMessage = "string",
IdentityProvider = list(
ActiveDirectoryIdentityProvider = list(
ActiveDirectorySettings = list(
DomainCredentialsProvider = list(
SecretsManagerCredentialsProvider = list(
SecretId = "string"
)
),
DomainIpv4List = list(
"string"
),
DomainName = "string",
DomainNetworkSettings = list(
Subnets = list(
"string"
)
)
),
ActiveDirectoryType = "SELF_MANAGED"|"AWS_MANAGED",
DirectoryId = "string"
)
),
IdentityProviderArn = "string",
Product = "string",
Settings = list(
SecurityGroupId = "string",
Subnets = list(
"string"
)
),
Status = "string"
)
),
NextToken = "string"
)