Class: Google::Iam::V1::GetPolicyOptions

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Integer)

    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.



34
35
36
37
# File 'proto_docs/google/iam/v1/options.rb', line 34

class GetPolicyOptions
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end