Deregister Identity Provider
licensemanagerusersubscriptions_deregister_identity_provider | R Documentation |
Deregisters the Active Directory identity provider from License Manager user-based subscriptions¶
Description¶
Deregisters the Active Directory identity provider from License Manager user-based subscriptions.
Usage¶
licensemanagerusersubscriptions_deregister_identity_provider(
IdentityProvider, IdentityProviderArn, Product)
Arguments¶
IdentityProvider
An object that specifies details for the Active Directory identity provider.
IdentityProviderArn
The Amazon Resource Name (ARN) that identifies the identity provider to deregister.
Product
The name of the user-based subscription product.
Valid values:
VISUAL_STUDIO_ENTERPRISE
|VISUAL_STUDIO_PROFESSIONAL
|OFFICE_PROFESSIONAL_PLUS
|REMOTE_DESKTOP_SERVICES
Value¶
A list with the following syntax:
list(
IdentityProviderSummary = 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"
)
)
Request syntax¶
svc$deregister_identity_provider(
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"
)