We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd09f1 commit 4f6a709Copy full SHA for 4f6a709
v3/api/store_models.go
@@ -64,7 +64,7 @@ type UpdateStoreFctArgs struct {
64
type UpdateStorePasswordConfig struct {
65
SecretValue *string `json:"SecretValue"` // used for setting kf-secret value or No Value (null)
66
Parameters map[string]string `json:"Parameters"`
67
- Provider *string `json:"Provider"`
+ Provider int `json:"Provider"`
68
}
69
70
// InventorySchedule holds configuration data for creating an inventory schedule for a certificate store in Keyfactor
0 commit comments