Sha256: d181b2fec59bd410c4b8f7adf27fce056d05f285a8a2fea8b8c75950ab256a9c

Contents?: true

Size: 1.08 KB

Versions: 6

Compression:

Stored size: 1.08 KB

Contents

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

require 'google/protobuf'

require 'google/protobuf/struct_pb'
require 'aserto/api/v1/metadata_pb'
require 'aserto/api/v1/user_pb'

Google::Protobuf::DescriptorPool.generated_pool.build do
  add_file("aserto/api/v2/user.proto", :syntax => :proto3) do
    add_message "aserto.api.v2.User" do
      optional :id, :string, 1, json_name: "id"
      optional :enabled, :bool, 2, json_name: "enabled"
      optional :display_name, :string, 3, json_name: "displayName"
      optional :email, :string, 4, json_name: "email"
      map :identities, :string, :message, 6, "aserto.api.v1.IdentitySource"
      optional :metadata, :message, 9, "aserto.api.v1.Metadata", json_name: "metadata"
      optional :deleted, :bool, 10, json_name: "deleted"
      optional :properties, :message, 11, "google.protobuf.Struct", json_name: "properties"
    end
  end
end

module Aserto
  module Api
    module V2
      User = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aserto.api.v2.User").msgclass
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
aserto-grpc-authz-0.0.7 generated/aserto/api/v2/user_pb.rb
aserto-grpc-authz-0.0.6 generated/aserto/api/v2/user_pb.rb
aserto-grpc-authz-0.0.5 generated/aserto/api/v2/user_pb.rb
aserto-grpc-authz-0.0.4 generated/aserto/api/v2/user_pb.rb
aserto-grpc-authz-0.0.2 generated/aserto/api/v2/user_pb.rb
aserto-grpc-authz-0.0.1 lib/aserto/api/v2/user_pb.rb