Class SecurityGroupEntity


  • public final class SecurityGroupEntity
    extends EntityInner
    Represents a security group entity.
    • Constructor Detail

      • SecurityGroupEntity

        public SecurityGroupEntity()
    • Method Detail

      • distinguishedName

        public String distinguishedName()
        Get the distinguishedName property: The group distinguished name.
        Returns:
        the distinguishedName value.
      • objectGuid

        public UUID objectGuid()
        Get the objectGuid property: A single-value attribute that is the unique identifier for the object, assigned by active directory.
        Returns:
        the objectGuid value.
      • sid

        public String sid()
        Get the sid property: The SID attribute is a single-value attribute that specifies the security identifier (SID) of the group.
        Returns:
        the sid value.
      • additionalData

        public Map<String,​Object> additionalData()
        Get the additionalData property: A bag of custom fields that should be part of the entity and will be presented to the user.
        Returns:
        the additionalData value.
      • friendlyName

        public String friendlyName()
        Get the friendlyName property: The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated.
        Returns:
        the friendlyName value.