blob: 3cd94d2cee8361e1bc4fe76067158d4960adab80 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// 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"`
}
|