identity resource type
Namespace: microsoft.graph.externalConnectors
Represents an identity used to set permissions on external content added to Microsoft Graph.
Methods
Method | Return type | Description |
---|---|---|
Create | identity | Create an identity resource for a new member in an externalGroup. |
Delete | None | Delete an identity resource to remove the corresponding member from an externalGroup. |
Properties
Property | Type | Description |
---|---|---|
id | String | The unique ID of the identity. It would be the objectId property for Microsoft Entra users or groups and the id property of the externalGroup in the case of external groups. |
type | microsoft.graph.externalConnectors.identityType | The type of identity. Possible values are: user or group for Microsoft Entra identities and externalgroup for groups in an external system. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"id": "String (identifier)",
"type": "String"
}