Module Values.UpdateWorkspaceAuthenticationRequestSource

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. Changes to the authentication method for a workspace may take a few minutes to take effect.

Sourcetype nonrec t = {
  1. workspaceId : WorkspaceId.t;
    (*

    The ID of the workspace to update the authentication for.

    *)
  2. authenticationProviders : AuthenticationProviders.t;
    (*

    Specifies whether this workspace uses SAML 2.0, IAM Identity Center, or both to authenticate users for using the Grafana console within a workspace. For more information, see User authentication in Amazon Managed Grafana.

    *)
  3. samlConfiguration : SamlConfiguration.t option;
    (*

    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.

    *)
}
Sourceval context_ : string
Sourceval make : ?samlConfiguration:??? -> workspaceId:WorkspaceId.t -> authenticationProviders:AuthenticationProviders.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Enum of string ] list | `String of WorkspaceId.t | `Structure of (string * [> `Integer of LoginValidityDuration.t | `List of [> `String of AllowedOrganization.t ] list | `Structure of (string * [> `List of [> `String of RoleValue.t ] list | `String of IdpMetadataUrl.t ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t