iamrolesanywhere_delete_attribute_mapping {paws.security.identity}R Documentation

Delete an entry from the attribute mapping rules enforced by a given profile

Description

Delete an entry from the attribute mapping rules enforced by a given profile.

See https://www.paws-r-sdk.com/docs/iamrolesanywhere_delete_attribute_mapping/ for full documentation.

Usage

iamrolesanywhere_delete_attribute_mapping(
  certificateField,
  profileId,
  specifiers = NULL
)

Arguments

certificateField

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

profileId

[required] The unique identifier of the profile.

specifiers

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


[Package paws.security.identity version 0.6.1 Index]