Skip to content

Latest commit

 

History

History
67 lines (55 loc) · 3.33 KB

File metadata and controls

67 lines (55 loc) · 3.33 KB
title azureAuthorizationSystem resource type
description Represents an Azure authorization system onboarded to Permissions Management.
author mrudulahg01
ms.reviewer ciem_pm
ms.localizationpriority medium
ms.subservice entra-permissions-management
doc_type resourcePageType
ms.date 05/23/2024

azureAuthorizationSystem resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

[!INCLUDE permissions-management-retirement-note]

Represents an Azure authorization system onboarded to Permissions Management.

Inherits from authorizationSystem.

Methods

Method Return type Description
List azureAuthorizationSystem collection Get a list of the azureAuthorizationSystem objects and their properties.

Properties

Property Type Description
associatedIdentities azureAssociatedIdentities Identities in the authorization system.
authorizationSystemId String ID of the authorization system retrieved from the customer cloud environment.Supports $filter(eq, contains) and $orderBy. Inherited from authorizationSystem.
authorizationSystemName String Name of the authorization system detected after onboarding. Supports $filter(eq,contains) and $orderBy. Inherited from authorizationSystem.
authorizationSystemType String The type of this authorization system. Supports $filter(eq). Inherited from authorizationSystem.
id StringUnique ID for the authorization system in Permissions Management. Inherited from entity.

Relationships

Relationship Type Description
actions azureAuthorizationSystemTypeAction collection List of actions for service in authorization system.
dataCollectionInfo dataCollectionInfo Used to expose data collection status of this authorizationSystem. Inherited from microsoft.graph.authorizationSystem
resources azureAuthorizationSystemResource collection Resources associated with the authorization system type.
roleDefinitions azureRoleDefinition collection Roles associated with the authorization system type.
services authorizationSystemTypeService collection Services associated with the authorization system type.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.azureAuthorizationSystem",
  "id": "String (identifier)",
  "authorizationSystemId": "String",
  "authorizationSystemName": "String",
  "authorizationSystemType": "String"
}