iam_tag_saml_provider {paws.security.identity} | R Documentation |
Adds one or more tags to a Security Assertion Markup Language (SAML) identity provider
Description
Adds one or more tags to a Security Assertion Markup Language (SAML) identity provider. For more information about these providers, see About SAML 2.0-based federation . If a tag with the same key name already exists, then that tag is overwritten with the new value.
See https://www.paws-r-sdk.com/docs/iam_tag_saml_provider/ for full documentation.
Usage
iam_tag_saml_provider(SAMLProviderArn, Tags)
Arguments
SAMLProviderArn |
[required] The ARN of the SAML identity provider in IAM to which you want to add tags. This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@- |
Tags |
[required] The list of tags that you want to attach to the SAML identity provider in IAM. Each tag consists of a key name and an associated value. |