Sha256: b5b516273ec57b8cfb49072675514d1d4139a6f06c0258725751fe43a5642ce2
Contents?: true
Size: 705 Bytes
Versions: 5
Compression:
Stored size: 705 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: aserto/api/v1/policy_context.proto require 'google/protobuf' require 'aserto/options/v1/ids_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("aserto/api/v1/policy_context.proto", :syntax => :proto3) do add_message "aserto.api.v1.PolicyContext" do optional :id, :string, 1, json_name: "id" optional :path, :string, 2, json_name: "path" repeated :decisions, :string, 3, json_name: "decisions" end end end module Aserto module Api module V1 PolicyContext = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aserto.api.v1.PolicyContext").msgclass end end end
Version data entries
5 entries across 5 versions & 1 rubygems