parent property

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

Required. The resource that the policy is attached to, along with the kind of policy to create. Format: policies/{attachment_point}/denypolicies

The attachment point is identified by its URL-encoded full resource name, which means that the forward-slash character, /, must be written as %2F. For example, policies/cloudresourcemanager.googleapis.com%2Fprojects%2Fmy-project/denypolicies.

For organizations and folders, use the numeric ID in the full resource name. For projects, you can use the alphanumeric or the numeric ID.

Implementation

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

Implementation

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