public static interface SAMLOptionsOutput.Builder extends SdkPojo, CopyableBuilder<SAMLOptionsOutput.Builder,SAMLOptionsOutput>
| Modifier and Type | Method and Description |
|---|---|
SAMLOptionsOutput.Builder |
enabled(Boolean enabled)
True if SAML is enabled.
|
default SAMLOptionsOutput.Builder |
idp(Consumer<SAMLIdp.Builder> idp)
Describes the SAML Identity Provider's information.
|
SAMLOptionsOutput.Builder |
idp(SAMLIdp idp)
Describes the SAML Identity Provider's information.
|
SAMLOptionsOutput.Builder |
rolesKey(String rolesKey)
The key used for matching the SAML Roles attribute.
|
SAMLOptionsOutput.Builder |
sessionTimeoutMinutes(Integer sessionTimeoutMinutes)
The duration, in minutes, after which a user session becomes inactive.
|
SAMLOptionsOutput.Builder |
subjectKey(String subjectKey)
The key used for matching the SAML Subject attribute.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSAMLOptionsOutput.Builder enabled(Boolean enabled)
True if SAML is enabled.
enabled - True if SAML is enabled.SAMLOptionsOutput.Builder idp(SAMLIdp idp)
Describes the SAML Identity Provider's information.
idp - Describes the SAML Identity Provider's information.default SAMLOptionsOutput.Builder idp(Consumer<SAMLIdp.Builder> idp)
Describes the SAML Identity Provider's information.
This is a convenience that creates an instance of theSAMLIdp.Builder avoiding the need to create one
manually via SAMLIdp.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to idp(SAMLIdp).idp - a consumer that will call methods on SAMLIdp.Builderidp(SAMLIdp)SAMLOptionsOutput.Builder subjectKey(String subjectKey)
The key used for matching the SAML Subject attribute.
subjectKey - The key used for matching the SAML Subject attribute.SAMLOptionsOutput.Builder rolesKey(String rolesKey)
The key used for matching the SAML Roles attribute.
rolesKey - The key used for matching the SAML Roles attribute.SAMLOptionsOutput.Builder sessionTimeoutMinutes(Integer sessionTimeoutMinutes)
The duration, in minutes, after which a user session becomes inactive.
sessionTimeoutMinutes - The duration, in minutes, after which a user session becomes inactive.Copyright © 2022. All rights reserved.