@@ -20,30 +20,30 @@ type CertificateStoreTypeGeneric struct {
2020}
2121
2222type CertificateStoreType struct {
23- Name string `json:"Name"`
24- ShortName string `json:"ShortName"`
25- Capability string `json:"Capability"`
26- StoreType int `json:"StoreType"`
27- ImportType int `json:"ImportType"`
28- LocalStore bool `json:"LocalStore"`
29- SupportedOperations * StoreTypeSupportedOperations `json:"SupportedOperations"`
30- Properties * []StoreTypePropertyDefinition `json:"Properties"`
31- EntryParameters * []EntryParameter `json:"EntryParameters"`
32- PasswordOptions * StoreTypePasswordOptions `json:"PasswordOptions"`
33- StorePathType string `json:"StorePathType"`
34- StorePathValue string `json:"StorePathValue"`
35- PrivateKeyAllowed string `json:"PrivateKeyAllowed"`
36- JobProperties * []string `json:"JobProperties"`
37- ServerRequired bool `json:"ServerRequired"`
38- PowerShell bool `json:"PowerShell"`
39- BlueprintAllowed bool `json:"BlueprintAllowed"`
40- CustomAliasAllowed string `json:"CustomAliasAllowed"`
41- ServerRegistration int `json:"ServerRegistration"`
42- InventoryEndpoint string `json:"InventoryEndpoint"`
43- InventoryJobType string `json:"InventoryJobType"`
44- ManagementJobType string `json:"ManagementJobType"`
45- DiscoveryJobType string `json:"DiscoveryJobType"`
46- EnrollmentJobType string `json:"EnrollmentJobType"`
23+ Name string `json:"Name,omitempty "`
24+ ShortName string `json:"ShortName,omitempty "`
25+ Capability string `json:"Capability,omitempty "`
26+ StoreType int `json:"StoreType,omitempty "`
27+ ImportType int `json:"ImportType,omitempty "`
28+ LocalStore bool `json:"LocalStore,omitempty "`
29+ SupportedOperations * StoreTypeSupportedOperations `json:"SupportedOperations,omitempty "`
30+ Properties * []StoreTypePropertyDefinition `json:"Properties,omitempty "`
31+ EntryParameters * []EntryParameter `json:"EntryParameters,omitempty "`
32+ PasswordOptions * StoreTypePasswordOptions `json:"PasswordOptions,omitempty "`
33+ StorePathType string `json:"StorePathType,omitempty "`
34+ StorePathValue string `json:"StorePathValue,omitempty "`
35+ PrivateKeyAllowed string `json:"PrivateKeyAllowed,omitempty "`
36+ JobProperties * []string `json:"JobProperties,omitempty "`
37+ ServerRequired bool `json:"ServerRequired,omitempty "`
38+ PowerShell bool `json:"PowerShell,omitempty "`
39+ BlueprintAllowed bool `json:"BlueprintAllowed,omitempty "`
40+ CustomAliasAllowed string `json:"CustomAliasAllowed,omitempty "`
41+ ServerRegistration int `json:"ServerRegistration,omitempty "`
42+ InventoryEndpoint string `json:"InventoryEndpoint,omitempty "`
43+ InventoryJobType string `json:"InventoryJobType,omitempty "`
44+ ManagementJobType string `json:"ManagementJobType,omitempty "`
45+ DiscoveryJobType string `json:"DiscoveryJobType,omitempty "`
46+ EnrollmentJobType string `json:"EnrollmentJobType,omitempty "`
4747}
4848
4949type CertStoreTypeResponseList []struct {
0 commit comments