TIAMCreateSAMLProviderRequest
Class in AWS.IAM
CreateSAMLProvider request class.
Ancestors
Properties
Name
property Name: string
SAMLMetadataDocument
property SAMLMetadataDocument: string
Tags
property Tags: TList<IIAMTag>
Type: IIAMTag
Constructors
Create
constructor Create(const AName, ASAMLMetadataDocument: string);
Constructor for TIAMCreateSAMLProviderRequest.
Parameters
| Name | Description |
|---|---|
AName | Specify a name for the provider. |
ASAMLMetadataDocument | Specify the XML document generated by an identity provider (IdP) that supports SMAL 2.0. |