Skip to content

Latest commit

 

History

History
56 lines (46 loc) · 1.89 KB

authorizationsystemresource.md

File metadata and controls

56 lines (46 loc) · 1.89 KB
title description author ms.reviewer ms.localizationpriority ms.subservice doc_type
authorizationSystemResource resource type
Represents a resource in an authorization system onboarded to Permissions Management.
mrudulahg01
ciem_pm
medium
entra-permissions-management
resourcePageType

authorizationSystemResource resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a resource in an authorization system onboarded to Permissions Management. The following resource types are derived from this base type: awsAuthorizationSystemResource, azureAuthorizationSystemResource, and gcpAuthorizationSystemResource.

Inherits from entity.

Methods

None.

Properties

Property Type Description
displayName String The name of the resource. Read-only. Supports $filter (eq,contains).
externalId String The ID of the resource as defined by the authorization system provider. Read-only. Supports $filter (eq).
id String The ID for the resource as defined by Permissions Management. Inherited from entity. Read-only.
resourceType String The type of the resource. Read-only. Supports $filter (eq).

Relationships

Relationship Type Description
authorizationSystem authorizationSystem The authorization system that the resource exists in.

JSON representation

The following JSON representation shows the resource type.

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