Skip to content

Update Glue Identity Center Configuration

glue_update_glue_identity_center_configuration R Documentation

Updates the existing Glue Identity Center configuration, allowing modification of scopes and permissions for the integration

Description

Updates the existing Glue Identity Center configuration, allowing modification of scopes and permissions for the integration.

Usage

glue_update_glue_identity_center_configuration(Scopes,
  UserBackgroundSessionsEnabled)

Arguments

Scopes

A list of Identity Center scopes that define the updated permissions and access levels for the Glue configuration.

UserBackgroundSessionsEnabled

Specifies whether users can run background sessions when using Identity Center authentication with Glue services.

Value

An empty list.

Request syntax

svc$update_glue_identity_center_configuration(
  Scopes = list(
    "string"
  ),
  UserBackgroundSessionsEnabled = TRUE|FALSE
)