Skip to content

Commit 4f6a709

Browse files
committed
fix(stores): use integer typing for store password provider id
1 parent 6fd09f1 commit 4f6a709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v3/api/store_models.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ type UpdateStoreFctArgs struct {
6464
type UpdateStorePasswordConfig struct {
6565
SecretValue *string `json:"SecretValue"` // used for setting kf-secret value or No Value (null)
6666
Parameters map[string]string `json:"Parameters"`
67-
Provider *string `json:"Provider"`
67+
Provider int `json:"Provider"`
6868
}
6969

7070
// InventorySchedule holds configuration data for creating an inventory schedule for a certificate store in Keyfactor

0 commit comments

Comments
 (0)