public static interface AuthenticationSummary.Builder extends SdkPojo, CopyableBuilder<AuthenticationSummary.Builder,AuthenticationSummary>
| Modifier and Type | Method and Description |
|---|---|
AuthenticationSummary.Builder |
providers(AuthenticationProviderTypes... providers)
Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.
|
AuthenticationSummary.Builder |
providers(Collection<AuthenticationProviderTypes> providers)
Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.
|
AuthenticationSummary.Builder |
providersWithStrings(Collection<String> providers)
Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.
|
AuthenticationSummary.Builder |
providersWithStrings(String... providers)
Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.
|
AuthenticationSummary.Builder |
samlConfigurationStatus(SamlConfigurationStatus samlConfigurationStatus)
Specifies whether the workplace's user authentication method is fully configured.
|
AuthenticationSummary.Builder |
samlConfigurationStatus(String samlConfigurationStatus)
Specifies whether the workplace's user authentication method is fully configured.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAuthenticationSummary.Builder providersWithStrings(Collection<String> providers)
Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.
providers - Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user
authentication.AuthenticationSummary.Builder providersWithStrings(String... providers)
Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.
providers - Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user
authentication.AuthenticationSummary.Builder providers(Collection<AuthenticationProviderTypes> providers)
Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.
providers - Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user
authentication.AuthenticationSummary.Builder providers(AuthenticationProviderTypes... providers)
Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.
providers - Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user
authentication.AuthenticationSummary.Builder samlConfigurationStatus(String samlConfigurationStatus)
Specifies whether the workplace's user authentication method is fully configured.
samlConfigurationStatus - Specifies whether the workplace's user authentication method is fully configured.SamlConfigurationStatus,
SamlConfigurationStatusAuthenticationSummary.Builder samlConfigurationStatus(SamlConfigurationStatus samlConfigurationStatus)
Specifies whether the workplace's user authentication method is fully configured.
samlConfigurationStatus - Specifies whether the workplace's user authentication method is fully configured.SamlConfigurationStatus,
SamlConfigurationStatusCopyright © 2023. All rights reserved.