Sha256: 7901bf8f7fc118ede4a5ab37d7ced76a769fa2066e1976121bfa33cecdc40697
Contents?: true
Size: 1.96 KB
Versions: 3
Compression:
Stored size: 1.96 KB
Contents
# frozen_string_literal: true # Copyright 2024 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. # Auto-generated by gapic-generator-ruby. DO NOT EDIT! module Google module Iam module V1 # Output-only policy member strings of a Google Cloud resource's built-in # identity. # @!attribute [r] iam_policy_name_principal # @return [::String] # IAM policy binding member referring to a Google Cloud resource by # user-assigned name (https://google.aip.dev/122). If a resource is deleted # and recreated with the same name, the binding will be applicable to the new # resource. # # Example: # `principal://parametermanager.googleapis.com/projects/12345/name/locations/us-central1-a/parameters/my-parameter` # @!attribute [r] iam_policy_uid_principal # @return [::String] # IAM policy binding member referring to a Google Cloud resource by # system-assigned unique identifier (https://google.aip.dev/148#uid). If a # resource is deleted and recreated with the same name, the binding will not # be applicable to the new resource # # Example: # `principal://parametermanager.googleapis.com/projects/12345/uid/locations/us-central1-a/parameters/a918fed5` class ResourcePolicyMember include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end end
Version data entries
3 entries across 3 versions & 1 rubygems