An interface for managing Identity and Access Management (IAM) policy bindings.
Equality
Instances of this class created via copy-construction or copy-assignment always compare equal. Instances created with equal std::shared_ptr<*Connection>
objects compare equal. Objects that compare equal share the same underlying resources.
Performance
Creating a new instance of this class is a relatively expensive operation, new objects establish new connections to the service. In contrast, copy-construction, move-construction, and the corresponding assignment operations are relatively efficient as the copies share all underlying resources.
Thread Safety
Concurrent access to different instances of this class, even if they compare equal, is guaranteed to work. Two or more threads operating on the same instance of this class is not guaranteed to work. Since copy-construction and move-construction is a relatively efficient operation, consider using such a copy when using this class from multiple threads.
Constructors
PolicyBindingsClient(PolicyBindingsClient const &)
Copy and move support
Parameter | |
---|---|
Name | Description |
|
PolicyBindingsClient const &
|
PolicyBindingsClient(PolicyBindingsClient &&)
Copy and move support
Parameter | |
---|---|
Name | Description |
|
PolicyBindingsClient &&
|
PolicyBindingsClient(std::shared_ptr< PolicyBindingsConnection >, Options)
Parameters | |
---|---|
Name | Description |
connection |
std::shared_ptr< PolicyBindingsConnection >
|
opts |
Options
|
Operators
operator=(PolicyBindingsClient const &)
Copy and move support
Parameter | |
---|---|
Name | Description |
|
PolicyBindingsClient const &
|
Returns | |
---|---|
Type | Description |
PolicyBindingsClient & |
operator=(PolicyBindingsClient &&)
Copy and move support
Parameter | |
---|---|
Name | Description |
|
PolicyBindingsClient &&
|
Returns | |
---|---|
Type | Description |
PolicyBindingsClient & |
Functions
CreatePolicyBinding(std::string const &, google::iam::v3::PolicyBinding const &, std::string const &, Options)
Creates a policy binding and returns a long-running operation.
Callers will need the IAM permissions on both the policy and target. Once the binding is created, the policy is applied to the target.
Parameters | |
---|---|
Name | Description |
parent |
std::string const &
Required. The parent resource where this policy binding will be created. The binding parent is the closest Resource Manager resource (project, folder or organization) to the binding target.
|
policy_binding |
google::iam::v3::PolicyBinding const &
Required. The policy binding to create. |
policy_binding_id |
std::string const &
Required. The ID to use for the policy binding, which will become the final component of the policy binding's resource name. |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::iam::v3::PolicyBinding > > |
A |
CreatePolicyBinding(NoAwaitTag, std::string const &, google::iam::v3::PolicyBinding const &, std::string const &, Options)
Creates a policy binding and returns a long-running operation.
Specifying the NoAwaitTag
immediately returns the [google::longrunning::Operation
] that corresponds to the Long Running Operation that has been started. No polling for operation status occurs.
Parameters | |
---|---|
Name | Description |
|
NoAwaitTag
|
parent |
std::string const &
|
policy_binding |
google::iam::v3::PolicyBinding const &
|
policy_binding_id |
std::string const &
|
opts |
Options
|
Returns | |
---|---|
Type | Description |
StatusOr< google::longrunning::Operation > |
CreatePolicyBinding(google::iam::v3::CreatePolicyBindingRequest const &, Options)
Creates a policy binding and returns a long-running operation.
Callers will need the IAM permissions on both the policy and target. Once the binding is created, the policy is applied to the target.
Parameters | |
---|---|
Name | Description |
request |
google::iam::v3::CreatePolicyBindingRequest const &
Unary RPCs, such as the one wrapped by this function, receive a single |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::iam::v3::PolicyBinding > > |
A |
CreatePolicyBinding(NoAwaitTag, google::iam::v3::CreatePolicyBindingRequest const &, Options)
Creates a policy binding and returns a long-running operation.
Specifying the NoAwaitTag
immediately returns the [google::longrunning::Operation
] that corresponds to the Long Running Operation that has been started. No polling for operation status occurs.
Parameters | |
---|---|
Name | Description |
|
NoAwaitTag
|
request |
google::iam::v3::CreatePolicyBindingRequest const &
|
opts |
Options
|
Returns | |
---|---|
Type | Description |
StatusOr< google::longrunning::Operation > |
CreatePolicyBinding(google::longrunning::Operation const &, Options)
Creates a policy binding and returns a long-running operation.
This method accepts a google::longrunning::Operation
that corresponds to a previously started Long Running Operation (LRO) and polls the status of the LRO in the background.
Parameters | |
---|---|
Name | Description |
operation |
google::longrunning::Operation const &
|
opts |
Options
|
Returns | |
---|---|
Type | Description |
future< StatusOr< google::iam::v3::PolicyBinding > > |
GetPolicyBinding(std::string const &, Options)
Gets a policy binding.
Parameters | |
---|---|
Name | Description |
name |
std::string const &
Required. The name of the policy binding to retrieve.
|
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StatusOr< google::iam::v3::PolicyBinding > |
the result of the RPC. The response message type (google.iam.v3.PolicyBinding) is mapped to a C++ class using the Protobuf mapping rules. If the request fails, the |
GetPolicyBinding(google::iam::v3::GetPolicyBindingRequest const &, Options)
Gets a policy binding.
Parameters | |
---|---|
Name | Description |
request |
google::iam::v3::GetPolicyBindingRequest const &
Unary RPCs, such as the one wrapped by this function, receive a single |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StatusOr< google::iam::v3::PolicyBinding > |
the result of the RPC. The response message type (google.iam.v3.PolicyBinding) is mapped to a C++ class using the Protobuf mapping rules. If the request fails, the |
UpdatePolicyBinding(google::iam::v3::PolicyBinding const &, google::protobuf::FieldMask const &, Options)
Updates a policy binding and returns a long-running operation.
Callers will need the IAM permissions on the policy and target in the binding to update, and the IAM permission to remove the existing policy from the binding. Target is immutable and cannot be updated. Once the binding is updated, the new policy is applied to the target.
Parameters | |
---|---|
Name | Description |
policy_binding |
google::iam::v3::PolicyBinding const &
Required. The policy binding to update. |
update_mask |
google::protobuf::FieldMask const &
Optional. The list of fields to update |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::iam::v3::PolicyBinding > > |
A |
UpdatePolicyBinding(NoAwaitTag, google::iam::v3::PolicyBinding const &, google::protobuf::FieldMask const &, Options)
Updates a policy binding and returns a long-running operation.
Specifying the NoAwaitTag
immediately returns the [google::longrunning::Operation
] that corresponds to the Long Running Operation that has been started. No polling for operation status occurs.
Parameters | |
---|---|
Name | Description |
|
NoAwaitTag
|
policy_binding |
google::iam::v3::PolicyBinding const &
|
update_mask |
google::protobuf::FieldMask const &
|
opts |
Options
|
Returns | |
---|---|
Type | Description |
StatusOr< google::longrunning::Operation > |
UpdatePolicyBinding(google::iam::v3::UpdatePolicyBindingRequest const &, Options)
Updates a policy binding and returns a long-running operation.
Callers will need the IAM permissions on the policy and target in the binding to update, and the IAM permission to remove the existing policy from the binding. Target is immutable and cannot be updated. Once the binding is updated, the new policy is applied to the target.
Parameters | |
---|---|
Name | Description |
request |
google::iam::v3::UpdatePolicyBindingRequest const &
Unary RPCs, such as the one wrapped by this function, receive a single |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::iam::v3::PolicyBinding > > |
A |
UpdatePolicyBinding(NoAwaitTag, google::iam::v3::UpdatePolicyBindingRequest const &, Options)
Updates a policy binding and returns a long-running operation.
Specifying the NoAwaitTag
immediately returns the [google::longrunning::Operation
] that corresponds to the Long Running Operation that has been started. No polling for operation status occurs.
Parameters | |
---|---|
Name | Description |
|
NoAwaitTag
|
request |
google::iam::v3::UpdatePolicyBindingRequest const &
|
opts |
Options
|
Returns | |
---|---|
Type | Description |
StatusOr< google::longrunning::Operation > |
UpdatePolicyBinding(google::longrunning::Operation const &, Options)
Updates a policy binding and returns a long-running operation.
This method accepts a google::longrunning::Operation
that corresponds to a previously started Long Running Operation (LRO) and polls the status of the LRO in the background.
Parameters | |
---|---|
Name | Description |
operation |
google::longrunning::Operation const &
|
opts |
Options
|
Returns | |
---|---|
Type | Description |
future< StatusOr< google::iam::v3::PolicyBinding > > |
DeletePolicyBinding(std::string const &, Options)
Deletes a policy binding and returns a long-running operation.
Callers will need the IAM permissions on both the policy and target. Once the binding is deleted, the policy no longer applies to the target.
Parameters | |
---|---|
Name | Description |
name |
std::string const &
Required. The name of the policy binding to delete.
|
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::iam::v3::OperationMetadata > > |
A |
DeletePolicyBinding(NoAwaitTag, std::string const &, Options)
Deletes a policy binding and returns a long-running operation.
Specifying the NoAwaitTag
immediately returns the [google::longrunning::Operation
] that corresponds to the Long Running Operation that has been started. No polling for operation status occurs.
Parameters | |
---|---|
Name | Description |
|
NoAwaitTag
|
name |
std::string const &
|
opts |
Options
|
Returns | |
---|---|
Type | Description |
StatusOr< google::longrunning::Operation > |
DeletePolicyBinding(google::iam::v3::DeletePolicyBindingRequest const &, Options)
Deletes a policy binding and returns a long-running operation.
Callers will need the IAM permissions on both the policy and target. Once the binding is deleted, the policy no longer applies to the target.
Parameters | |
---|---|
Name | Description |
request |
google::iam::v3::DeletePolicyBindingRequest const &
Unary RPCs, such as the one wrapped by this function, receive a single |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
future< StatusOr< google::iam::v3::OperationMetadata > > |
A |
DeletePolicyBinding(NoAwaitTag, google::iam::v3::DeletePolicyBindingRequest const &, Options)
Deletes a policy binding and returns a long-running operation.
Specifying the NoAwaitTag
immediately returns the [google::longrunning::Operation
] that corresponds to the Long Running Operation that has been started. No polling for operation status occurs.
Parameters | |
---|---|
Name | Description |
|
NoAwaitTag
|
request |
google::iam::v3::DeletePolicyBindingRequest const &
|
opts |
Options
|
Returns | |
---|---|
Type | Description |
StatusOr< google::longrunning::Operation > |
DeletePolicyBinding(google::longrunning::Operation const &, Options)
Deletes a policy binding and returns a long-running operation.
This method accepts a google::longrunning::Operation
that corresponds to a previously started Long Running Operation (LRO) and polls the status of the LRO in the background.
Parameters | |
---|---|
Name | Description |
operation |
google::longrunning::Operation const &
|
opts |
Options
|
Returns | |
---|---|
Type | Description |
future< StatusOr< google::iam::v3::OperationMetadata > > |
ListPolicyBindings(std::string const &, Options)
Lists policy bindings.
Parameters | |
---|---|
Name | Description |
parent |
std::string const &
Required. The parent resource, which owns the collection of policy bindings.
|
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StreamRange< google::iam::v3::PolicyBinding > |
a StreamRange to iterate of the results. See the documentation of this type for details. In brief, this class has |
ListPolicyBindings(google::iam::v3::ListPolicyBindingsRequest, Options)
Lists policy bindings.
Parameters | |
---|---|
Name | Description |
request |
google::iam::v3::ListPolicyBindingsRequest
Unary RPCs, such as the one wrapped by this function, receive a single |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StreamRange< google::iam::v3::PolicyBinding > |
a StreamRange to iterate of the results. See the documentation of this type for details. In brief, this class has |
SearchTargetPolicyBindings(std::string const &, std::string const &, Options)
Search policy bindings by target.
Returns all policy binding objects bound directly to target.
Parameters | |
---|---|
Name | Description |
parent |
std::string const &
Required. The parent resource where this search will be performed. This should be the nearest Resource Manager resource (project, folder, or organization) to the target.
|
target |
std::string const &
Required. The target resource, which is bound to the policy in the binding.
|
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StreamRange< google::iam::v3::PolicyBinding > |
a StreamRange to iterate of the results. See the documentation of this type for details. In brief, this class has |
SearchTargetPolicyBindings(google::iam::v3::SearchTargetPolicyBindingsRequest, Options)
Search policy bindings by target.
Returns all policy binding objects bound directly to target.
Parameters | |
---|---|
Name | Description |
request |
google::iam::v3::SearchTargetPolicyBindingsRequest
Unary RPCs, such as the one wrapped by this function, receive a single |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StreamRange< google::iam::v3::PolicyBinding > |
a StreamRange to iterate of the results. See the documentation of this type for details. In brief, this class has |
GetOperation(std::string const &, Options)
Gets the latest state of a long-running operation.
Clients can use this method to poll the operation result at intervals as recommended by the API service.
Parameters | |
---|---|
Name | Description |
name |
std::string const &
The name of the operation resource. |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StatusOr< google::longrunning::Operation > |
the result of the RPC. The response message type (google.longrunning.Operation) is mapped to a C++ class using the Protobuf mapping rules. If the request fails, the |
GetOperation(google::longrunning::GetOperationRequest const &, Options)
Gets the latest state of a long-running operation.
Clients can use this method to poll the operation result at intervals as recommended by the API service.
Parameters | |
---|---|
Name | Description |
request |
google::longrunning::GetOperationRequest const &
Unary RPCs, such as the one wrapped by this function, receive a single |
opts |
Options
Optional. Override the class-level options, such as retry and backoff policies. |
Returns | |
---|---|
Type | Description |
StatusOr< google::longrunning::Operation > |
the result of the RPC. The response message type (google.longrunning.Operation) is mapped to a C++ class using the Protobuf mapping rules. If the request fails, the |