File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ type CertificateStoreTypeGeneric struct {
99 Properties * []StoreTypePropertyDefinitionGeneric `json:"Properties"`
1010 EntryParameters * []EntryParameterGeneric `json:"EntryParameters"`
1111 PasswordOptions * StoreTypePasswordOptions `json:"PasswordOptions"`
12- StorePathType string `json:"StorePathType"`
13- StorePathValue string `json:"StorePathValue"`
14- PrivateKeyAllowed string `json:"PrivateKeyAllowed"`
15- JobProperties * []string `json:"JobProperties"`
16- ServerRequired bool `json:"ServerRequired"`
17- PowerShell bool `json:"PowerShell"`
18- BlueprintAllowed bool `json:"BlueprintAllowed"`
19- CustomAliasAllowed string `json:"CustomAliasAllowed"`
12+ // StorePathType string `json:"StorePathType"` # This is not returned in the API and computed after POST
13+ StorePathValue string `json:"StorePathValue"`
14+ PrivateKeyAllowed string `json:"PrivateKeyAllowed"`
15+ // JobProperties *[]string `json:"JobProperties"` # This is not returned in the API and computed after POST
16+ ServerRequired bool `json:"ServerRequired"`
17+ PowerShell bool `json:"PowerShell"`
18+ BlueprintAllowed bool `json:"BlueprintAllowed"`
19+ CustomAliasAllowed string `json:"CustomAliasAllowed"`
2020}
2121
2222type CertificateStoreType struct {
You can’t perform that action at this time.
0 commit comments