mirror of https://github.com/grpc/grpc-node.git
19 lines
744 B
TypeScript
19 lines
744 B
TypeScript
// Original file: deps/envoy-api/envoy/api/v2/auth/common.proto
|
|
|
|
import { Struct as _google_protobuf_Struct, Struct__Output as _google_protobuf_Struct__Output } from '../../../../google/protobuf/Struct';
|
|
import { Any as _google_protobuf_Any, Any__Output as _google_protobuf_Any__Output } from '../../../../google/protobuf/Any';
|
|
|
|
export interface PrivateKeyProvider {
|
|
'provider_name'?: (string);
|
|
'config'?: (_google_protobuf_Struct);
|
|
'typed_config'?: (_google_protobuf_Any);
|
|
'config_type'?: "config"|"typed_config";
|
|
}
|
|
|
|
export interface PrivateKeyProvider__Output {
|
|
'provider_name': (string);
|
|
'config'?: (_google_protobuf_Struct__Output);
|
|
'typed_config'?: (_google_protobuf_Any__Output);
|
|
'config_type': "config"|"typed_config";
|
|
}
|