lib/google/cloud/container_analysis/v1/doc/google/iam/v1/options.rb in google-cloud-container_analysis-0.3.0 vs lib/google/cloud/container_analysis/v1/doc/google/iam/v1/options.rb in google-cloud-container_analysis-0.3.1
- old
+ new
@@ -18,12 +18,16 @@
module V1
# Encapsulates settings provided to GetIamPolicy.
# @!attribute [rw] requested_policy_version
# @return [Integer]
# Optional. The policy format version to be returned.
- # Acceptable values are 0 and 1.
- # If the value is 0, or the field is omitted, policy format version 1 will 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.
class GetPolicyOptions; end
end
end
end
\ No newline at end of file