Class SSOMapping.Config

java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.admin.SSOMapping.Config
All Implemented Interfaces:
Serializable
Enclosing class:
SSOMapping

public static final class SSOMapping.Config extends AtlanObject
See Also:
  • Method Details Link icon

    • builder Link icon

      public static SSOMapping.Config.ConfigBuilder builder()
    • toBuilder Link icon

      public SSOMapping.Config.ConfigBuilder toBuilder()
    • getSyncMode Link icon

      public String getSyncMode()
      Mechanism used for the mapping.
    • getAttributes Link icon

      public String getAttributes()
      Any additional attributes for the mapping.
    • getGroupName Link icon

      public String getGroupName()
      Internal name of the mapped group in Atlan.
    • getUserAttribute Link icon

      public String getUserAttribute()
      Name of the user attribute.
    • getAttributeName Link icon

      public String getAttributeName()
      Name of the SSO attribute containing the mapping.
    • getAttributeValue Link icon

      public String getAttributeValue()
      Value of the SSO attribute which should map to the group.
    • getAttributeFriendlyName Link icon

      public String getAttributeFriendlyName()
      Human-readable name of the attribute containing the mapping.
    • getAttributeValuesRegex Link icon

      public String getAttributeValuesRegex()
      TBC
    • getRole Link icon

      public String getRole()
      TBC
    • equals Link icon

      public boolean equals(Object o)
      Overrides:
      equals in class AtlanObject
    • canEqual Link icon

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class AtlanObject
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class AtlanObject
    • toString Link icon

      public String toString()
      Description copied from class: AtlanObject
      Overrides:
      toString in class AtlanObject