@Generated(value="software.amazon.awssdk:codegen") public final class UpdateWorkspaceAuthenticationRequest extends GrafanaRequest implements ToCopyableBuilder<UpdateWorkspaceAuthenticationRequest.Builder,UpdateWorkspaceAuthenticationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateWorkspaceAuthenticationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<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.
|
List<String> |
authenticationProvidersAsStrings()
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 |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAuthenticationProviders()
For responses, this returns true if the service returned a value for the AuthenticationProviders property.
|
int |
hashCode() |
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. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateWorkspaceAuthenticationRequest.Builder> |
serializableBuilderClass() |
UpdateWorkspaceAuthenticationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workspaceId()
The ID of the workspace to update the authentication for.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final List<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. For more information, see User authentication in Amazon Managed Grafana.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAuthenticationProviders() method.
public final boolean hasAuthenticationProviders()
isEmpty() method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.public final List<String> authenticationProvidersAsStrings()
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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAuthenticationProviders() method.
public final 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.
Admin and
Editor roles in the workspace.public final String workspaceId()
The ID of the workspace to update the authentication for.
public UpdateWorkspaceAuthenticationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateWorkspaceAuthenticationRequest.Builder,UpdateWorkspaceAuthenticationRequest>toBuilder in class GrafanaRequestpublic static UpdateWorkspaceAuthenticationRequest.Builder builder()
public static Class<? extends UpdateWorkspaceAuthenticationRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.