CreatePrincipalAccessBoundaryPolicyRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Request message for CreatePrincipalAccessBoundaryPolicyRequest method.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. The parent resource where this principal access boundary policy will be created. Only organizations are supported. Format: organizations/{organization_id}/locations/{location}
|
principal_access_boundary_policy_id |
str
Required. The ID to use for the principal access boundary policy, which will become the final component of the principal access boundary 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}/.
|
principal_access_boundary_policy |
google.cloud.iam_v3beta.types.PrincipalAccessBoundaryPolicy
Required. The principal access boundary policy to create. |
validate_only |
bool
Optional. If set, validate the request and preview the creation, but do not actually post it. |