class Google::Apis::DataprocV1::GetPolicyOptions
Encapsulates settings provided to GetIamPolicy.
Attributes
requested_policy_version[RW]
Optional. The policy format version to be returned.Valid values are 0, 1, and
-
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.To learn which resources support conditions in their IAM policies, see the IAM documentation (cloud.google.com/iam/help/conditions/resource-policies). Corresponds to the JSON property `requestedPolicyVersion` @return [Fixnum]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dataproc_v1/classes.rb, line 1177 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dataproc_v1/classes.rb, line 1182 def update!(**args) @requested_policy_version = args[:requested_policy_version] if args.key?(:requested_policy_version) end