Class: Aws::LicenseManagerUserSubscriptions::Types::RegisterIdentityProviderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerUserSubscriptions::Types::RegisterIdentityProviderRequest
- Defined in:
- gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#identity_provider ⇒ Types::IdentityProvider
An object that specifies details for the identity provider to register.
-
#product ⇒ String
The name of the user-based subscription product.
-
#settings ⇒ Types::Settings
The registered identity provider’s product related configuration settings such as the subnets to provision VPC endpoints.
-
#tags ⇒ Hash<String,String>
The tags that apply to the identity provider's registration.
Instance Attribute Details
#identity_provider ⇒ Types::IdentityProvider
An object that specifies details for the identity provider to register.
1046 1047 1048 1049 1050 1051 1052 1053 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 1046 class RegisterIdentityProviderRequest < Struct.new( :identity_provider, :product, :settings, :tags) SENSITIVE = [:tags] 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
1046 1047 1048 1049 1050 1051 1052 1053 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 1046 class RegisterIdentityProviderRequest < Struct.new( :identity_provider, :product, :settings, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#settings ⇒ Types::Settings
The registered identity provider’s product related configuration settings such as the subnets to provision VPC endpoints.
1046 1047 1048 1049 1050 1051 1052 1053 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 1046 class RegisterIdentityProviderRequest < Struct.new( :identity_provider, :product, :settings, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags that apply to the identity provider's registration.
1046 1047 1048 1049 1050 1051 1052 1053 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 1046 class RegisterIdentityProviderRequest < Struct.new( :identity_provider, :product, :settings, :tags) SENSITIVE = [:tags] include Aws::Structure end |