Learn R Programming

paws.security.identity (version 0.1.11)

iam_list_saml_providers: Lists the SAML provider resource objects defined in IAM in the account

Description

Lists the SAML provider resource objects defined in IAM in the account.

This operation requires Signature Version 4.

Usage

iam_list_saml_providers()

Arguments

Value

A list with the following syntax:

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

Request syntax

svc$list_saml_providers()