Sha256: 32560449a4b229904fb46e7f1545794dba41b579e4ee25ba63ba455cf66b7306

Contents?: true

Size: 1.06 KB

Versions: 3

Compression:

Stored size: 1.06 KB

Contents

# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: aserto/authorizer/v2/api/identity_context.proto

require 'google/protobuf'

Google::Protobuf::DescriptorPool.generated_pool.build do
  add_file("aserto/authorizer/v2/api/identity_context.proto", :syntax => :proto3) do
    add_message "aserto.authorizer.v2.api.IdentityContext" do
      optional :identity, :string, 1, json_name: "identity"
      optional :type, :enum, 2, "aserto.authorizer.v2.api.IdentityType", json_name: "type"
    end
    add_enum "aserto.authorizer.v2.api.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 Authorizer
    module V2
      module Api
        IdentityContext = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aserto.authorizer.v2.api.IdentityContext").msgclass
        IdentityType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aserto.authorizer.v2.api.IdentityType").enummodule
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
aserto-authorizer-0.0.4 generated/aserto/authorizer/v2/api/identity_context_pb.rb
aserto-authorizer-0.0.3 generated/aserto/authorizer/v2/api/identity_context_pb.rb
aserto-authorizer-0.0.2 generated/aserto/authorizer/v2/api/identity_context_pb.rb