Reference documentation and code samples for the Google Cloud Iam V3 Client class DeletePolicyBindingRequest.
Request message for DeletePolicyBinding method.
Generated from protobuf message google.iam.v3.DeletePolicyBindingRequest
Namespace
Google \ Cloud \ Iam \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name of the policy binding to delete. Format: * * projects/{project_id}/locations/{location}/policyBindings/{policy_binding_id}
* * projects/{project_number}/locations/{location}/policyBindings/{policy_binding_id}
* * folders/{folder_id}/locations/{location}/policyBindings/{policy_binding_id}
* * organizations/{organization_id}/locations/{location}/policyBindings/{policy_binding_id}
↳ etag
string
Optional. The etag of the policy binding. If this is provided, it must match the server's etag.
↳ validate_only
bool
Optional. If set, validate the request and preview the deletion, but do not actually post it.
getName
Required. The name of the policy binding to delete.
Format:
-
projects/{project_id}/locations/{location}/policyBindings/{policy_binding_id} -
projects/{project_number}/locations/{location}/policyBindings/{policy_binding_id} -
folders/{folder_id}/locations/{location}/policyBindings/{policy_binding_id} -
organizations/{organization_id}/locations/{location}/policyBindings/{policy_binding_id}
string
setName
Required. The name of the policy binding to delete.
Format:
-
projects/{project_id}/locations/{location}/policyBindings/{policy_binding_id} -
projects/{project_number}/locations/{location}/policyBindings/{policy_binding_id} -
folders/{folder_id}/locations/{location}/policyBindings/{policy_binding_id} -
organizations/{organization_id}/locations/{location}/policyBindings/{policy_binding_id}
var
string
$this
getEtag
Optional. The etag of the policy binding.
If this is provided, it must match the server's etag.
string
setEtag
Optional. The etag of the policy binding.
If this is provided, it must match the server's etag.
var
string
$this
getValidateOnly
Optional. If set, validate the request and preview the deletion, but do not actually post it.
bool
setValidateOnly
Optional. If set, validate the request and preview the deletion, but do not actually post it.
var
bool
$this
static::build
name
string
Required. The name of the policy binding to delete.
Format:
-
-
projects/{project_id}/locations/{location}/policyBindings/{policy_binding_id}
-
-
-
projects/{project_number}/locations/{location}/policyBindings/{policy_binding_id}
-
-
-
folders/{folder_id}/locations/{location}/policyBindings/{policy_binding_id}
-
-
-
organizations/{organization_id}/locations/{location}/policyBindings/{policy_binding_id}Please see PolicyBindingsClient::policyBindingName() for help formatting this field.
-

