public static interface SamlAuthentication.Builder extends SdkPojo, CopyableBuilder<SamlAuthentication.Builder,SamlAuthentication>
| Modifier and Type | Method and Description |
|---|---|
default SamlAuthentication.Builder |
configuration(Consumer<SamlConfiguration.Builder> configuration)
A structure containing details about how this workspace works with SAML.
|
SamlAuthentication.Builder |
configuration(SamlConfiguration configuration)
A structure containing details about how this workspace works with SAML.
|
SamlAuthentication.Builder |
status(SamlConfigurationStatus status)
Specifies whether the workspace's SAML configuration is complete.
|
SamlAuthentication.Builder |
status(String status)
Specifies whether the workspace's SAML configuration is complete.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSamlAuthentication.Builder configuration(SamlConfiguration configuration)
A structure containing details about how this workspace works with SAML.
configuration - A structure containing details about how this workspace works with SAML.default SamlAuthentication.Builder configuration(Consumer<SamlConfiguration.Builder> configuration)
A structure containing details about how this workspace works with SAML.
This is a convenience method that creates an instance of theSamlConfiguration.Builder avoiding the
need to create one manually via SamlConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to configuration(SamlConfiguration).
configuration - a consumer that will call methods on SamlConfiguration.Builderconfiguration(SamlConfiguration)SamlAuthentication.Builder status(String status)
Specifies whether the workspace's SAML configuration is complete.
status - Specifies whether the workspace's SAML configuration is complete.SamlConfigurationStatus,
SamlConfigurationStatusSamlAuthentication.Builder status(SamlConfigurationStatus status)
Specifies whether the workspace's SAML configuration is complete.
status - Specifies whether the workspace's SAML configuration is complete.SamlConfigurationStatus,
SamlConfigurationStatusCopyright © 2023. All rights reserved.