List User Associations
licensemanagerusersubscriptions_list_user_associations | R Documentation |
Lists user associations for an identity provider¶
Description¶
Lists user associations for an identity provider.
Usage¶
licensemanagerusersubscriptions_list_user_associations(Filters,
IdentityProvider, InstanceId, MaxResults, NextToken)
Arguments¶
Filters
An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify.
IdentityProvider
[required] An object that specifies details for the identity provider.
InstanceId
[required] The ID of the EC2 instance, which provides user-based subscriptions.
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(
InstanceUserSummaries = list(
list(
AssociationDate = "string",
DisassociationDate = "string",
Domain = "string",
IdentityProvider = list(
ActiveDirectoryIdentityProvider = list(
DirectoryId = "string"
)
),
InstanceId = "string",
Status = "string",
StatusMessage = "string",
Username = "string"
)
),
NextToken = "string"
)