Package com.atlan.model.admin
Class SSOMapping.Config.ConfigBuilder
java.lang.Object
com.atlan.model.admin.SSOMapping.Config.ConfigBuilder
- Enclosing class:
SSOMapping.Config
-
Method Summary
Modifier and TypeMethodDescriptionattributeFriendlyName
(String attributeFriendlyName) Human-readable name of the attribute containing the mapping.attributeName
(String attributeName) Name of the SSO attribute containing the mapping.attributes
(String attributes) Any additional attributes for the mapping.attributeValue
(String attributeValue) Value of the SSO attribute which should map to the group.attributeValuesRegex
(String attributeValuesRegex) TBCbuild()
Internal name of the mapped group in Atlan.TBCMechanism used for the mapping.toString()
userAttribute
(String userAttribute) Name of the user attribute.
-
Method Details
-
syncMode
Mechanism used for the mapping.- Returns:
this
.
-
attributes
Any additional attributes for the mapping.- Returns:
this
.
-
groupName
Internal name of the mapped group in Atlan.- Returns:
this
.
-
userAttribute
Name of the user attribute.- Returns:
this
.
-
attributeName
Name of the SSO attribute containing the mapping.- Returns:
this
.
-
attributeValue
Value of the SSO attribute which should map to the group.- Returns:
this
.
-
attributeFriendlyName
Human-readable name of the attribute containing the mapping.- Returns:
this
.
-
attributeValuesRegex
TBC- Returns:
this
.
-
role
TBC- Returns:
this
.
-
build
-
toString
-