Package com.atlan.model.admin
Class SSOMapping.SSOMappingBuilder
java.lang.Object
com.atlan.model.admin.SSOMapping.SSOMappingBuilder
- Enclosing class:
- SSOMapping
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
config
(SSOMapping.Config config) Configuration for the mapping.Unique identifier (GUID) of the mapping.identityProviderAlias
(String identityProviderAlias) Alias for the identity provider, typically a value from AtlanSSO enumeration.identityProviderMapper
(String identityProviderMapper) TBCName of the mapping.toString()
-
Method Details
-
id
Unique identifier (GUID) of the mapping.- Returns:
this
.
-
name
Name of the mapping.- Returns:
this
.
-
identityProviderMapper
TBC- Returns:
this
.
-
identityProviderAlias
Alias for the identity provider, typically a value from AtlanSSO enumeration.- Returns:
this
.
-
config
Configuration for the mapping.- Returns:
this
.
-
build
-
toString
-