SecurityGroupEntityProperties interface
SecurityGroup entity property bag.
- Extends
Properties
| distinguished |
The group distinguished name |
| object |
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
| additional |
A bag of custom fields that should be part of the entity and will be presented to the user. |
| friendly |
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