Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.34 KB

File metadata and controls

52 lines (40 loc) · 1.34 KB
title authorizationSystemIdentitySource resource type
description Represents the source for an authorization system identity.
author mrudulahg01
ms.reviewer ciem_pm
ms.localizationpriority medium
ms.subservice entra-permissions-management
doc_type resourcePageType
ms.date 04/18/2024

authorizationSystemIdentitySource resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

[!INCLUDE permissions-management-retirement-note]

Represents the source of an authorization system identity.

The following resource types inherit from this resource:

Properties

Property Type Description
identityProviderType String Type of identity provider. Read-only.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.authorizationSystemIdentitySource",
  "identityProviderType": "String"
}