mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 18:17:55 +00:00
running make proto (#17106)
This commit is contained in:
@@ -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"`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user