Class: Aws::LicenseManager::Types::IssuerDetails

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

Overview

Details associated with the issuer of a license.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#key_fingerprintString

Issuer key fingerprint.

Returns:

  • (String)


1876
1877
1878
1879
1880
1881
1882
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1876

class IssuerDetails < Struct.new(
  :name,
  :sign_key,
  :key_fingerprint)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Issuer name.

Returns:

  • (String)


1876
1877
1878
1879
1880
1881
1882
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1876

class IssuerDetails < Struct.new(
  :name,
  :sign_key,
  :key_fingerprint)
  SENSITIVE = []
  include Aws::Structure
end

#sign_keyString

Asymmetric KMS key from Key Management Service. The KMS key must have a key usage of sign and verify, and support the RSASSA-PSS SHA-256 signing algorithm.

Returns:

  • (String)


1876
1877
1878
1879
1880
1881
1882
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1876

class IssuerDetails < Struct.new(
  :name,
  :sign_key,
  :key_fingerprint)
  SENSITIVE = []
  include Aws::Structure
end