Skip to content

Latest commit

 

History

History
55 lines (44 loc) · 1.85 KB

File metadata and controls

55 lines (44 loc) · 1.85 KB
title permissionsDefinitionAuthorizationSystemIdentity
description Represents an identity that's requesting permissions in an authorization system, either directly or indirectly.
author mrudulahg01
ms.reviewer ciem_pm
ms.localizationpriority medium
ms.subservice entra-permissions-management
doc_type resourcePageType
ms.date 04/18/2024

permissionsDefinitionAuthorizationSystemIdentity resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

[!INCLUDE permissions-management-retirement-note]

Represents an identity that's requesting permissions in an authorization system, either directly or indirectly.

Methods

None.

Properties

Property Type Description
externalId String Unique ID of the identity within the external system. Prefixed with rsn: if this is a SAML or ED user in AWS. Alternate key.
identityType permissionsDefinitionIdentityType The type of identity that is assigned the permission in the authorization system. The possible values are: user, role, application, managedIdentity, serviceAccount, unknownFutureValue.
source permissionsDefinitionIdentitySource The source system for the identity.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.permissionsDefinitionAuthorizationSystemIdentity",
  "externalId": "String (identifier)",
  "identityType": "String",
  "source": {
    "@odata.type": "microsoft.graph.permissionsDefinitionIdentitySource"
  }
}