Class: Aws::RolesAnywhere::Types::PutAttributeMappingRequest

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)


697
698
699
700
701
702
703
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 697

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

#mapping_rulesArray<Types::MappingRule>

A list of mapping entries for every supported specifier or sub-field.

Returns:



697
698
699
700
701
702
703
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 697

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

#profile_idString

The unique identifier of the profile.

Returns:

  • (String)


697
698
699
700
701
702
703
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 697

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