Skip to main content

IIAMCreateSAMLProviderRequest

Interface in AWS.IAM

Interface for CreateSAMLProvider requests.

Ancestors

Properties

Name

property Name: string

Specify a name for the provider.

SAMLMetadataDocument

property SAMLMetadataDocument: string

Specify the XML document generated by an identity provider (IdP) that supports SMAL 2.0.

Tags

property Tags: TList<IIAMTag>

Type: IIAMTag

Optionally, specify a list of tags to associated with the IAM SAML provider.

Methods

AddTag

function AddTag(const AKey, AValue: string): NativeInt;

Add a key/value pair to Tags.

Parameters

NameDescription
AKeySpecify the key for the tag to add to Tags.
AValueSpecify the value for the tag to add to Tags.

Returns

Returns the index of the tag added to Tags.