SecurityGroupEntityProperties interface

SecurityGroup entity property bag.

Extends

Properties

distinguishedName

The group distinguished name

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

Inherited Properties

additionalData

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

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.

Property Details

distinguishedName

The group distinguished name

distinguishedName?: string

Property Value

string

objectGuid

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

objectGuid?: string

Property Value

string

sid

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

sid?: string

Property Value

string

Inherited Property Details

additionalData

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

additionalData?: Record<string, any>

Property Value

Record<string, any>

Inherited From EntityCommonProperties.additionalData

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.

friendlyName?: string

Property Value

string

Inherited From EntityCommonProperties.friendlyName