Class: Google::Iam::V1::GetPolicyOptions
- Inherits:
-
Object
- Object
- Google::Iam::V1::GetPolicyOptions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/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
44 45 46 47 |
# File 'proto_docs/google/iam/v1/options.rb', line 44 class GetPolicyOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |