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 |
Returns | |
---|---|
Type | Description |
std::shared_ptr< IamCheckerConnection > |
MakeDefaultIamCheckerConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< IamCheckerConnectionIdempotencyPolicy > |
Type Aliases
IamCheckerRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< policytroubleshooter_v1_internal::IamCheckerRetryTraits >
IamCheckerLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< policytroubleshooter_v1_internal::IamCheckerRetryTraits >
IamCheckerLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< policytroubleshooter_v1_internal::IamCheckerRetryTraits >
IamCheckerPolicyOptionList
OptionList< IamCheckerRetryPolicyOption, IamCheckerBackoffPolicyOption, IamCheckerConnectionIdempotencyPolicyOption >
The options applicable to IamChecker.