TIAMTagSAMLProviderRequest
Class in AWS.IAM
TagSAMLProvider request class.
Ancestors
Properties
SAMLProviderArn
property SAMLProviderArn: TARN
Constructors
Create
constructor Create(const ASAMLProviderArn: TARN; const ATags: TArray<TIAMTagKeyValue>);
Constructor for TIAMTagSAMLProviderRequest.
Parameters
| Name | Description |
|---|---|
ASAMLProviderArn | Specify the Amazon Resource Name of the Security Assertion Markup Language (SAML) identity provider in IAM to add tags to. |
ATags | Specify a list of tags (key/value pairs) to add to the IAM customer managed policy. |