Class: Aws::LicenseManagerUserSubscriptions::Types::UpdateIdentityProviderSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerUserSubscriptions::Types::UpdateIdentityProviderSettingsRequest
- Defined in:
- gems/aws-sdk-licensemanagerusersubscriptions/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.
1388 1389 1390 1391 1392 1393 1394 1395 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 1388 class UpdateIdentityProviderSettingsRequest < Struct.new( :identity_provider, :product, :identity_provider_arn, :update_settings) SENSITIVE = [] include Aws::Structure end |
#identity_provider_arn ⇒ String
The Amazon Resource Name (ARN) of the identity provider to update.
1388 1389 1390 1391 1392 1393 1394 1395 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 1388 class UpdateIdentityProviderSettingsRequest < Struct.new( :identity_provider, :product, :identity_provider_arn, :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
|
REMOTE_DESKTOP_SERVICES
1388 1389 1390 1391 1392 1393 1394 1395 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 1388 class UpdateIdentityProviderSettingsRequest < Struct.new( :identity_provider, :product, :identity_provider_arn, :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.
1388 1389 1390 1391 1392 1393 1394 1395 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 1388 class UpdateIdentityProviderSettingsRequest < Struct.new( :identity_provider, :product, :identity_provider_arn, :update_settings) SENSITIVE = [] include Aws::Structure end |