identity resource type

Namespace: microsoft.graph.externalConnectors

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents an entity used to set permissions on external content added to Microsoft Graph.

Methods

Method Return type Description
Create identity microsoft.graph.externalConnectors.identity Create an identity resource for a new member in an externalGroup.
Delete identity 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"
}