View Source Envoy.Api.V2.Core.GrpcService.GoogleGrpc.CallCredentials.StsService (envoy_data_plane_api v0.1.0)

Summary

Types

@type t() :: %Envoy.Api.V2.Core.GrpcService.GoogleGrpc.CallCredentials.StsService{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  actor_token_path: String.t(),
  actor_token_type: String.t(),
  audience: String.t(),
  requested_token_type: String.t(),
  resource: String.t(),
  scope: String.t(),
  subject_token_path: String.t(),
  subject_token_type: String.t(),
  token_exchange_service_uri: String.t()
}