Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.25 KB

File metadata and controls

46 lines (36 loc) · 1.25 KB
title gcpScope resource type
description Represents the service and resource type of a GCP resource
author mrudulahg01
ms.reviewer ciem_pm
ms.localizationpriority medium
ms.subservice entra-permissions-management
doc_type resourcePageType
ms.date 04/18/2024

gcpScope resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

[!INCLUDE permissions-management-retirement-note]

Represents the service and resource type of a GCP resource. For example, a compute instance resource has a compute service and instances resourceType.

Properties

Property Type Description
resourceType String Type of GCP resource.

Relationships

Relationship Type Description
service authorizationSystemTypeService Service associated with a resource in an authorization system. This is auto-expanded.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.gcpScope",
  "resourceType": "String"
}