View Source Envoy.Service.Auth.V3.AttributeContext.Peer (envoy_data_plane_api v0.1.0)

Summary

Types

@type t() :: %Envoy.Service.Auth.V3.AttributeContext.Peer{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  address: Envoy.Config.Core.V3.Address.t() | nil,
  certificate: String.t(),
  labels: %{optional(String.t()) => String.t() | nil},
  principal: String.t(),
  service: String.t()
}