Class CreateAccessPolicyRequest (2.23.0)

CreateAccessPolicyRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for CreateAccessPolicy method.

Attributes

Name Description
parent str
Required. The parent resource where this access policy will be created. Format: projects/{project_id}/locations/{location} projects/{project_number}/locations/{location} folders/{folder_id}/locations/{location} organizations/{organization_id}/locations/{location}
access_policy_id str
Required. The ID to use for the access policy, which will become the final component of the access policy's resource name. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, hyphens, or dots. Pattern, /a-z][a-z0-9-.]{2,62}/. This value must be unique among all access policies with the same parent.
access_policy google.cloud.iam_v3beta.types.AccessPolicy
Required. The access policy to create.
validate_only bool
Optional. If set, validate the request and preview the creation, but do not actually post it.