Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 1.21 KB

authorizationsystemidentitysource.md

File metadata and controls

48 lines (38 loc) · 1.21 KB
title description author ms.reviewer ms.localizationpriority ms.subservice doc_type
authorizationSystemIdentitySource resource type
Represents the source for an authorization system identity.
mrudulahg01
ciem_pm
medium
entra-permissions-management
resourcePageType

authorizationSystemIdentitySource resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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"
}