fullResourceName property
The full resource name of the policy this lint request is about.
The name follows the Google Cloud format for full resource names. For
example, a Cloud project with ID my-project
will be named
//cloudresourcemanager.googleapis.com/projects/my-project
. The resource
name is not used to read a policy from IAM. Only the data in the request
object is linted.
Implementation
core.String? fullResourceName;