blob: 5f7b25bd62220c5cc8725ce2e4f8ac03545c543f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// Windows10PFXImportCertificateProfile Deprecated
type Windows10PFXImportCertificateProfile struct {
// DeviceConfiguration is the base model of Windows10PFXImportCertificateProfile
DeviceConfiguration
// KeyStorageProvider undocumented
KeyStorageProvider *KeyStorageProviderOption `json:"keyStorageProvider,omitempty"`
}
|