Disassociate User
licensemanagerusersubscriptions_disassociate_user | R Documentation |
Disassociates the user from an EC2 instance providing user-based subscriptions¶
Description¶
Disassociates the user from an EC2 instance providing user-based subscriptions.
Usage¶
Arguments¶
Domain
The domain name of the user.
IdentityProvider
[required] An object that specifies details for the identity provider.
InstanceId
[required] The ID of the EC2 instance, which provides user-based subscriptions.
Username
[required] The user name from the identity provider for the user.
Value¶
A list with the following syntax:
list(
InstanceUserSummary = list(
AssociationDate = "string",
DisassociationDate = "string",
Domain = "string",
IdentityProvider = list(
ActiveDirectoryIdentityProvider = list(
DirectoryId = "string"
)
),
InstanceId = "string",
Status = "string",
StatusMessage = "string",
Username = "string"
)
)