Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.35 KB

File metadata and controls

46 lines (36 loc) · 1.35 KB
title permissionsDefinitionAuthorizationSystem resource type
description Represents the authorization system that the permissions will be requested on.
author mrudulahg01
ms.reviewer ciem_pm
ms.localizationpriority medium
ms.subservice entra-permissions-management
doc_type resourcePageType
ms.date 04/18/2024

permissionsDefinitionAuthorizationSystem resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

[!INCLUDE permissions-management-retirement-note]

Represents the authorization system that the permissions will be requested on.

Properties

Property Type Description
authorizationSystemId String ID of the authorization system retrieved from the customer cloud environment.
authorizationSystemType String The type of authorization system.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.permissionsDefinitionAuthorizationSystem",
  "authorizationSystemId": "String",
  "authorizationSystemType": "String"
}