project property

String? project
getter/setter pair

The project that the associated Google Cloud resource belongs to, in the form of projects/{PROJECT_NUMBER}.

If an IAM policy is set on a resource (like VM instance, Cloud Storage bucket), the project field will indicate the project that contains the resource. If an IAM policy is set on a folder or orgnization, this field will be empty. To search against the project: * specify the scope field as this project in your search request.

Implementation

core.String? project;