running make proto (#17106)

This commit is contained in:
Hamid Ghaf
2022-09-13 09:40:12 -04:00
committed by GitHub
parent 8122574573
commit cd3c930c72
3 changed files with 16 additions and 14 deletions

View File

@@ -42,6 +42,7 @@ type Config struct {
// @inject_tag: sentinel:"-" // @inject_tag: sentinel:"-"
// //
// Types that are assignable to Config: // Types that are assignable to Config:
//
// *Config_TOTPConfig // *Config_TOTPConfig
// *Config_OktaConfig // *Config_OktaConfig
// *Config_DuoConfig // *Config_DuoConfig
@@ -589,6 +590,7 @@ type Secret struct {
// @inject_tag: sentinel:"-" // @inject_tag: sentinel:"-"
MethodName string `protobuf:"bytes,1,opt,name=method_name,json=methodName,proto3" json:"method_name,omitempty" sentinel:"-"` MethodName string `protobuf:"bytes,1,opt,name=method_name,json=methodName,proto3" json:"method_name,omitempty" sentinel:"-"`
// Types that are assignable to Value: // Types that are assignable to Value:
//
// *Secret_TOTPSecret // *Secret_TOTPSecret
Value isSecret_Value `protobuf_oneof:"value"` Value isSecret_Value `protobuf_oneof:"value"`
} }