gcpAuthorizationSystemResource resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents a GCP resource in a GCP authorization system.

Inherits from authorizationSystemResource.

Methods

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

Properties

Property Type Description
displayName String The name of the resource. Read-only. Supports $filter (eq,contains). Inherited from authorizationSystemResource.
externalId String The ID of the resource as defined by GCP. Read-only. Supports $filter (eq). Inherited from authorizationSystemResource.
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. 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 GCP authorization system. This object is auto-expanded.

JSON representation

The following JSON representation shows the resource type.

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