Sha256: d18ea97003477f544254c14aa72e6996490b085980ab705e9aacf94e4a859e35
Contents?: true
Size: 970 Bytes
Versions: 6
Compression:
Stored size: 970 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: aserto/api/v1/identity_context.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("aserto/api/v1/identity_context.proto", :syntax => :proto3) do add_message "aserto.api.v1.IdentityContext" do optional :identity, :string, 2, json_name: "identity" optional :type, :enum, 3, "aserto.api.v1.IdentityType", json_name: "type" end add_enum "aserto.api.v1.IdentityType" do value :IDENTITY_TYPE_UNKNOWN, 0 value :IDENTITY_TYPE_NONE, 1 value :IDENTITY_TYPE_SUB, 2 value :IDENTITY_TYPE_JWT, 3 end end end module Aserto module Api module V1 IdentityContext = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aserto.api.v1.IdentityContext").msgclass IdentityType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aserto.api.v1.IdentityType").enummodule end end end
Version data entries
6 entries across 6 versions & 1 rubygems