Class: Aws::LicenseManagerUserSubscriptions::Types::RegisterIdentityProviderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerUserSubscriptions::Types::RegisterIdentityProviderRequest
- Includes:
- Structure
- Defined in:
- 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.
1043 1044 1045 1046 1047 1048 1049 1050 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 1043 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`
1043 1044 1045 1046 1047 1048 1049 1050 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 1043 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.
1043 1044 1045 1046 1047 1048 1049 1050 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 1043 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.
1043 1044 1045 1046 1047 1048 1049 1050 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 1043 class RegisterIdentityProviderRequest < Struct.new( :identity_provider, :product, :settings, :tags) SENSITIVE = [:tags] include Aws::Structure end |