Namespace google::cloud::policytroubleshooter_v1 (2.12.0)

Classes

IamCheckerClient

IAM Policy Troubleshooter service.

IamCheckerConnection

The IamCheckerConnection object for IamCheckerClient.

IamCheckerConnectionIdempotencyPolicy

Structs

IamCheckerBackoffPolicyOption

Use with google::cloud::Options to configure the backoff policy.

IamCheckerConnectionIdempotencyPolicyOption

Use with google::cloud::Options to configure which operations are retried.

IamCheckerRetryPolicyOption

Use with google::cloud::Options to configure the retry policy.

Functions

MakeIamCheckerConnection(Options)

A factory function to construct an object of type IamCheckerConnection.

The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of IamCheckerClient.

The optional options argument may be used to configure aspects of the returned IamCheckerConnection. Expected options are any of the types in the following option lists:

Parameter
Name Description
options

(optional) Configure the IamCheckerConnection created by this function.

Returns
Type Description
std::shared_ptr< IamCheckerConnection >

MakeDefaultIamCheckerConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< IamCheckerConnectionIdempotencyPolicy >

Type Aliases

IamCheckerRetryPolicy

Alias Of: ::google::cloud::internal::TraitBasedRetryPolicy< policytroubleshooter_v1_internal::IamCheckerRetryTraits >

IamCheckerLimitedTimeRetryPolicy

Alias Of: ::google::cloud::internal::LimitedTimeRetryPolicy< policytroubleshooter_v1_internal::IamCheckerRetryTraits >

IamCheckerLimitedErrorCountRetryPolicy

Alias Of: ::google::cloud::internal::LimitedErrorCountRetryPolicy< policytroubleshooter_v1_internal::IamCheckerRetryTraits >

IamCheckerPolicyOptionList

Alias Of: OptionList< IamCheckerRetryPolicyOption, IamCheckerBackoffPolicyOption, IamCheckerConnectionIdempotencyPolicyOption >

The options applicable to IamChecker.