Package com.atlan.model.admin
Class SSOProviderRequest
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.admin.SSOProviderRequest
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic classSSOProviderRequest.SSOProviderRequestBuilder<C extends SSOProviderRequest,B extends SSOProviderRequest.SSOProviderRequestBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.core.AtlanObject
AtlanObject.AtlanObjectBuilder<C extends AtlanObject,B extends AtlanObject.AtlanObjectBuilder<C, B>> -
Field Summary
Fields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionstatic SSOProviderRequest.SSOProviderRequestBuilder<?, ?> builder()protected booleanbooleanTBCgetAlias()Alias for the SSO provider.Configuration for the provider.Label to show users for logging in with this provider.Whether the provider should be active (true) or not (false).TBCTBCType of SSO provider (for example,saml).TBCTBCinthashCode()toString()Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
SSOProviderRequest
-
-
Method Details
-
builder
-
toBuilder
-
getAlias
Alias for the SSO provider. -
getProviderId
Type of SSO provider (for example,saml). -
getEnabled
Whether the provider should be active (true) or not (false). -
getTrustEmail
TBC -
getStoreToken
TBC -
getAddReadTokenRoleOnCreate
TBC -
getLinkOnly
TBC -
getFirstBrokerLoginFlowAlias
TBC -
getDisplayName
Label to show users for logging in with this provider. -
getConfig
Configuration for the provider. -
equals
- Overrides:
equalsin classAtlanObject
-
canEqual
- Overrides:
canEqualin classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCodein classAtlanObject
-
toString
Description copied from class:AtlanObject- Overrides:
toStringin classAtlanObject
-