Skip to content

Latest commit

 

History

History
65 lines (53 loc) · 3.09 KB

File metadata and controls

65 lines (53 loc) · 3.09 KB
title azureAuthorizationSystemResource resource type
description Represents an Azure resource in 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
toc.title Azure resources
ms.date 07/25/2024

azureAuthorizationSystemResource resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

[!INCLUDE permissions-management-retirement-note]

Represents an Azure resource in an Azure authorization system onboarded to Permissions Management.

Inherits from authorizationSystemResource.

Methods

Method Return type Description
List azureAuthorizationSystemResource collection Get a list of the azureAuthorizationSystemResource objects and their properties.
Get azureAuthorizationSystemResource Read the properties and relationships of an azureAuthorizationSystemResource object.

Properties

Property Type Description
displayName String The name of the resource. Supports $filter (eq,contains). Read-only. Inherited from authorizationSystemResource.
externalId String The ID of the resource as defined by Microsoft Azure. Read-only. Alternate key. Inherited from authorizationSystemResource.
id String The ID of the resource as defined by Permissions Management. Inherited from entity. Read-only.
resourceType String The type of the resource. Read-only. Inherited from authorizationSystemResource.

Relationships

Relationship Type Description
authorizationSystem authorizationSystem The authorization system that the resource is in. Inherited from microsoft.graph.authorizationSystemResource
service authorizationSystemTypeService The service associated with the resource in an Azure authorization system. This object is auto-expanded.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.azureAuthorizationSystemResource",
  "id": "String (identifier)",
  "externalId": "String",
  "displayName": "String",
  "resourceType": "String"
}