Class: Aws::LicenseManagerUserSubscriptions::Types::CreateLicenseServerEndpointRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#identity_provider_arnString

The Amazon Resource Name (ARN) that identifies the IdentityProvider resource that contains details about a registered identity provider. In the case of Active Directory, that can be a self-managed Active Directory or an Amazon Web Services Managed Active Directory that contains user identity details.

Returns:

  • (String)


174
175
176
177
178
179
180
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 174

class CreateLicenseServerEndpointRequest < Struct.new(
  :identity_provider_arn,
  :license_server_settings,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#license_server_settingsTypes::LicenseServerSettings

The LicenseServerSettings resource to create for the endpoint. The settings include the type of license server and the Secrets Manager secret that enables administrators to add or remove users associated with the license server.



174
175
176
177
178
179
180
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 174

class CreateLicenseServerEndpointRequest < Struct.new(
  :identity_provider_arn,
  :license_server_settings,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#tagsHash<String,String>

The tags that apply for the license server endpoint.

Returns:

  • (Hash<String,String>)


174
175
176
177
178
179
180
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 174

class CreateLicenseServerEndpointRequest < Struct.new(
  :identity_provider_arn,
  :license_server_settings,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end