| Package | Description |
|---|---|
| software.amazon.awssdk.services.grafana |
Amazon Managed Grafana is a fully managed and secure data visualization service that you can use to instantly query,
correlate, and visualize operational metrics, logs, and traces from multiple sources.
|
| software.amazon.awssdk.services.grafana.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateWorkspaceAuthenticationResponse> |
GrafanaAsyncClient.updateWorkspaceAuthentication(Consumer<UpdateWorkspaceAuthenticationRequest.Builder> updateWorkspaceAuthenticationRequest)
Use this operation to define the identity provider (IdP) that this workspace authenticates users from, using
SAML.
|
default UpdateWorkspaceAuthenticationResponse |
GrafanaClient.updateWorkspaceAuthentication(Consumer<UpdateWorkspaceAuthenticationRequest.Builder> updateWorkspaceAuthenticationRequest)
Use this operation to define the identity provider (IdP) that this workspace authenticates users from, using
SAML.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateWorkspaceAuthenticationRequest.Builder |
UpdateWorkspaceAuthenticationRequest.Builder.authenticationProviders(AuthenticationProviderTypes... authenticationProviders)
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.
|
UpdateWorkspaceAuthenticationRequest.Builder |
UpdateWorkspaceAuthenticationRequest.Builder.authenticationProviders(Collection<AuthenticationProviderTypes> authenticationProviders)
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.
|
UpdateWorkspaceAuthenticationRequest.Builder |
UpdateWorkspaceAuthenticationRequest.Builder.authenticationProvidersWithStrings(Collection<String> authenticationProviders)
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.
|
UpdateWorkspaceAuthenticationRequest.Builder |
UpdateWorkspaceAuthenticationRequest.Builder.authenticationProvidersWithStrings(String... authenticationProviders)
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.
|
static UpdateWorkspaceAuthenticationRequest.Builder |
UpdateWorkspaceAuthenticationRequest.builder() |
UpdateWorkspaceAuthenticationRequest.Builder |
UpdateWorkspaceAuthenticationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateWorkspaceAuthenticationRequest.Builder |
UpdateWorkspaceAuthenticationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateWorkspaceAuthenticationRequest.Builder> |
UpdateWorkspaceAuthenticationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.