Class: Aws::RolesAnywhere::Types::AttributeMapping
- Inherits:
-
Struct
- Object
- Struct
- Aws::RolesAnywhere::Types::AttributeMapping
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rolesanywhere/types.rb
Overview
A mapping applied to the authenticating end-entity certificate.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_field ⇒ String
Fields (x509Subject, x509Issuer and x509SAN) within X.509 certificates.
-
#mapping_rules ⇒ Array<Types::MappingRule>
A list of mapping entries for every supported specifier or sub-field.
Instance Attribute Details
#certificate_field ⇒ String
Fields (x509Subject, x509Issuer and x509SAN) within X.509 certificates.
40 41 42 43 44 45 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 40 class AttributeMapping < Struct.new( :certificate_field, :mapping_rules) SENSITIVE = [] include Aws::Structure end |
#mapping_rules ⇒ Array<Types::MappingRule>
A list of mapping entries for every supported specifier or sub-field.
40 41 42 43 44 45 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 40 class AttributeMapping < Struct.new( :certificate_field, :mapping_rules) SENSITIVE = [] include Aws::Structure end |