| 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 |
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.
| Property | Type | Description |
|---|---|---|
| resourceType | String | Type of GCP resource. |
| Relationship | Type | Description |
|---|---|---|
| service | authorizationSystemTypeService | Service associated with a resource in an authorization system. This is auto-expanded. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.gcpScope",
"resourceType": "String"
}