Package com.atlan.model.admin
Class SSOMapping
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.net.ApiResource
com.atlan.model.admin.SSOMapping
- All Implemented Interfaces:
AtlanResponseInterface,Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic classNested classes/interfaces inherited from class com.atlan.net.ApiResource
ApiResource.RequestMethodNested 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.net.ApiResource
CHARSETFields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject -
Method Summary
Modifier and TypeMethodDescriptionstatic SSOMapping.SSOMappingBuilderbuilder()protected booleanbooleanConfiguration for the mapping.getId()Unique identifier (GUID) of the mapping.Alias for the identity provider, typically a value from AtlanSSO enumeration.TBCgetName()Name of the mapping.inthashCode()toString()Methods inherited from class com.atlan.net.ApiResource
checkNullTypedParams, createQueryString, createQueryString, getLastResponse, getRawJsonObject, injectTraceId, request, request, request, request, request, request, request, requestPlainText, requestPlainText, setLastResponse, urlEncode, urlEncodeIdMethods inherited from class com.atlan.model.core.AtlanObject
setRawJsonObject, toJson
-
Method Details
-
builder
-
toBuilder
-
getId
Unique identifier (GUID) of the mapping. -
getName
Name of the mapping. -
getIdentityProviderMapper
TBC -
getIdentityProviderAlias
Alias for the identity provider, typically a value from AtlanSSO enumeration. -
getConfig
Configuration for the mapping. -
equals
- Overrides:
equalsin classAtlanObject
-
canEqual
- Overrides:
canEqualin classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCodein classAtlanObject
-
toString
Description copied from class:AtlanObject- Overrides:
toStringin classApiResource
-