managedgrafana_update_workspace_authentication: Use this operation to define the identity provider (IdP) that...

View source: R/managedgrafana_operations.R

managedgrafana_update_workspace_authenticationR Documentation

Use this operation to define the identity provider (IdP) that this workspace authenticates users from, using SAML

Description

Use this operation to define the identity provider (IdP) that this workspace authenticates users from, using SAML. You can also map SAML assertion attributes to workspace user information and define which groups in the assertion attribute are to have the Admin and Editor roles in the workspace.

See https://www.paws-r-sdk.com/docs/managedgrafana_update_workspace_authentication/ for full documentation.

Usage

managedgrafana_update_workspace_authentication(
  authenticationProviders,
  samlConfiguration = NULL,
  workspaceId
)

Arguments

authenticationProviders

[required] Specifies whether this workspace uses SAML 2.0, IAM Identity Center (successor to Single Sign-On), or both to authenticate users for using the Grafana console within a workspace. For more information, see User authentication in Amazon Managed Grafana.

samlConfiguration

If the workspace uses SAML, use this structure to map SAML assertion attributes to workspace user information and define which groups in the assertion attribute are to have the Admin and Editor roles in the workspace.

workspaceId

[required] The ID of the workspace to update the authentication for.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.