Sha256: ab151a4457c5b6323c5ab366f8d1a1ab2c5ee1a270634a53a3e10f73af4a1afb
Contents?: true
Size: 1020 Bytes
Versions: 20
Compression:
Stored size: 1020 Bytes
Contents
# Copyright 2019 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. module Google module Iam 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. class GetPolicyOptions; end end end end
Version data entries
20 entries across 13 versions & 5 rubygems