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.
1080 1081 1082 1083 1084 1085 1086 1087 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 1080 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`
1080 1081 1082 1083 1084 1085 1086 1087 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 1080 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.
1080 1081 1082 1083 1084 1085 1086 1087 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 1080 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.
1080 1081 1082 1083 1084 1085 1086 1087 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 1080 class RegisterIdentityProviderRequest < Struct.new( :identity_provider, :product, :settings, :tags) SENSITIVE = [:tags] include Aws::Structure end |