UpdateWorkspaceAuthenticationRequest.Builder |
UpdateWorkspaceAuthenticationRequest.Builder.authenticationProviders(Collection<AuthenticationProviderTypes> authenticationProviders) |
Specifies whether this workspace uses SAML 2.0, IAM Identity Center, or both to authenticate users for using
the Grafana console within a workspace.
|
UpdateWorkspaceAuthenticationRequest.Builder |
UpdateWorkspaceAuthenticationRequest.Builder.authenticationProviders(AuthenticationProviderTypes... authenticationProviders) |
Specifies whether this workspace uses SAML 2.0, IAM Identity Center, or both to authenticate users for using
the Grafana console within a workspace.
|
UpdateWorkspaceAuthenticationRequest.Builder |
UpdateWorkspaceAuthenticationRequest.Builder.authenticationProvidersWithStrings(String... authenticationProviders) |
Specifies whether this workspace uses SAML 2.0, IAM Identity Center, or both to authenticate users for using
the Grafana console within a workspace.
|
UpdateWorkspaceAuthenticationRequest.Builder |
UpdateWorkspaceAuthenticationRequest.Builder.authenticationProvidersWithStrings(Collection<String> authenticationProviders) |
Specifies whether this workspace uses SAML 2.0, IAM Identity Center, or both to authenticate users for using
the Grafana console within a workspace.
|
static UpdateWorkspaceAuthenticationRequest.Builder |
UpdateWorkspaceAuthenticationRequest.builder() |
|
UpdateWorkspaceAuthenticationRequest.Builder |
UpdateWorkspaceAuthenticationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateWorkspaceAuthenticationRequest.Builder |
UpdateWorkspaceAuthenticationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default UpdateWorkspaceAuthenticationRequest.Builder |
UpdateWorkspaceAuthenticationRequest.Builder.samlConfiguration(Consumer<SamlConfiguration.Builder> 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.
|
UpdateWorkspaceAuthenticationRequest.Builder |
UpdateWorkspaceAuthenticationRequest.Builder.samlConfiguration(SamlConfiguration 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.
|
UpdateWorkspaceAuthenticationRequest.Builder |
UpdateWorkspaceAuthenticationRequest.toBuilder() |
|
UpdateWorkspaceAuthenticationRequest.Builder |
UpdateWorkspaceAuthenticationRequest.Builder.workspaceId(String workspaceId) |
The ID of the workspace to update the authentication for.
|