fullResourceName property

  1. @TagNumber.new(1)
String get fullResourceName

The full resource name of the policy this lint request is about.

The name follows the Google Cloud Platform (GCP) resource format. For example, a GCP project with ID my-project will be named //cloudresourcemanager.googleapis.com/projects/my-project.

The resource name is not used to read the policy instance from the Cloud IAM database. The candidate policy for lint has to be provided in the same request object.

Implementation

@$pb.TagNumber(1)
$core.String get fullResourceName => $_getSZ(0);
  1. @TagNumber.new(1)
set fullResourceName (String value)

Implementation

@$pb.TagNumber(1)
set fullResourceName($core.String value) => $_setString(0, value);