Class SecurityGroupEntityProperties
java.lang.Object
com.azure.resourcemanager.securityinsights.models.EntityCommonProperties
com.azure.resourcemanager.securityinsights.fluent.models.SecurityGroupEntityProperties
SecurityGroup entity property bag.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the distinguishedName property: The group distinguished name.Get the objectGuid property: A single-value attribute that is the unique identifier for the object, assigned by active directory.sid()
Get the sid property: The SID attribute is a single-value attribute that specifies the security identifier (SID) of the group.void
validate()
Validates the instance.Methods inherited from class com.azure.resourcemanager.securityinsights.models.EntityCommonProperties
additionalData, friendlyName
-
Constructor Details
-
SecurityGroupEntityProperties
public SecurityGroupEntityProperties()
-
-
Method Details
-
distinguishedName
Get the distinguishedName property: The group distinguished name.- Returns:
- the distinguishedName value.
-
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
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 classEntityCommonProperties
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-