SecurityGroupEntityProperties interface
SecurityGroup entity property bag.
- Extends
Properties
distinguished |
The group distinguished name NOTE: This property will not be serialized. It can only be populated by the server. |
object |
A single-value attribute that is the unique identifier for the object, assigned by active directory. NOTE: This property will not be serialized. It can only be populated by the server. |
sid | The SID attribute is a single-value attribute that specifies the security identifier (SID) of the group NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
additional |
A bag of custom fields that should be part of the entity and will be presented to the user. NOTE: This property will not be serialized. It can only be populated by the server. |
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. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
distinguishedName
The group distinguished name NOTE: This property will not be serialized. It can only be populated by the server.
distinguishedName?: string
Property Value
string
objectGuid
A single-value attribute that is the unique identifier for the object, assigned by active directory. NOTE: This property will not be serialized. It can only be populated by the server.
objectGuid?: string
Property Value
string
sid
The SID attribute is a single-value attribute that specifies the security identifier (SID) of the group NOTE: This property will not be serialized. It can only be populated by the server.
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. NOTE: This property will not be serialized. It can only be populated by the server.
additionalData?: {[propertyName: string]: Record<string, unknown>}
Property Value
{[propertyName: string]: Record<string, unknown>}
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. NOTE: This property will not be serialized. It can only be populated by the server.
friendlyName?: string
Property Value
string
Inherited From EntityCommonProperties.friendlyName
Azure SDK for JavaScript