java.lang.Object
com.azure.analytics.synapse.accesscontrol.models.SubjectInfo

public final class SubjectInfo extends Object
Subject details.
  • Constructor Details

    • SubjectInfo

      public SubjectInfo()
  • Method Details

    • getPrincipalId

      public UUID getPrincipalId()
      Get the principalId property: Principal Id.
      Returns:
      the principalId value.
    • setPrincipalId

      public SubjectInfo setPrincipalId(UUID principalId)
      Set the principalId property: Principal Id.
      Parameters:
      principalId - the principalId value to set.
      Returns:
      the SubjectInfo object itself.
    • getGroupIds

      public List<UUID> getGroupIds()
      Get the groupIds property: List of group Ids that the principalId is part of.
      Returns:
      the groupIds value.
    • setGroupIds

      public SubjectInfo setGroupIds(List<UUID> groupIds)
      Set the groupIds property: List of group Ids that the principalId is part of.
      Parameters:
      groupIds - the groupIds value to set.
      Returns:
      the SubjectInfo object itself.