Experimental
Schema
ResourceInfo
Type:
object
Describes the resource that is being accessed.
description
Type:
string
Describes what error is encountered when accessing this resource.
For example, updating a cloud project may require the
writer permission
on the developer console project.All schema constraints and annotations
{
"description": "Describes what error is encountered when accessing this resource.\nFor example, updating a cloud project may require the `writer` permission\non the developer console project.",
"type": "string"
}owner
Type:
string
The owner of the resource (optional).
For example, "user:" or "project:".
All schema constraints and annotations
{
"description": "The owner of the resource (optional).\nFor example, \"user:\u003cowner email\u003e\" or \"project:\u003cGoogle developer project\nid\u003e\".",
"type": "string"
}resourceName
Type:
string
The name of the resource being accessed. For example, a shared calendar
name: "example.com_4fghdhgsrgh@group.calendar.google.com", if the current
error is
[CodePERMISSION_DENIED][CodePERMISSION_DENIED].
All schema constraints and annotations
{
"description": "The name of the resource being accessed. For example, a shared calendar\nname: \"example.com_4fghdhgsrgh@group.calendar.google.com\", if the current\nerror is\n[CodePERMISSION_DENIED][CodePERMISSION_DENIED].",
"type": "string"
}resourceType
Type:
string
A name for the type of resource being accessed, e.g. "sql table",
"cloud storage bucket", "file", "Google calendar"; or the type URL
of the resource: e.g. "type.googleapis.com/google.pubsub.v1.Topic".
All schema constraints and annotations
{
"description": "A name for the type of resource being accessed, e.g. \"sql table\",\n\"cloud storage bucket\", \"file\", \"Google calendar\"; or the type URL\nof the resource: e.g. \"type.googleapis.com/google.pubsub.v1.Topic\".",
"type": "string"
}All schema constraints and annotations
{
"description": "Describes the resource that is being accessed.",
"properties": {
"description": {
"description": "Describes what error is encountered when accessing this resource.\nFor example, updating a cloud project may require the `writer` permission\non the developer console project.",
"type": "string"
},
"owner": {
"description": "The owner of the resource (optional).\nFor example, \"user:\u003cowner email\u003e\" or \"project:\u003cGoogle developer project\nid\u003e\".",
"type": "string"
},
"resourceName": {
"description": "The name of the resource being accessed. For example, a shared calendar\nname: \"example.com_4fghdhgsrgh@group.calendar.google.com\", if the current\nerror is\n[CodePERMISSION_DENIED][CodePERMISSION_DENIED].",
"type": "string"
},
"resourceType": {
"description": "A name for the type of resource being accessed, e.g. \"sql table\",\n\"cloud storage bucket\", \"file\", \"Google calendar\"; or the type URL\nof the resource: e.g. \"type.googleapis.com/google.pubsub.v1.Topic\".",
"type": "string"
}
},
"title": "ResourceInfo",
"type": "object"
}