View Source Envoy.Config.Core.V3.GrpcService.GoogleGrpc.CallCredentials (envoy_data_plane_api v0.2.0)

Summary

Types

@type t() :: %Envoy.Config.Core.V3.GrpcService.GoogleGrpc.CallCredentials{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  credential_specifier:
    {:access_token, String.t()}
    | {:google_compute_engine, Google.Protobuf.Empty.t() | nil}
    | {:google_refresh_token, String.t()}
    | {:service_account_jwt_access,
       Envoy.Config.Core.V3.GrpcService.GoogleGrpc.CallCredentials.ServiceAccountJWTAccessCredentials.t()
       | nil}
    | {:google_iam,
       Envoy.Config.Core.V3.GrpcService.GoogleGrpc.CallCredentials.GoogleIAMCredentials.t()
       | nil}
    | {:from_plugin,
       Envoy.Config.Core.V3.GrpcService.GoogleGrpc.CallCredentials.MetadataCredentialsFromPlugin.t()
       | nil}
    | {:sts_service,
       Envoy.Config.Core.V3.GrpcService.GoogleGrpc.CallCredentials.StsService.t()
       | nil}
    | nil
}