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¶
Value¶
A list with the following syntax:
list(
ApplicationArn = "string",
InstanceArn = "string",
Scopes = list(
"string"
),
UserBackgroundSessionsEnabled = TRUE|FALSE
)