Learn R Programming

paws.security.identity (version 0.1.12)

cognitoidentityprovider_get_identity_provider_by_identifier: Gets the specified identity provider

Description

Gets the specified identity provider.

Usage

cognitoidentityprovider_get_identity_provider_by_identifier(UserPoolId,
  IdpIdentifier)

Value

A list with the following syntax:

list(
  IdentityProvider = list(
    UserPoolId = "string",
    ProviderName = "string",
    ProviderType = "SAML"|"Facebook"|"Google"|"LoginWithAmazon"|"SignInWithApple"|"OIDC",
    ProviderDetails = list(
      "string"
    ),
    AttributeMapping = list(
      "string"
    ),
    IdpIdentifiers = list(
      "string"
    ),
    LastModifiedDate = as.POSIXct(
      "2015-01-01"
    ),
    CreationDate = as.POSIXct(
      "2015-01-01"
    )
  )
)

Arguments

UserPoolId

[required] The user pool ID.

IdpIdentifier

[required] The identity provider ID.

Request syntax

svc$get_identity_provider_by_identifier(
  UserPoolId = "string",
  IdpIdentifier = "string"
)