Skip to content

Describe Identity Provider Configuration

worklink_describe_identity_provider_configuration R Documentation

Describes the identity provider configuration of the specified fleet

Description

Describes the identity provider configuration of the specified fleet.

Usage

worklink_describe_identity_provider_configuration(FleetArn)

Arguments

FleetArn

[required] The ARN of the fleet.

Value

A list with the following syntax:

list(
  IdentityProviderType = "SAML",
  ServiceProviderSamlMetadata = "string",
  IdentityProviderSamlMetadata = "string"
)

Request syntax

svc$describe_identity_provider_configuration(
  FleetArn = "string"
)