Share via


ISecurityGroupEntityProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.SecurityGroupEntityPropertiesTypeConverter))]
public interface ISecurityGroupEntityProperties : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityCommonProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.SecurityGroupEntityPropertiesTypeConverter))>]
type ISecurityGroupEntityProperties = interface
    interface IJsonSerializable
    interface IEntityCommonProperties
Public Interface ISecurityGroupEntityProperties
Implements IEntityCommonProperties
Derived
Attributes
Implements

Properties

AdditionalData

A bag of custom fields that should be part of the entity and will be presented to the user.

(Inherited from IEntityCommonProperties)
DistinguishedName

The group distinguished name

FriendlyName

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.

(Inherited from IEntityCommonProperties)
ObjectGuid

A single-value attribute that is the unique identifier for the object, assigned by active directory.

Sid

The SID attribute is a single-value attribute that specifies the security identifier (SID) of the group

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to