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.



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

#productString

The name of the user-based subscription product.

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

Returns:

  • (String)


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

#settingsTypes::Settings

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

Returns:



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

#tagsHash<String,String>

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

Returns:

  • (Hash<String,String>)


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