blob: d93fd8565f4f5f5d9c4d4078ab5518d51914adca (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// DeleteAction undocumented
type DeleteAction struct {
// Object is the base model of DeleteAction
Object
// Name undocumented
Name *string `json:"name,omitempty"`
// ObjectType undocumented
ObjectType *string `json:"objectType,omitempty"`
}
// DeleteUserFromSharedAppleDeviceActionResult undocumented
type DeleteUserFromSharedAppleDeviceActionResult struct {
// DeviceActionResult is the base model of DeleteUserFromSharedAppleDeviceActionResult
DeviceActionResult
// UserPrincipalName User principal name of the user to be deleted
UserPrincipalName *string `json:"userPrincipalName,omitempty"`
}
|