blob: fc81c4a9bc033bb3dc7d5a3c4f189f860f3973d6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// ImportedDeviceIdentityResult The importedDeviceIdentityResult resource represents the result of attempting to import a device identity.
type ImportedDeviceIdentityResult struct {
// ImportedDeviceIdentity is the base model of ImportedDeviceIdentityResult
ImportedDeviceIdentity
// Status Status of imported device identity
Status *bool `json:"status,omitempty"`
}
|