Class: Aws::RolesAnywhere::Types::DeleteAttributeMappingRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_fieldString

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

Returns:

  • (String)


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_idString

The unique identifier of the profile.

Returns:

  • (String)


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

#specifiersArray<String>

A list of specifiers of a certificate field; for example, CN, OU, UID from a Subject.

Returns:

  • (Array<String>)


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