Class: Aws::RolesAnywhere::Types::PutAttributeMappingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RolesAnywhere::Types::PutAttributeMappingRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rolesanywhere/types.rb
Overview
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.
-
#profile_id ⇒ String
The unique identifier of the profile.
Instance Attribute Details
#certificate_field ⇒ String
Fields (x509Subject, x509Issuer and x509SAN) within X.509 certificates.
709 710 711 712 713 714 715 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 709 class PutAttributeMappingRequest < Struct.new( :certificate_field, :mapping_rules, :profile_id) SENSITIVE = [] include Aws::Structure end |
#mapping_rules ⇒ Array<Types::MappingRule>
A list of mapping entries for every supported specifier or sub-field.
709 710 711 712 713 714 715 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 709 class PutAttributeMappingRequest < Struct.new( :certificate_field, :mapping_rules, :profile_id) SENSITIVE = [] include Aws::Structure end |
#profile_id ⇒ String
The unique identifier of the profile.
709 710 711 712 713 714 715 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 709 class PutAttributeMappingRequest < Struct.new( :certificate_field, :mapping_rules, :profile_id) SENSITIVE = [] include Aws::Structure end |