default AuthenticationDescription.Builder |
AuthenticationDescription.Builder.awsSso(Consumer<AwsSsoAuthentication.Builder> awsSso) |
A structure containing information about how this workspace works with IAM Identity Center.
|
AuthenticationDescription.Builder |
AuthenticationDescription.Builder.awsSso(AwsSsoAuthentication awsSso) |
A structure containing information about how this workspace works with IAM Identity Center.
|
static AuthenticationDescription.Builder |
AuthenticationDescription.builder() |
|
AuthenticationDescription.Builder |
AuthenticationDescription.Builder.providers(Collection<AuthenticationProviderTypes> providers) |
Specifies whether this workspace uses IAM Identity Center, SAML, or both methods to authenticate users to use
the Grafana console in the Amazon Managed Grafana workspace.
|
AuthenticationDescription.Builder |
AuthenticationDescription.Builder.providers(AuthenticationProviderTypes... providers) |
Specifies whether this workspace uses IAM Identity Center, SAML, or both methods to authenticate users to use
the Grafana console in the Amazon Managed Grafana workspace.
|
AuthenticationDescription.Builder |
AuthenticationDescription.Builder.providersWithStrings(String... providers) |
Specifies whether this workspace uses IAM Identity Center, SAML, or both methods to authenticate users to use
the Grafana console in the Amazon Managed Grafana workspace.
|
AuthenticationDescription.Builder |
AuthenticationDescription.Builder.providersWithStrings(Collection<String> providers) |
Specifies whether this workspace uses IAM Identity Center, SAML, or both methods to authenticate users to use
the Grafana console in the Amazon Managed Grafana workspace.
|
default AuthenticationDescription.Builder |
AuthenticationDescription.Builder.saml(Consumer<SamlAuthentication.Builder> saml) |
A structure containing information about how this workspace works with SAML, including what attributes within
the assertion are to be mapped to user information in the workspace.
|
AuthenticationDescription.Builder |
AuthenticationDescription.Builder.saml(SamlAuthentication saml) |
A structure containing information about how this workspace works with SAML, including what attributes within
the assertion are to be mapped to user information in the workspace.
|
AuthenticationDescription.Builder |
AuthenticationDescription.toBuilder() |
|