Package com.atlan.model.admin
Class SSOMapping.Config
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.admin.SSOMapping.Config
- All Implemented Interfaces:
Serializable
- Enclosing class:
SSOMapping
- See Also:
-
Nested Class Summary
Nested ClassesNested 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
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Human-readable name of the attribute containing the mapping.Name of the SSO attribute containing the mapping.Any additional attributes for the mapping.Value of the SSO attribute which should map to the group.TBCInternal name of the mapped group in Atlan.getRole()
TBCMechanism used for the mapping.Name of the user attribute.int
hashCode()
toString()
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Method Details
-
builder
-
toBuilder
-
getSyncMode
Mechanism used for the mapping. -
getAttributes
Any additional attributes for the mapping. -
getGroupName
Internal name of the mapped group in Atlan. -
getUserAttribute
Name of the user attribute. -
getAttributeName
Name of the SSO attribute containing the mapping. -
getAttributeValue
Value of the SSO attribute which should map to the group. -
getAttributeFriendlyName
Human-readable name of the attribute containing the mapping. -
getAttributeValuesRegex
TBC -
getRole
TBC -
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
-