Deregister Identity Provider
licensemanagerusersubscriptions_deregister_identity_provider | R Documentation |
Deregisters the identity provider from providing user-based subscriptions¶
Description¶
Deregisters the identity provider from providing user-based subscriptions.
Usage¶
Arguments¶
IdentityProvider
[required] An object that specifies details for the identity provider.
Product
[required] The name of the user-based subscription product.
Value¶
A list with the following syntax:
list(
IdentityProviderSummary = list(
FailureMessage = "string",
IdentityProvider = list(
ActiveDirectoryIdentityProvider = list(
DirectoryId = "string"
)
),
Product = "string",
Settings = list(
SecurityGroupId = "string",
Subnets = list(
"string"
)
),
Status = "string"
)
)