summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelDelete.go
blob: 5a9efce67458e819a2face7a6b77fccecb297bc6 (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.go/gen 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"`
}