Class SecurityGroupEntityProperties

java.lang.Object
com.azure.resourcemanager.securityinsights.models.EntityCommonProperties
com.azure.resourcemanager.securityinsights.fluent.models.SecurityGroupEntityProperties

public final class SecurityGroupEntityProperties extends EntityCommonProperties
SecurityGroup entity property bag.
  • Constructor Details

    • SecurityGroupEntityProperties

      public SecurityGroupEntityProperties()
  • Method Details

    • 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.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class EntityCommonProperties
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.