mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-23 03:31:09 +01:00
running make proto (#17106)
This commit is contained in:
parent
8122574573
commit
cd3c930c72
@ -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"`
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user