Class: Aws::RolesAnywhere::Types::AttributeMapping

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

Overview

A mapping applied to the authenticating end-entity certificate.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_fieldString

Fields (x509Subject, x509Issuer and x509SAN) within X.509 certificates.

Returns:

  • (String)


40
41
42
43
44
45
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 40

class AttributeMapping < Struct.new(
  :certificate_field,
  :mapping_rules)
  SENSITIVE = []
  include Aws::Structure
end

#mapping_rulesArray<Types::MappingRule>

A list of mapping entries for every supported specifier or sub-field.

Returns:



40
41
42
43
44
45
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 40

class AttributeMapping < Struct.new(
  :certificate_field,
  :mapping_rules)
  SENSITIVE = []
  include Aws::Structure
end