Class: Google::Iam::V1::GetPolicyOptions
- Inherits:
-
Object
- Object
- Google::Iam::V1::GetPolicyOptions
- Defined in:
- lib/google/cloud/bigtable/admin/v2/doc/google/iam/v1/options.rb
Overview
Encapsulates settings provided to GetIamPolicy.
Instance Attribute Summary collapse
-
#requested_policy_version ⇒ Integer
Optional.
Instance Attribute Details
#requested_policy_version ⇒ Integer
Returns Optional. The policy format version to be returned.
Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected.
Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset.
30 |
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/iam/v1/options.rb', line 30 class GetPolicyOptions; end |