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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rolesanywhere/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)


263
264
265
266
267
268
269
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 263

class DeleteAttributeMappingRequest < Struct.new(
  :certificate_field,
  :profile_id,
  :specifiers)
  SENSITIVE = []
  include Aws::Structure
end

#profile_idString

The unique identifier of the profile.

Returns:

  • (String)


263
264
265
266
267
268
269
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 263

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>)


263
264
265
266
267
268
269
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 263

class DeleteAttributeMappingRequest < Struct.new(
  :certificate_field,
  :profile_id,
  :specifiers)
  SENSITIVE = []
  include Aws::Structure
end