@Generated(value="software.amazon.awssdk:codegen") public final class SAMLOptionsOutput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SAMLOptionsOutput.Builder,SAMLOptionsOutput>
Describes the SAML application configured for the domain.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SAMLOptionsOutput.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SAMLOptionsOutput.Builder |
builder() |
Boolean |
enabled()
True if SAML is enabled.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
SAMLIdp |
idp()
Describes the SAML Identity Provider's information.
|
String |
rolesKey()
The key used for matching the SAML Roles attribute.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SAMLOptionsOutput.Builder> |
serializableBuilderClass() |
Integer |
sessionTimeoutMinutes()
The duration, in minutes, after which a user session becomes inactive.
|
String |
subjectKey()
The key used for matching the SAML Subject attribute.
|
SAMLOptionsOutput.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean enabled()
True if SAML is enabled.
public final SAMLIdp idp()
Describes the SAML Identity Provider's information.
public final String subjectKey()
The key used for matching the SAML Subject attribute.
public final String rolesKey()
The key used for matching the SAML Roles attribute.
public final Integer sessionTimeoutMinutes()
The duration, in minutes, after which a user session becomes inactive.
public SAMLOptionsOutput.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SAMLOptionsOutput.Builder,SAMLOptionsOutput>public static SAMLOptionsOutput.Builder builder()
public static Class<? extends SAMLOptionsOutput.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.