Skip to content

Get Glue Identity Center Configuration

glue_get_glue_identity_center_configuration R Documentation

Retrieves the current Glue Identity Center configuration details, including the associated Identity Center instance and application information

Description

Retrieves the current Glue Identity Center configuration details, including the associated Identity Center instance and application information.

Usage

glue_get_glue_identity_center_configuration()

Value

A list with the following syntax:

list(
  ApplicationArn = "string",
  InstanceArn = "string",
  Scopes = list(
    "string"
  ),
  UserBackgroundSessionsEnabled = TRUE|FALSE
)

Request syntax

svc$get_glue_identity_center_configuration()