Class: Aws::LicenseManagerUserSubscriptions::Types::UpdateIdentityProviderSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerUserSubscriptions::Types::UpdateIdentityProviderSettingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanagerusersubscriptions/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identity_provider ⇒ Types::IdentityProvider
Refers to an identity provider.
-
#identity_provider_arn ⇒ String
The Amazon Resource Name (ARN) of the identity provider to update.
-
#product ⇒ String
The name of the user-based subscription product.
-
#update_settings ⇒ Types::UpdateSettings
Updates the registered identity provider’s product related configuration settings.
Instance Attribute Details
#identity_provider ⇒ Types::IdentityProvider
Refers to an identity provider.
1348 1349 1350 1351 1352 1353 1354 1355 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 1348 class UpdateIdentityProviderSettingsRequest < Struct.new( :identity_provider, :identity_provider_arn, :product, :update_settings) SENSITIVE = [] include Aws::Structure end |
#identity_provider_arn ⇒ String
The Amazon Resource Name (ARN) of the identity provider to update.
1348 1349 1350 1351 1352 1353 1354 1355 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 1348 class UpdateIdentityProviderSettingsRequest < Struct.new( :identity_provider, :identity_provider_arn, :product, :update_settings) SENSITIVE = [] include Aws::Structure end |
#product ⇒ String
The name of the user-based subscription product.
Valid values: ‘VISUAL_STUDIO_ENTERPRISE` | `VISUAL_STUDIO_PROFESSIONAL` | `OFFICE_PROFESSIONAL_PLUS`
1348 1349 1350 1351 1352 1353 1354 1355 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 1348 class UpdateIdentityProviderSettingsRequest < Struct.new( :identity_provider, :identity_provider_arn, :product, :update_settings) SENSITIVE = [] include Aws::Structure end |
#update_settings ⇒ Types::UpdateSettings
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.
1348 1349 1350 1351 1352 1353 1354 1355 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 1348 class UpdateIdentityProviderSettingsRequest < Struct.new( :identity_provider, :identity_provider_arn, :product, :update_settings) SENSITIVE = [] include Aws::Structure end |