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 | 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 in case of Azure Active Directory (Azure AD) 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 Azure AD identities and externalgroup for groups in an external system. |
Relationships
None.
JSON representation
The following is a JSON representation of the resource.
{
"id": "String (identifier)",
"type": "String"
}
Feedback
Submit and view feedback for