Class: Aws::LicenseManagerUserSubscriptions::Types::RegisterIdentityProviderRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-licensemanagerusersubscriptions/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#identity_providerTypes::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

#productString

The name of the user-based subscription product.

Valid values: ‘VISUAL_STUDIO_ENTERPRISE` | `VISUAL_STUDIO_PROFESSIONAL` | `OFFICE_PROFESSIONAL_PLUS` | `REMOTE_DESKTOP_SERVICES`

Returns:

  • (String)


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

#settingsTypes::Settings

The registered identity provider’s product related configuration settings such as the subnets to provision VPC endpoints.

Returns:



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

#tagsHash<String,String>

The tags that apply to the identity provider’s registration.

Returns:

  • (Hash<String,String>)


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