TIAMUpdateSAMLProviderRequest
Class in AWS.IAM
UpdateSAMLProvider request class.
Ancestors
Properties
SAMLMetadataDocument
property SAMLMetadataDocument: string
SAMLProviderArn
property SAMLProviderArn: TARN
Constructors
Create
constructor Create(const ASAMLProviderArn: TARN; const ASAMLMetadataDocument: string);
Constructor for TIAMUpdateSAMLProviderRequest.
Parameters
| Name | Description |
|---|---|
ASAMLProviderArn | Specify the Amazon Resource Name (ARN) of the SAML provider to update. |
ASAMLMetadataDocument | Specify the XML document generated by an identity provider (IdP) that supports SAML 2.0. |