Skip to content

Latest commit

 

History

History
67 lines (54 loc) · 2.1 KB

File metadata and controls

67 lines (54 loc) · 2.1 KB
title authorizationSystemIdentity resource type
description A container representing an identity in an authorization system.
author mrudulahg01
ms.reviewer ciem_pm
ms.localizationpriority medium
ms.subservice entra-permissions-management
doc_type resourcePageType
ms.date 04/17/2024

authorizationSystemIdentity resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

[!INCLUDE permissions-management-retirement-note]

A container representing an identity in an authorization system.

Inherits from entity.

The following resource types inherit from this object:

Methods

None.

Properties

Property Type Description
displayName String The name of the identity. Read-only. Supports $filter and (eq,contains).
externalId String Unique ID of the identity within the external system. Read-only.
id String ID for the identity within Permissions Management. Inherited from entity.
source authorizationSystemIdentitySource Represents details of the source of the identity.

Relationships

Relationship Type Description
authorizationSystem authorizationSystem Navigation to the authorizationSystem object

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.authorizationSystemIdentity",
  "id": "String (identifier)",
  "displayName": "String",
  "source": {
    "@odata.type": "microsoft.graph.authorizationSystemIdentitySource"
  },
  "externalId": "String"
}