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.
1400 1401 1402 1403 1404 1405 1406 1407 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 1400 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.
1400 1401 1402 1403 1404 1405 1406 1407 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 1400 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 |
OFFICE_STANDARD | REMOTE_DESKTOP_SERVICES
1400 1401 1402 1403 1404 1405 1406 1407 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 1400 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.
1400 1401 1402 1403 1404 1405 1406 1407 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 1400 class UpdateIdentityProviderSettingsRequest < Struct.new( :identity_provider, :product, :identity_provider_arn, :update_settings) SENSITIVE = [] include Aws::Structure end |