Get Saml Provider
iam_get_saml_provider | R Documentation |
Returns the SAML provider metadocument that was uploaded when the IAM SAML provider resource object was created or updated¶
Description¶
Returns the SAML provider metadocument that was uploaded when the IAM SAML provider resource object was created or updated.
This operation requires Signature Version 4.
Usage¶
Arguments¶
SAMLProviderArn
[required] The Amazon Resource Name (ARN) of the SAML provider resource object in IAM to get information about.
For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
Value¶
A list with the following syntax:
list(
SAMLMetadataDocument = "string",
CreateDate = as.POSIXct(
"2015-01-01"
),
ValidUntil = as.POSIXct(
"2015-01-01"
),
Tags = list(
list(
Key = "string",
Value = "string"
)
)
)