Class: Aws::RolesAnywhere::Types::DeleteAttributeMappingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RolesAnywhere::Types::DeleteAttributeMappingRequest
- 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.
-
#profile_id ⇒ String
The unique identifier of the profile.
-
#specifiers ⇒ Array<String>
A list of specifiers of a certificate field; for example, CN, OU, UID from a Subject.
Instance Attribute Details
#certificate_field ⇒ String
Fields (x509Subject, x509Issuer and x509SAN) within X.509 certificates.
269 270 271 272 273 274 275 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 269 class DeleteAttributeMappingRequest < Struct.new( :certificate_field, :profile_id, :specifiers) SENSITIVE = [] include Aws::Structure end |
#profile_id ⇒ String
The unique identifier of the profile.
269 270 271 272 273 274 275 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 269 class DeleteAttributeMappingRequest < Struct.new( :certificate_field, :profile_id, :specifiers) SENSITIVE = [] include Aws::Structure end |
#specifiers ⇒ Array<String>
A list of specifiers of a certificate field; for example, CN, OU, UID from a Subject.
269 270 271 272 273 274 275 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 269 class DeleteAttributeMappingRequest < Struct.new( :certificate_field, :profile_id, :specifiers) SENSITIVE = [] include Aws::Structure end |