Class: Aws::LicenseManagerUserSubscriptions::Types::CreateLicenseServerEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerUserSubscriptions::Types::CreateLicenseServerEndpointRequest
- Defined in:
- gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#identity_provider_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the
IdentityProviderresource that contains details about a registered identity provider. -
#license_server_settings ⇒ Types::LicenseServerSettings
The
LicenseServerSettingsresource to create for the endpoint. -
#tags ⇒ Hash<String,String>
The tags that apply for the license server endpoint.
Instance Attribute Details
#identity_provider_arn ⇒ String
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.
180 181 182 183 184 185 186 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 180 class CreateLicenseServerEndpointRequest < Struct.new( :identity_provider_arn, :license_server_settings, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#license_server_settings ⇒ Types::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.
180 181 182 183 184 185 186 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 180 class CreateLicenseServerEndpointRequest < Struct.new( :identity_provider_arn, :license_server_settings, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags that apply for the license server endpoint.
180 181 182 183 184 185 186 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 180 class CreateLicenseServerEndpointRequest < Struct.new( :identity_provider_arn, :license_server_settings, :tags) SENSITIVE = [:tags] include Aws::Structure end |