blob: fd0ae4678e497de0773b18793dae3594fae8c04f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// DeviceKey undocumented
type DeviceKey struct {
// Object is the base model of DeviceKey
Object
// KeyType undocumented
KeyType *string `json:"keyType,omitempty"`
// KeyMaterial undocumented
KeyMaterial *Binary `json:"keyMaterial,omitempty"`
// DeviceID undocumented
DeviceID *UUID `json:"deviceId,omitempty"`
}
|