Class SecurityGroupEntity
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.securityinsights.fluent.models.EntityInner
com.azure.resourcemanager.securityinsights.models.SecurityGroupEntity
Represents a security group entity.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the additionalData property: A bag of custom fields that should be part of the entity and will be presented to the user.Get the distinguishedName property: The group distinguished name.Get the friendlyName property: The graph item display name which is a short humanly readable description of the graph item instance.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.fluent.models.EntityInner
systemData
Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
SecurityGroupEntity
public SecurityGroupEntity()
-
-
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.
-
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
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.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classEntityInner
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-