Update Identity Provider Settings
licensemanagerusersubscriptions_update_identity_provider_settings | R Documentation |
Updates additional product configuration settings for the registered identity provider¶
Description¶
Updates additional product configuration settings for the registered identity provider.
Usage¶
licensemanagerusersubscriptions_update_identity_provider_settings(
IdentityProvider, Product, UpdateSettings)
Arguments¶
IdentityProvider
[required]
Product
[required] The name of the user-based subscription product.
UpdateSettings
[required] Updates the registered identity provider’s product related configuration settings. You can update any combination of settings in a single operation such as the:
Subnets which you want to add to provision VPC endpoints.
Subnets which you want to remove the VPC endpoints from.
Security group ID which permits traffic to the VPC endpoints.
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"
)
)