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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/tasks/v2/doc/google/iam/v1/options.rb,
lib/google/cloud/tasks/v2beta2/doc/google/iam/v1/options.rb,
lib/google/cloud/tasks/v2beta3/doc/google/iam/v1/options.rb

Overview

Encapsulates settings provided to GetIamPolicy.

Instance Attribute Summary collapse

Instance Attribute Details

#requested_policy_versionInteger

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.



30
# File 'lib/google/cloud/tasks/v2/doc/google/iam/v1/options.rb', line 30

class GetPolicyOptions; end