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
Modifier and TypeClassDescriptionstatic final class
static class
SSOProviderRequest.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
ModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionstatic SSOProviderRequest.SSOProviderRequestBuilder<?,
?> builder()
protected boolean
boolean
TBCgetAlias()
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
).TBCTBCint
hashCode()
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:
equals
in classAtlanObject
-
canEqual
- Overrides:
canEqual
in classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAtlanObject
-
toString
Description copied from class:AtlanObject
- Overrides:
toString
in classAtlanObject
-