Learn R Programming

paws.security.identity (version 0.1.11)

iam_get_saml_provider: 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

iam_get_saml_provider(SAMLProviderArn)

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) and AWS Service Namespaces in the AWS General Reference.

Value

A list with the following syntax:

list(
  SAMLMetadataDocument = "string",
  CreateDate = as.POSIXct(
    "2015-01-01"
  ),
  ValidUntil = as.POSIXct(
    "2015-01-01"
  )
)

Request syntax

svc$get_saml_provider(
  SAMLProviderArn = "string"
)