exports/v1.0/ProxyCmdletDefinitions.ps1


# ----------------------------------------------------------------------------------
#
# Copyright Microsoft Corporation
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# http://www.apache.org/licenses/LICENSE-2.0
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# ----------------------------------------------------------------------------------

<#
.Synopsis
Get ref of invitedUser from invitations
.Description
Get ref of invitedUser from invitations
.Example
PS C:\> {{ Add code here }}
 
{{ Add output here }}
.Example
PS C:\> {{ Add code here }}
 
{{ Add output here }}
 
.Inputs
Microsoft.Graph.PowerShell.Models.IIdentityInvitationsIdentity
.Outputs
System.String
.Notes
COMPLEX PARAMETER PROPERTIES
 
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
 
INPUTOBJECT <IIdentityInvitationsIdentity>: Identity Parameter
  [InvitationId <String>]: key: id of invitation
.Link
https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.invitations/get-mginvitationinviteduserbyref
#>

function Get-MgInvitationInvitedUserByRef {
[OutputType([System.String])]
[CmdletBinding(DefaultParameterSetName='Get', PositionalBinding=$false)]
[Microsoft.Graph.PowerShell.Profile('v1.0')]
param(
    [Parameter(ParameterSetName='Get', Mandatory)]
    [Microsoft.Graph.PowerShell.Category('Path')]
    [System.String]
    # key: id of invitation
    ${InvitationId},

    [Parameter(ParameterSetName='GetViaIdentity', Mandatory, ValueFromPipeline)]
    [Microsoft.Graph.PowerShell.Category('Path')]
    [Microsoft.Graph.PowerShell.Models.IIdentityInvitationsIdentity]
    # Identity Parameter
    # To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
    ${InputObject},

    [Parameter(DontShow)]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [System.Management.Automation.SwitchParameter]
    # Wait for .NET debugger to attach
    ${Break},

    [Parameter(DontShow)]
    [ValidateNotNull()]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]]
    # SendAsync Pipeline Steps to be appended to the front of the pipeline
    ${HttpPipelineAppend},

    [Parameter(DontShow)]
    [ValidateNotNull()]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]]
    # SendAsync Pipeline Steps to be prepended to the front of the pipeline
    ${HttpPipelinePrepend},

    [Parameter(DontShow)]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [System.Uri]
    # The URI for the proxy server to use
    ${Proxy},

    [Parameter(DontShow)]
    [ValidateNotNull()]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [System.Management.Automation.PSCredential]
    # Credentials for a proxy server to use for the remote call
    ${ProxyCredential},

    [Parameter(DontShow)]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [System.Management.Automation.SwitchParameter]
    # Use the default credentials for the proxy
    ${ProxyUseDefaultCredentials}
)

begin {
    try {
        $outBuffer = $null
        if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) {
            $PSBoundParameters['OutBuffer'] = 1
        }
        $parameterSet = $PSCmdlet.ParameterSetName
        $mapping = @{
            Get = 'Microsoft.Graph.Identity.Invitations.private\Get-MgInvitationInvitedUserByRef_Get';
            GetViaIdentity = 'Microsoft.Graph.Identity.Invitations.private\Get-MgInvitationInvitedUserByRef_GetViaIdentity';
        }
        $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
        $scriptCmd = {& $wrappedCmd @PSBoundParameters}
        $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
        $steppablePipeline.Begin($PSCmdlet)
    } catch {
        throw
    }
}

process {
    try {
        $steppablePipeline.Process($_)
    } catch {
        throw
    }
}

end {
    try {
        $steppablePipeline.End()
    } catch {
        throw
    }
}
}

# ----------------------------------------------------------------------------------
#
# Copyright Microsoft Corporation
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# http://www.apache.org/licenses/LICENSE-2.0
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# ----------------------------------------------------------------------------------

<#
.Synopsis
Get invitedUser from invitations
.Description
Get invitedUser from invitations
.Example
PS C:\> {{ Add code here }}
 
{{ Add output here }}
.Example
PS C:\> {{ Add code here }}
 
{{ Add output here }}
 
.Inputs
Microsoft.Graph.PowerShell.Models.IIdentityInvitationsIdentity
.Outputs
Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser
.Notes
COMPLEX PARAMETER PROPERTIES
 
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
 
INPUTOBJECT <IIdentityInvitationsIdentity>: Identity Parameter
  [InvitationId <String>]: key: id of invitation
.Link
https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.invitations/get-mginvitationinviteduser
#>

function Get-MgInvitationInvitedUser {
[OutputType([Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser])]
[CmdletBinding(DefaultParameterSetName='Get', PositionalBinding=$false)]
[Microsoft.Graph.PowerShell.Profile('v1.0')]
param(
    [Parameter(ParameterSetName='Get', Mandatory)]
    [Microsoft.Graph.PowerShell.Category('Path')]
    [System.String]
    # key: id of invitation
    ${InvitationId},

    [Parameter(ParameterSetName='GetViaIdentity', Mandatory, ValueFromPipeline)]
    [Microsoft.Graph.PowerShell.Category('Path')]
    [Microsoft.Graph.PowerShell.Models.IIdentityInvitationsIdentity]
    # Identity Parameter
    # To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
    ${InputObject},

    [Parameter()]
    [Alias('Expand')]
    [Microsoft.Graph.PowerShell.Category('Query')]
    [System.String[]]
    # Expand related entities
    ${ExpandProperty},

    [Parameter()]
    [Alias('Select')]
    [Microsoft.Graph.PowerShell.Category('Query')]
    [System.String[]]
    # Select properties to be returned
    ${Property},

    [Parameter(DontShow)]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [System.Management.Automation.SwitchParameter]
    # Wait for .NET debugger to attach
    ${Break},

    [Parameter(DontShow)]
    [ValidateNotNull()]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]]
    # SendAsync Pipeline Steps to be appended to the front of the pipeline
    ${HttpPipelineAppend},

    [Parameter(DontShow)]
    [ValidateNotNull()]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]]
    # SendAsync Pipeline Steps to be prepended to the front of the pipeline
    ${HttpPipelinePrepend},

    [Parameter(DontShow)]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [System.Uri]
    # The URI for the proxy server to use
    ${Proxy},

    [Parameter(DontShow)]
    [ValidateNotNull()]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [System.Management.Automation.PSCredential]
    # Credentials for a proxy server to use for the remote call
    ${ProxyCredential},

    [Parameter(DontShow)]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [System.Management.Automation.SwitchParameter]
    # Use the default credentials for the proxy
    ${ProxyUseDefaultCredentials}
)

begin {
    try {
        $outBuffer = $null
        if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) {
            $PSBoundParameters['OutBuffer'] = 1
        }
        $parameterSet = $PSCmdlet.ParameterSetName
        $mapping = @{
            Get = 'Microsoft.Graph.Identity.Invitations.private\Get-MgInvitationInvitedUser_Get';
            GetViaIdentity = 'Microsoft.Graph.Identity.Invitations.private\Get-MgInvitationInvitedUser_GetViaIdentity';
        }
        $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
        $scriptCmd = {& $wrappedCmd @PSBoundParameters}
        $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
        $steppablePipeline.Begin($PSCmdlet)
    } catch {
        throw
    }
}

process {
    try {
        $steppablePipeline.Process($_)
    } catch {
        throw
    }
}

end {
    try {
        $steppablePipeline.End()
    } catch {
        throw
    }
}
}

# ----------------------------------------------------------------------------------
#
# Copyright Microsoft Corporation
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# http://www.apache.org/licenses/LICENSE-2.0
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# ----------------------------------------------------------------------------------

<#
.Synopsis
Get entity from invitations by key
.Description
Get entity from invitations by key
.Example
PS C:\> {{ Add code here }}
 
{{ Add output here }}
.Example
PS C:\> {{ Add code here }}
 
{{ Add output here }}
 
.Inputs
Microsoft.Graph.PowerShell.Models.IIdentityInvitationsIdentity
.Outputs
Microsoft.Graph.PowerShell.Models.IMicrosoftGraphInvitation
.Notes
COMPLEX PARAMETER PROPERTIES
 
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
 
INPUTOBJECT <IIdentityInvitationsIdentity>: Identity Parameter
  [InvitationId <String>]: key: id of invitation
.Link
https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.invitations/get-mginvitation
#>

function Get-MgInvitation {
[OutputType([Microsoft.Graph.PowerShell.Models.IMicrosoftGraphInvitation])]
[CmdletBinding(DefaultParameterSetName='List1', PositionalBinding=$false)]
[Microsoft.Graph.PowerShell.Profile('v1.0')]
param(
    [Parameter(ParameterSetName='Get', Mandatory)]
    [Microsoft.Graph.PowerShell.Category('Path')]
    [System.String]
    # key: id of invitation
    ${InvitationId},

    [Parameter(ParameterSetName='GetViaIdentity', Mandatory, ValueFromPipeline)]
    [Microsoft.Graph.PowerShell.Category('Path')]
    [Microsoft.Graph.PowerShell.Models.IIdentityInvitationsIdentity]
    # Identity Parameter
    # To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
    ${InputObject},

    [Parameter()]
    [Alias('Expand')]
    [Microsoft.Graph.PowerShell.Category('Query')]
    [System.String[]]
    # Expand related entities
    ${ExpandProperty},

    [Parameter()]
    [Alias('Select')]
    [Microsoft.Graph.PowerShell.Category('Query')]
    [System.String[]]
    # Select properties to be returned
    ${Property},

    [Parameter(ParameterSetName='List1')]
    [Microsoft.Graph.PowerShell.Category('Query')]
    [System.Management.Automation.SwitchParameter]
    # Include count of items
    ${Count},

    [Parameter(ParameterSetName='List1')]
    [Microsoft.Graph.PowerShell.Category('Query')]
    [System.String]
    # Filter items by property values
    ${Filter},

    [Parameter(ParameterSetName='List1')]
    [Microsoft.Graph.PowerShell.Category('Query')]
    [System.String]
    # Search items by search phrases
    ${Search},

    [Parameter(ParameterSetName='List1')]
    [Microsoft.Graph.PowerShell.Category('Query')]
    [System.Int32]
    # Skip the first n items
    ${Skip},

    [Parameter(ParameterSetName='List1')]
    [Alias('OrderBy')]
    [Microsoft.Graph.PowerShell.Category('Query')]
    [System.String[]]
    # Order items by property values
    ${Sort},

    [Parameter(ParameterSetName='List1')]
    [Alias('Limit')]
    [Microsoft.Graph.PowerShell.Category('Query')]
    [System.Int32]
    # Show only the first n items
    ${Top},

    [Parameter(DontShow)]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [System.Management.Automation.SwitchParameter]
    # Wait for .NET debugger to attach
    ${Break},

    [Parameter(DontShow)]
    [ValidateNotNull()]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]]
    # SendAsync Pipeline Steps to be appended to the front of the pipeline
    ${HttpPipelineAppend},

    [Parameter(DontShow)]
    [ValidateNotNull()]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]]
    # SendAsync Pipeline Steps to be prepended to the front of the pipeline
    ${HttpPipelinePrepend},

    [Parameter(DontShow)]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [System.Uri]
    # The URI for the proxy server to use
    ${Proxy},

    [Parameter(DontShow)]
    [ValidateNotNull()]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [System.Management.Automation.PSCredential]
    # Credentials for a proxy server to use for the remote call
    ${ProxyCredential},

    [Parameter(DontShow)]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [System.Management.Automation.SwitchParameter]
    # Use the default credentials for the proxy
    ${ProxyUseDefaultCredentials},

    [Parameter(ParameterSetName='List1')]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [System.Int32]
    # Sets the page size of results.
    ${PageSize},

    [Parameter(ParameterSetName='List1')]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [System.Management.Automation.SwitchParameter]
    # List all pages.
    ${All}
)

begin {
    try {
        $outBuffer = $null
        if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) {
            $PSBoundParameters['OutBuffer'] = 1
        }
        $parameterSet = $PSCmdlet.ParameterSetName
        $mapping = @{
            Get = 'Microsoft.Graph.Identity.Invitations.private\Get-MgInvitation_Get';
            GetViaIdentity = 'Microsoft.Graph.Identity.Invitations.private\Get-MgInvitation_GetViaIdentity';
            List1 = 'Microsoft.Graph.Identity.Invitations.private\Get-MgInvitation_List1';
        }
        $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
        $scriptCmd = {& $wrappedCmd @PSBoundParameters}
        $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
        $steppablePipeline.Begin($PSCmdlet)
    } catch {
        throw
    }
}

process {
    try {
        $steppablePipeline.Process($_)
    } catch {
        throw
    }
}

end {
    try {
        $steppablePipeline.End()
    } catch {
        throw
    }
}
}

# ----------------------------------------------------------------------------------
#
# Copyright Microsoft Corporation
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# http://www.apache.org/licenses/LICENSE-2.0
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# ----------------------------------------------------------------------------------

<#
.Synopsis
Add new entity to invitations
.Description
Add new entity to invitations
.Example
PS C:\> {{ Add code here }}
 
{{ Add output here }}
.Example
PS C:\> {{ Add code here }}
 
{{ Add output here }}
 
.Inputs
Microsoft.Graph.PowerShell.Models.IMicrosoftGraphInvitation
.Outputs
Microsoft.Graph.PowerShell.Models.IMicrosoftGraphInvitation
.Notes
COMPLEX PARAMETER PROPERTIES
 
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
 
BODYPARAMETER <IMicrosoftGraphInvitation>: invitation
  [(Any) <Object>]: This indicates any property can be added to this object.
  [Id <String>]: Read-only.
  [InviteRedeemUrl <String>]: The URL user can use to redeem his invitation. Read-Only
  [InviteRedirectUrl <String>]: The URL user should be redirected to once the invitation is redeemed. Required.
  [InvitedUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
    [(Any) <Object>]: This indicates any property can be added to this object.
    [DeletedDateTime <DateTime?>]:
    [Id <String>]: Read-only.
    [AboutMe <String>]: A freeform text entry field for the user to describe themselves.
    [AccountEnabled <Boolean?>]: true if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.
    [Activities <IMicrosoftGraphUserActivity[]>]: The user's activities across devices. Read-only. Nullable.
      [Id <String>]: Read-only.
      [ActivationUrl <String>]: Required. URL used to launch the activity in the best native experience represented by the appId. Might launch a web-based app if no native app exists.
      [ActivitySourceHost <String>]: Required. URL for the domain representing the cross-platform identity mapping for the app. Mapping is stored either as a JSON file hosted on the domain or configurable via Windows Dev Center. The JSON file is named cross-platform-app-identifiers and is hosted at root of your HTTPS domain, either at the top level domain or include a sub domain. For example: https://contoso.com or https://myapp.contoso.com but NOT https://myapp.contoso.com/somepath. You must have a unique file and domain (or sub domain) per cross-platform app identity. For example, a separate file and domain is needed for Word vs. PowerPoint.
      [AppActivityId <String>]: Required. The unique activity ID in the context of the app - supplied by caller and immutable thereafter.
      [AppDisplayName <String>]: Optional. Short text description of the app used to generate the activity for use in cases when the app is not installed on the user’s local device.
      [ContentInfo <IMicrosoftGraphJson>]: Json
        [(Any) <Object>]: This indicates any property can be added to this object.
      [ContentUrl <String>]: Optional. Used in the event the content can be rendered outside of a native or web-based app experience (for example, a pointer to an item in an RSS feed).
      [CreatedDateTime <DateTime?>]: Set by the server. DateTime in UTC when the object was created on the server.
      [ExpirationDateTime <DateTime?>]: Set by the server. DateTime in UTC when the object expired on the server.
      [FallbackUrl <String>]: Optional. URL used to launch the activity in a web-based app, if available.
      [HistoryItems <IMicrosoftGraphActivityHistoryItem[]>]: Optional. NavigationProperty/Containment; navigation property to the activity's historyItems.
        [Id <String>]: Read-only.
        [ActiveDurationSeconds <Int32?>]: Optional. The duration of active user engagement. if not supplied, this is calculated from the startedDateTime and lastActiveDateTime.
        [Activity <IMicrosoftGraphUserActivity>]: userActivity
        [CreatedDateTime <DateTime?>]: Set by the server. DateTime in UTC when the object was created on the server.
        [ExpirationDateTime <DateTime?>]: Optional. UTC DateTime when the historyItem will undergo hard-delete. Can be set by the client.
        [LastActiveDateTime <DateTime?>]: Optional. UTC DateTime when the historyItem (activity session) was last understood as active or finished - if null, historyItem status should be Ongoing.
        [LastModifiedDateTime <DateTime?>]: Set by the server. DateTime in UTC when the object was modified on the server.
        [StartedDateTime <DateTime?>]: Required. UTC DateTime when the historyItem (activity session) was started. Required for timeline history.
        [Status <String>]: status
        [UserTimezone <String>]: Optional. The timezone in which the user's device used to generate the activity was located at activity creation time. Values supplied as Olson IDs in order to support cross-platform representation.
      [LastModifiedDateTime <DateTime?>]: Set by the server. DateTime in UTC when the object was modified on the server.
      [Status <String>]: status
      [UserTimezone <String>]: Optional. The timezone in which the user's device used to generate the activity was located at activity creation time; values supplied as Olson IDs in order to support cross-platform representation.
      [VisualElements <IMicrosoftGraphVisualInfo>]: visualInfo
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Attribution <IMicrosoftGraphImageInfo>]: imageInfo
          [(Any) <Object>]: This indicates any property can be added to this object.
          [AddImageQuery <Boolean?>]: Optional; parameter used to indicate the server is able to render image dynamically in response to parameterization. For example – a high contrast image
          [AlternateText <String>]: Optional; alt-text accessible content for the image
          [AlternativeText <String>]:
          [IconUrl <String>]: Optional; URI that points to an icon which represents the application used to generate the activity
        [BackgroundColor <String>]: Optional. Background color used to render the activity in the UI - brand color for the application source of the activity. Must be a valid hex color
        [Content <IMicrosoftGraphJson>]: Json
        [Description <String>]: Optional. Longer text description of the user's unique activity (example: document name, first sentence, and/or metadata)
        [DisplayText <String>]: Required. Short text description of the user's unique activity (for example, document name in cases where an activity refers to document creation)
    [AgeGroup <String>]: Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information.
    [AppRoleAssignments <IMicrosoftGraphAppRoleAssignment[]>]:
      [DeletedDateTime <DateTime?>]:
      [Id <String>]: Read-only.
      [AppRoleId <String>]: The identifier (id) for the app role which is assigned to the principal. This app role must be exposed in the appRoles property on the resource application's service principal (resourceId). If the resource application has not declared any app roles, a default app role ID of 00000000-0000-0000-0000-000000000000 can be specified to signal that the principal is assigned to the resource app without any specific app roles. Required on create. Does not support $filter.
      [CreatedDateTime <DateTime?>]:
      [PrincipalDisplayName <String>]: The display name of the user, group, or service principal that was granted the app role assignment. Read-only. Supports $filter (eq and startswith).
      [PrincipalId <String>]: The unique identifier (id) for the user, group or service principal being granted the app role. Required on create. Does not support $filter.
      [PrincipalType <String>]: The type of the assigned principal. This can either be 'User', 'Group' or 'ServicePrincipal'. Read-only. Does not support $filter.
      [ResourceDisplayName <String>]: The display name of the resource app's service principal to which the assignment is made. Does not support $filter.
      [ResourceId <String>]: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only).
    [AssignedLicenses <IMicrosoftGraphAssignedLicense[]>]: The licenses that are assigned to the user. Not nullable.
      [DisabledPlans <String[]>]: A collection of the unique identifiers for plans that have been disabled.
      [SkuId <String>]: The unique identifier for the SKU.
    [AssignedPlans <IMicrosoftGraphAssignedPlan[]>]: The plans that are assigned to the user. Read-only. Not nullable.
      [AssignedDateTime <DateTime?>]: The date and time at which the plan was assigned; for example: 2013-01-02T19:32:30Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
      [CapabilityStatus <String>]: For example, 'Enabled'.
      [Service <String>]: The name of the service; for example, 'Exchange'.
      [ServicePlanId <String>]: A GUID that identifies the service plan.
    [Birthday <DateTime?>]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
    [BusinessPhones <String[]>]: The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property.
    [Calendar <IMicrosoftGraphCalendar>]: calendar
      [(Any) <Object>]: This indicates any property can be added to this object.
      [Id <String>]: Read-only.
      [AllowedOnlineMeetingProviders <String[]>]: Represent the online meeting service providers that can be used to create online meetings in this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.
      [CalendarPermissions <IMicrosoftGraphCalendarPermission[]>]: The permissions of the users with whom the calendar is shared.
        [Id <String>]: Read-only.
        [AllowedRoles <String[]>]: List of allowed sharing or delegating permission levels for the calendar. Possible values are: none, freeBusyRead, limitedRead, read, write, delegateWithoutPrivateEventAccess, delegateWithPrivateEventAccess, custom.
        [EmailAddress <IMicrosoftGraphEmailAddress>]: emailAddress
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Address <String>]: The email address of the person or entity.
          [Name <String>]: The display name of the person or entity.
        [IsInsideOrganization <Boolean?>]: True if the user in context (sharee or delegate) is inside the same organization as the calendar owner.
        [IsRemovable <Boolean?>]: True if the user can be removed from the list of sharees or delegates for the specified calendar, false otherwise. The 'My organization' user determines the permissions other people within your organization have to the given calendar. You cannot remove 'My organization' as a sharee to a calendar.
        [Role <String>]: calendarRoleType
      [CalendarView <IMicrosoftGraphEvent[]>]: The calendar view for the calendar. Navigation property. Read-only.
        [Categories <String[]>]: The categories associated with the item
        [ChangeKey <String>]: Identifies the version of the item. Every time the item is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.
        [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [Id <String>]: Read-only.
        [AllowNewTimeProposals <Boolean?>]: True if the meeting organizer allows invitees to propose a new time when responding, false otherwise. Optional. Default is true.
        [Attachments <IMicrosoftGraphAttachment[]>]: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable.
          [Id <String>]: Read-only.
          [ContentType <String>]: The MIME type.
          [IsInline <Boolean?>]: true if the attachment is an inline attachment; otherwise, false.
          [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [Name <String>]: The attachment's file name.
          [Size <Int32?>]: The length of the attachment in bytes.
        [Attendees <IMicrosoftGraphAttendee[]>]: The collection of attendees for the event.
          [Type <String>]: attendeeType
          [EmailAddress <IMicrosoftGraphEmailAddress>]: emailAddress
          [ProposedNewTime <IMicrosoftGraphTimeSlot>]: timeSlot
            [(Any) <Object>]: This indicates any property can be added to this object.
            [End <IMicrosoftGraphDateTimeZone>]: dateTimeTimeZone
              [(Any) <Object>]: This indicates any property can be added to this object.
              [DateTime <String>]: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).
              [TimeZone <String>]: Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.
            [Start <IMicrosoftGraphDateTimeZone>]: dateTimeTimeZone
          [Status <IMicrosoftGraphResponseStatus>]: responseStatus
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Response <String>]: responseType
            [Time <DateTime?>]: The date and time that the response was returned. It uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [Body <IMicrosoftGraphItemBody>]: itemBody
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Content <String>]: The content of the item.
          [ContentType <String>]: bodyType
        [BodyPreview <String>]: The preview of the message associated with the event. It is in text format.
        [Calendar <IMicrosoftGraphCalendar>]: calendar
        [End <IMicrosoftGraphDateTimeZone>]: dateTimeTimeZone
        [Extensions <IMicrosoftGraphExtension[]>]: The collection of open extensions defined for the event. Read-only. Nullable.
          [Id <String>]: Read-only.
        [HasAttachments <Boolean?>]: Set to true if the event has attachments.
        [ICalUId <String>]: A unique identifier that is shared by all instances of an event across different calendars. Read-only.
        [Importance <String>]: importance
        [Instances <IMicrosoftGraphEvent[]>]: The instances of the event. Navigation property. Read-only. Nullable.
        [IsAllDay <Boolean?>]: Set to true if the event lasts all day.
        [IsCancelled <Boolean?>]: Set to true if the event has been canceled.
        [IsOnlineMeeting <Boolean?>]: True if this event has online meeting information, false otherwise. Default is false. Optional.
        [IsOrganizer <Boolean?>]: Set to true if the calendar owner (specified by the owner property of the calendar) is the organizer of the event (specified by the organizer property of the event). This also applies if a delegate organized the event on behalf of the owner.
        [IsReminderOn <Boolean?>]: Set to true if an alert is set to remind the user of the event.
        [Location <IMicrosoftGraphLocation>]: location
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Address <IMicrosoftGraphPhysicalAddress>]: physicalAddress
            [(Any) <Object>]: This indicates any property can be added to this object.
            [City <String>]: The city.
            [CountryOrRegion <String>]: The country or region. It's a free-format string value, for example, 'United States'.
            [PostalCode <String>]: The postal code.
            [State <String>]: The state.
            [Street <String>]: The street.
          [Coordinates <IMicrosoftGraphOutlookGeoCoordinates>]: outlookGeoCoordinates
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Accuracy <Double?>]: The accuracy of the latitude and longitude. As an example, the accuracy can be measured in meters, such as the latitude and longitude are accurate to within 50 meters.
            [Altitude <Double?>]: The altitude of the location.
            [AltitudeAccuracy <Double?>]: The accuracy of the altitude.
            [Latitude <Double?>]: The latitude of the location.
            [Longitude <Double?>]: The longitude of the location.
          [DisplayName <String>]: The name associated with the location.
          [LocationEmailAddress <String>]: Optional email address of the location.
          [LocationType <String>]: locationType
          [LocationUri <String>]: Optional URI representing the location.
          [UniqueId <String>]: For internal use only.
          [UniqueIdType <String>]: locationUniqueIdType
        [Locations <IMicrosoftGraphLocation[]>]: The locations where the event is held or attended from. The location and locations properties always correspond with each other. If you update the location property, any prior locations in the locations collection would be removed and replaced by the new location value.
        [MultiValueExtendedProperties <IMicrosoftGraphMultiValueLegacyExtendedProperty[]>]: The collection of multi-value extended properties defined for the event. Read-only. Nullable.
          [Id <String>]: Read-only.
          [Value <String[]>]: A collection of property values.
        [OnlineMeeting <IMicrosoftGraphOnlineMeetingInfo>]: onlineMeetingInfo
          [(Any) <Object>]: This indicates any property can be added to this object.
          [ConferenceId <String>]: The ID of the conference.
          [JoinUrl <String>]: The external link that launches the online meeting. This is a URL that clients will launch into a browser and will redirect the user to join the meeting.
          [Phones <IMicrosoftGraphPhone[]>]: All of the phone numbers associated with this conference.
            [Language <String>]:
            [Number <String>]: The phone number.
            [Region <String>]:
            [Type <String>]: phoneType
          [QuickDial <String>]: The pre-formatted quickdial for this call.
          [TollFreeNumbers <String[]>]: The toll free numbers that can be used to join the conference.
          [TollNumber <String>]: The toll number that can be used to join the conference.
        [OnlineMeetingProvider <String>]: onlineMeetingProviderType
        [OnlineMeetingUrl <String>]: A URL for an online meeting. The property is set only when an organizer specifies an event as an online meeting such as a Skype meeting. Read-only.
        [Organizer <IMicrosoftGraphRecipient>]: recipient
          [(Any) <Object>]: This indicates any property can be added to this object.
          [EmailAddress <IMicrosoftGraphEmailAddress>]: emailAddress
        [OriginalEndTimeZone <String>]: The end time zone that was set when the event was created. A value of tzone://Microsoft/Custom indicates that a legacy custom time zone was set in desktop Outlook.
        [OriginalStart <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [OriginalStartTimeZone <String>]: The start time zone that was set when the event was created. A value of tzone://Microsoft/Custom indicates that a legacy custom time zone was set in desktop Outlook.
        [Recurrence <IMicrosoftGraphPatternedRecurrence>]: patternedRecurrence
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Pattern <IMicrosoftGraphRecurrencePattern>]: recurrencePattern
            [(Any) <Object>]: This indicates any property can be added to this object.
            [DayOfMonth <Int32?>]: The day of the month on which the event occurs. Required if type is absoluteMonthly or absoluteYearly.
            [DaysOfWeek <String[]>]: A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.
            [FirstDayOfWeek <String>]: dayOfWeek
            [Index <String>]: weekIndex
            [Interval <Int32?>]: The number of units between occurrences, where units can be in days, weeks, months, or years, depending on the type. Required.
            [Month <Int32?>]: The month in which the event occurs. This is a number from 1 to 12.
            [Type <String>]: recurrencePatternType
          [Range <IMicrosoftGraphRecurrenceRange>]: recurrenceRange
            [(Any) <Object>]: This indicates any property can be added to this object.
            [EndDate <DateTime?>]: The date to stop applying the recurrence pattern. Depending on the recurrence pattern of the event, the last occurrence of the meeting may not be this date. Required if type is endDate.
            [NumberOfOccurrences <Int32?>]: The number of times to repeat the event. Required and must be positive if type is numbered.
            [RecurrenceTimeZone <String>]: Time zone for the startDate and endDate properties. Optional. If not specified, the time zone of the event is used.
            [StartDate <DateTime?>]: The date to start applying the recurrence pattern. The first occurrence of the meeting may be this date or later, depending on the recurrence pattern of the event. Must be the same value as the start property of the recurring event. Required.
            [Type <String>]: recurrenceRangeType
        [ReminderMinutesBeforeStart <Int32?>]: The number of minutes before the event start time that the reminder alert occurs.
        [ResponseRequested <Boolean?>]: Default is true, which represents the organizer would like an invitee to send a response to the event.
        [ResponseStatus <IMicrosoftGraphResponseStatus>]: responseStatus
        [Sensitivity <String>]: sensitivity
        [SeriesMasterId <String>]: The ID for the recurring series master item, if this event is part of a recurring series.
        [ShowAs <String>]: freeBusyStatus
        [SingleValueExtendedProperties <IMicrosoftGraphSingleValueLegacyExtendedProperty[]>]: The collection of single-value extended properties defined for the event. Read-only. Nullable.
          [Id <String>]: Read-only.
          [Value <String>]: A property value.
        [Start <IMicrosoftGraphDateTimeZone>]: dateTimeTimeZone
        [Subject <String>]: The text of the event's subject line.
        [Type <String>]: eventType
        [WebLink <String>]: The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can be accessed from within an iFrame.
      [CanEdit <Boolean?>]: True if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access.
      [CanShare <Boolean?>]: True if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it.
      [CanViewPrivateItems <Boolean?>]: True if the user can read calendar items that have been marked private, false otherwise.
      [ChangeKey <String>]: Identifies the version of the calendar object. Every time the calendar is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.
      [Color <String>]: calendarColor
      [DefaultOnlineMeetingProvider <String>]: onlineMeetingProviderType
      [Events <IMicrosoftGraphEvent[]>]: The events in the calendar. Navigation property. Read-only.
      [IsRemovable <Boolean?>]: Indicates whether this user calendar can be deleted from the user mailbox.
      [IsTallyingResponses <Boolean?>]: Indicates whether this user calendar supports tracking of meeting responses. Only meeting invites sent from users' primary calendars support tracking of meeting responses.
      [MultiValueExtendedProperties <IMicrosoftGraphMultiValueLegacyExtendedProperty[]>]: The collection of multi-value extended properties defined for the calendar. Read-only. Nullable.
      [Name <String>]: The calendar name.
      [Owner <IMicrosoftGraphEmailAddress>]: emailAddress
      [SingleValueExtendedProperties <IMicrosoftGraphSingleValueLegacyExtendedProperty[]>]: The collection of single-value extended properties defined for the calendar. Read-only. Nullable.
    [CalendarGroups <IMicrosoftGraphCalendarGroup[]>]: The user's calendar groups. Read-only. Nullable.
      [Id <String>]: Read-only.
      [Calendars <IMicrosoftGraphCalendar[]>]: The calendars in the calendar group. Navigation property. Read-only. Nullable.
      [ChangeKey <String>]: Identifies the version of the calendar group. Every time the calendar group is changed, ChangeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.
      [ClassId <String>]: The class identifier. Read-only.
      [Name <String>]: The group name.
    [CalendarView <IMicrosoftGraphEvent[]>]: The calendar view for the calendar. Read-only. Nullable.
    [Calendars <IMicrosoftGraphCalendar[]>]: The user's calendars. Read-only. Nullable.
    [City <String>]: The city in which the user is located. Supports $filter.
    [CompanyName <String>]: The company name which the user is associated. This property can be useful for describing the company that an external user comes from.
    [ConsentProvidedForMinor <String>]: Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information.
    [ContactFolders <IMicrosoftGraphContactFolder[]>]: The user's contacts folders. Read-only. Nullable.
      [Id <String>]: Read-only.
      [ChildFolders <IMicrosoftGraphContactFolder[]>]: The collection of child folders in the folder. Navigation property. Read-only. Nullable.
      [Contacts <IMicrosoftGraphContact[]>]: The contacts in the folder. Navigation property. Read-only. Nullable.
        [Categories <String[]>]: The categories associated with the item
        [ChangeKey <String>]: Identifies the version of the item. Every time the item is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.
        [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [Id <String>]: Read-only.
        [AssistantName <String>]: The name of the contact's assistant.
        [Birthday <DateTime?>]: The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [BusinessAddress <IMicrosoftGraphPhysicalAddress>]: physicalAddress
        [BusinessHomePage <String>]: The business home page of the contact.
        [BusinessPhones <String[]>]: The contact's business phone numbers.
        [Children <String[]>]: The names of the contact's children.
        [CompanyName <String>]: The name of the contact's company.
        [Department <String>]: The contact's department.
        [DisplayName <String>]: The contact's display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.
        [EmailAddresses <IMicrosoftGraphEmailAddress[]>]: The contact's email addresses.
        [Extensions <IMicrosoftGraphExtension[]>]: The collection of open extensions defined for the contact. Read-only. Nullable.
        [FileAs <String>]: The name the contact is filed under.
        [Generation <String>]: The contact's generation.
        [GivenName <String>]: The contact's given name.
        [HomeAddress <IMicrosoftGraphPhysicalAddress>]: physicalAddress
        [HomePhones <String[]>]: The contact's home phone numbers.
        [ImAddresses <String[]>]: The contact's instant messaging (IM) addresses.
        [Initials <String>]: The contact's initials.
        [JobTitle <String>]: The contact’s job title.
        [Manager <String>]: The name of the contact's manager.
        [MiddleName <String>]: The contact's middle name.
        [MobilePhone <String>]: The contact's mobile phone number.
        [MultiValueExtendedProperties <IMicrosoftGraphMultiValueLegacyExtendedProperty[]>]: The collection of multi-value extended properties defined for the contact. Read-only. Nullable.
        [NickName <String>]: The contact's nickname.
        [OfficeLocation <String>]: The location of the contact's office.
        [OtherAddress <IMicrosoftGraphPhysicalAddress>]: physicalAddress
        [ParentFolderId <String>]: The ID of the contact's parent folder.
        [PersonalNotes <String>]: The user's notes about the contact.
        [Photo <IMicrosoftGraphProfilePhoto>]: profilePhoto
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Id <String>]: Read-only.
          [Height <Int32?>]: The height of the photo. Read-only.
          [Width <Int32?>]: The width of the photo. Read-only.
        [Profession <String>]: The contact's profession.
        [SingleValueExtendedProperties <IMicrosoftGraphSingleValueLegacyExtendedProperty[]>]: The collection of single-value extended properties defined for the contact. Read-only. Nullable.
        [SpouseName <String>]: The name of the contact's spouse/partner.
        [Surname <String>]: The contact's surname.
        [Title <String>]: The contact's title.
        [YomiCompanyName <String>]: The phonetic Japanese company name of the contact.
        [YomiGivenName <String>]: The phonetic Japanese given name (first name) of the contact.
        [YomiSurname <String>]: The phonetic Japanese surname (last name) of the contact.
      [DisplayName <String>]: The folder's display name.
      [MultiValueExtendedProperties <IMicrosoftGraphMultiValueLegacyExtendedProperty[]>]: The collection of multi-value extended properties defined for the contactFolder. Read-only. Nullable.
      [ParentFolderId <String>]: The ID of the folder's parent folder.
      [SingleValueExtendedProperties <IMicrosoftGraphSingleValueLegacyExtendedProperty[]>]: The collection of single-value extended properties defined for the contactFolder. Read-only. Nullable.
    [Contacts <IMicrosoftGraphContact[]>]: The user's contacts. Read-only. Nullable.
    [Country <String>]: The country/region in which the user is located; for example, 'US' or 'UK'. Supports $filter.
    [CreatedObjects <IMicrosoftGraphDirectoryObject[]>]: Directory objects that were created by the user. Read-only. Nullable.
      [Id <String>]: Read-only.
      [DeletedDateTime <DateTime?>]:
    [CreationType <String>]: Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Read-only.
    [Department <String>]: The name for the department in which the user works. Supports $filter.
    [DeviceEnrollmentLimit <Int32?>]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000.
    [DeviceManagementTroubleshootingEvents <IMicrosoftGraphDeviceManagementTroubleshootingEvent[]>]: The list of troubleshooting events for this user.
      [Id <String>]: Read-only.
      [CorrelationId <String>]: Id used for tracing the failure in the service.
      [EventDateTime <DateTime?>]: Time when the event occurred .
    [DirectReports <IMicrosoftGraphDirectoryObject[]>]: The users and contacts that report to the user. (The users and contacts that have their manager property set to this user.) Read-only. Nullable.
    [DisplayName <String>]: The name displayed in the address book for the user. This is usually the combination of the user's first name, middle initial and last name. This property is required when a user is created and it cannot be cleared during updates. Supports $filter and $orderby.
    [Drive <IMicrosoftGraphDrive>]: drive
      [(Any) <Object>]: This indicates any property can be added to this object.
      [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Application <IMicrosoftGraphIdentity>]: identity
          [(Any) <Object>]: This indicates any property can be added to this object.
          [DisplayName <String>]: The identity's display name. Note that this may not always be available or up to date. For example, if a user changes their display name, the API may show the new value in a future response, but the items associated with the user won't show up as having changed when using delta.
          [Id <String>]: Unique identifier for the identity.
        [Device <IMicrosoftGraphIdentity>]: identity
        [User <IMicrosoftGraphIdentity>]: identity
      [CreatedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
      [CreatedDateTime <DateTime?>]: Date and time of item creation. Read-only.
      [Description <String>]: Provides a user-visible description of the item. Optional.
      [ETag <String>]: ETag for the item. Read-only.
      [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
      [LastModifiedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
      [LastModifiedDateTime <DateTime?>]: Date and time the item was last modified. Read-only.
      [Name <String>]: The name of the item. Read-write.
      [ParentReference <IMicrosoftGraphItemReference>]: itemReference
        [(Any) <Object>]: This indicates any property can be added to this object.
        [DriveId <String>]: Unique identifier of the drive instance that contains the item. Read-only.
        [DriveType <String>]: Identifies the type of drive. See [drive][] resource for values.
        [Id <String>]: Unique identifier of the item in the drive. Read-only.
        [Name <String>]: The name of the item being referenced. Read-only.
        [Path <String>]: Path that can be used to navigate to the item. Read-only.
        [ShareId <String>]: A unique identifier for a shared resource that can be accessed via the [Shares][] API.
        [SharepointIds <IMicrosoftGraphSharepointIds>]: sharepointIds
          [(Any) <Object>]: This indicates any property can be added to this object.
          [ListId <String>]: The unique identifier (guid) for the item's list in SharePoint.
          [ListItemId <String>]: An integer identifier for the item within the containing list.
          [ListItemUniqueId <String>]: The unique identifier (guid) for the item within OneDrive for Business or a SharePoint site.
          [SiteId <String>]: The unique identifier (guid) for the item's site collection (SPSite).
          [SiteUrl <String>]: The SharePoint URL for the site that contains the item.
          [TenantId <String>]: The unique identifier (guid) for the tenancy.
          [WebId <String>]: The unique identifier (guid) for the item's site (SPWeb).
        [SiteId <String>]:
      [WebUrl <String>]: URL that displays the resource in the browser. Read-only.
      [Id <String>]: Read-only.
      [DriveType <String>]: Describes the type of drive represented by this resource. OneDrive personal drives will return personal. OneDrive for Business will return business. SharePoint document libraries will return documentLibrary. Read-only.
      [Following <IMicrosoftGraphDriveItem1[]>]: The list of items the user is following. Only in OneDrive for Business.
        [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [CreatedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
        [CreatedDateTime <DateTime?>]: Date and time of item creation. Read-only.
        [Description <String>]: Provides a user-visible description of the item. Optional.
        [ETag <String>]: ETag for the item. Read-only.
        [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [LastModifiedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
        [LastModifiedDateTime <DateTime?>]: Date and time the item was last modified. Read-only.
        [Name <String>]: The name of the item. Read-write.
        [ParentReference <IMicrosoftGraphItemReference>]: itemReference
        [WebUrl <String>]: URL that displays the resource in the browser. Read-only.
        [Id <String>]: Read-only.
        [Analytics <IMicrosoftGraphItemAnalytics>]: itemAnalytics
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Id <String>]: Read-only.
          [AllTime <IMicrosoftGraphItemActivityStat>]: itemActivityStat
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Id <String>]: Read-only.
            [Access <IMicrosoftGraphItemActionStat>]: itemActionStat
              [(Any) <Object>]: This indicates any property can be added to this object.
              [ActionCount <Int32?>]: The number of times the action took place. Read-only.
              [ActorCount <Int32?>]: The number of distinct actors that performed the action. Read-only.
            [Activities <IMicrosoftGraphItemActivity[]>]: Exposes the itemActivities represented in this itemActivityStat resource.
              [Id <String>]: Read-only.
              [Access <IMicrosoftGraphAccessAction>]: accessAction
                [(Any) <Object>]: This indicates any property can be added to this object.
              [ActivityDateTime <DateTime?>]: Details about when the activity took place. Read-only.
              [Actor <IMicrosoftGraphIdentitySet>]: identitySet
              [DriveItem <IMicrosoftGraphDriveItem1>]: driveItem
            [Create <IMicrosoftGraphItemActionStat>]: itemActionStat
            [Delete <IMicrosoftGraphItemActionStat>]: itemActionStat
            [Edit <IMicrosoftGraphItemActionStat>]: itemActionStat
            [EndDateTime <DateTime?>]: When the interval ends. Read-only.
            [IncompleteData <IMicrosoftGraphIncompleteData>]: incompleteData
              [(Any) <Object>]: This indicates any property can be added to this object.
              [MissingDataBeforeDateTime <DateTime?>]: The service does not have source data before the specified time.
              [WasThrottled <Boolean?>]: Some data was not recorded due to excessive activity.
            [IsTrending <Boolean?>]: Indicates whether the item is 'trending.' Read-only.
            [Move <IMicrosoftGraphItemActionStat>]: itemActionStat
            [StartDateTime <DateTime?>]: When the interval starts. Read-only.
          [ItemActivityStats <IMicrosoftGraphItemActivityStat[]>]:
          [LastSevenDays <IMicrosoftGraphItemActivityStat>]: itemActivityStat
        [Audio <IMicrosoftGraphAudio>]: audio
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Album <String>]: The title of the album for this audio file.
          [AlbumArtist <String>]: The artist named on the album for the audio file.
          [Artist <String>]: The performing artist for the audio file.
          [Bitrate <Int64?>]: Bitrate expressed in kbps.
          [Composers <String>]: The name of the composer of the audio file.
          [Copyright <String>]: Copyright information for the audio file.
          [Disc <Int32?>]: The number of the disc this audio file came from.
          [DiscCount <Int32?>]: The total number of discs in this album.
          [Duration <Int64?>]: Duration of the audio file, expressed in milliseconds
          [Genre <String>]: The genre of this audio file.
          [HasDrm <Boolean?>]: Indicates if the file is protected with digital rights management.
          [IsVariableBitrate <Boolean?>]: Indicates if the file is encoded with a variable bitrate.
          [Title <String>]: The title of the audio file.
          [Track <Int32?>]: The number of the track on the original disc for this audio file.
          [TrackCount <Int32?>]: The total number of tracks on the original disc for this audio file.
          [Year <Int32?>]: The year the audio file was recorded.
        [CTag <String>]: An eTag for the content of the item. This eTag is not changed if only the metadata is changed. Note This property is not returned if the item is a folder. Read-only.
        [Children <IMicrosoftGraphDriveItem1[]>]: Collection containing Item objects for the immediate children of Item. Only items representing folders have children. Read-only. Nullable.
        [Content <Byte[]>]: The content stream, if the item represents a file.
        [Deleted <IMicrosoftGraphDeleted>]: deleted
          [(Any) <Object>]: This indicates any property can be added to this object.
          [State <String>]: Represents the state of the deleted item.
        [File <IMicrosoftGraphFile>]: file
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Hashes <IMicrosoftGraphHashes>]: hashes
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Crc32Hash <String>]: The CRC32 value of the file in little endian (if available). Read-only.
            [QuickXorHash <String>]: A proprietary hash of the file that can be used to determine if the contents of the file have changed (if available). Read-only.
            [Sha1Hash <String>]: SHA1 hash for the contents of the file (if available). Read-only.
            [Sha256Hash <String>]: SHA256 hash for the contents of the file (if available). Read-only.
          [MimeType <String>]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only.
          [ProcessingMetadata <Boolean?>]:
        [FileSystemInfo <IMicrosoftGraphFileSystemInfo>]: fileSystemInfo
          [(Any) <Object>]: This indicates any property can be added to this object.
          [CreatedDateTime <DateTime?>]: The UTC date and time the file was created on a client.
          [LastAccessedDateTime <DateTime?>]: The UTC date and time the file was last accessed. Available for the recent file list only.
          [LastModifiedDateTime <DateTime?>]: The UTC date and time the file was last modified on a client.
        [Folder <IMicrosoftGraphFolder>]: folder
          [(Any) <Object>]: This indicates any property can be added to this object.
          [ChildCount <Int32?>]: Number of children contained immediately within this container.
          [View <IMicrosoftGraphFolderView>]: folderView
            [(Any) <Object>]: This indicates any property can be added to this object.
            [SortBy <String>]: The method by which the folder should be sorted.
            [SortOrder <String>]: If true, indicates that items should be sorted in descending order. Otherwise, items should be sorted ascending.
            [ViewType <String>]: The type of view that should be used to represent the folder.
        [Image <IMicrosoftGraphImage>]: image
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Height <Int32?>]: Optional. Height of the image, in pixels. Read-only.
          [Width <Int32?>]: Optional. Width of the image, in pixels. Read-only.
        [ListItem <IMicrosoftGraphListItem>]: listItem
          [(Any) <Object>]: This indicates any property can be added to this object.
          [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
          [CreatedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
          [CreatedDateTime <DateTime?>]: Date and time of item creation. Read-only.
          [Description <String>]: Provides a user-visible description of the item. Optional.
          [ETag <String>]: ETag for the item. Read-only.
          [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
          [LastModifiedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
          [LastModifiedDateTime <DateTime?>]: Date and time the item was last modified. Read-only.
          [Name <String>]: The name of the item. Read-write.
          [ParentReference <IMicrosoftGraphItemReference>]: itemReference
          [WebUrl <String>]: URL that displays the resource in the browser. Read-only.
          [Id <String>]: Read-only.
          [Analytics <IMicrosoftGraphItemAnalytics>]: itemAnalytics
          [ContentType <IMicrosoftGraphContentTypeInfo>]: contentTypeInfo
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Id <String>]: The id of the content type.
            [Name <String>]: The name of the content type.
          [DriveItem <IMicrosoftGraphDriveItem1>]: driveItem
          [Fields <IMicrosoftGraphFieldValueSet>]: fieldValueSet
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Id <String>]: Read-only.
          [SharepointIds <IMicrosoftGraphSharepointIds>]: sharepointIds
          [Versions <IMicrosoftGraphListItemVersion[]>]: The list of previous versions of the list item.
            [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
            [LastModifiedDateTime <DateTime?>]: Date and time the version was last modified. Read-only.
            [Publication <IMicrosoftGraphPublicationFacet>]: publicationFacet
              [(Any) <Object>]: This indicates any property can be added to this object.
              [Level <String>]: The state of publication for this document. Either published or checkout. Read-only.
              [VersionId <String>]: The unique identifier for the version that is visible to the current caller. Read-only.
            [Id <String>]: Read-only.
            [Fields <IMicrosoftGraphFieldValueSet>]: fieldValueSet
        [Location <IMicrosoftGraphGeoCoordinates>]: geoCoordinates
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Altitude <Double?>]: Optional. The altitude (height), in feet, above sea level for the item. Read-only.
          [Latitude <Double?>]: Optional. The latitude, in decimal, for the item. Read-only.
          [Longitude <Double?>]: Optional. The longitude, in decimal, for the item. Read-only.
        [Package <IMicrosoftGraphPackage>]: package
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Type <String>]: A string indicating the type of package. While oneNote is the only currently defined value, you should expect other package types to be returned and handle them accordingly.
        [PendingOperations <IMicrosoftGraphPendingOperations>]: pendingOperations
          [(Any) <Object>]: This indicates any property can be added to this object.
          [PendingContentUpdate <IMicrosoftGraphPendingContentUpdate>]: pendingContentUpdate
            [(Any) <Object>]: This indicates any property can be added to this object.
            [QueuedDateTime <DateTime?>]: Date and time the pending binary operation was queued in UTC time. Read-only.
        [Permissions <IMicrosoftGraphPermission[]>]: The set of permissions for the item. Read-only. Nullable.
          [Id <String>]: Read-only.
          [ExpirationDateTime <DateTime?>]: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional.
          [GrantedTo <IMicrosoftGraphIdentitySet>]: identitySet
          [GrantedToIdentities <IMicrosoftGraphIdentitySet[]>]: For link type permissions, the details of the users to whom permission was granted. Read-only.
          [HasPassword <Boolean?>]: This indicates whether password is set for this permission, it's only showing in response. Optional and Read-only and for OneDrive Personal only.
          [InheritedFrom <IMicrosoftGraphItemReference>]: itemReference
          [Invitation <IMicrosoftGraphSharingInvitation>]: sharingInvitation
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Email <String>]: The email address provided for the recipient of the sharing invitation. Read-only.
            [InvitedBy <IMicrosoftGraphIdentitySet>]: identitySet
            [RedeemedBy <String>]:
            [SignInRequired <Boolean?>]: If true the recipient of the invitation needs to sign in in order to access the shared item. Read-only.
          [Link <IMicrosoftGraphSharingLink>]: sharingLink
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Application <IMicrosoftGraphIdentity>]: identity
            [PreventsDownload <Boolean?>]: If true then the user can only use this link to view the item on the web, and cannot use it to download the contents of the item. Only for OneDrive for Business and SharePoint.
            [Scope <String>]: The scope of the link represented by this permission. Value anonymous indicates the link is usable by anyone, organization indicates the link is only usable for users signed into the same tenant.
            [Type <String>]: The type of the link created.
            [WebHtml <String>]: For embed links, this property contains the HTML code for an <iframe> element that will embed the item in a webpage.
            [WebUrl <String>]: A URL that opens the item in the browser on the OneDrive website.
          [Roles <String[]>]: The type of permission, e.g. read. See below for the full list of roles. Read-only.
          [ShareId <String>]: A unique token that can be used to access this shared item via the **shares** API. Read-only.
        [Photo <IMicrosoftGraphPhoto>]: photo
          [(Any) <Object>]: This indicates any property can be added to this object.
          [CameraMake <String>]: Camera manufacturer. Read-only.
          [CameraModel <String>]: Camera model. Read-only.
          [ExposureDenominator <Double?>]: The denominator for the exposure time fraction from the camera. Read-only.
          [ExposureNumerator <Double?>]: The numerator for the exposure time fraction from the camera. Read-only.
          [FNumber <Double?>]: The F-stop value from the camera. Read-only.
          [FocalLength <Double?>]: The focal length from the camera. Read-only.
          [Iso <Int32?>]: The ISO value from the camera. Read-only.
          [Orientation <Int32?>]: The orientation value from the camera. Writable on OneDrive Personal.
          [TakenDateTime <DateTime?>]: Represents the date and time the photo was taken. Read-only.
        [Publication <IMicrosoftGraphPublicationFacet>]: publicationFacet
        [RemoteItem <IMicrosoftGraphRemoteItem>]: remoteItem
          [(Any) <Object>]: This indicates any property can be added to this object.
          [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
          [CreatedDateTime <DateTime?>]: Date and time of item creation. Read-only.
          [File <IMicrosoftGraphFile>]: file
          [FileSystemInfo <IMicrosoftGraphFileSystemInfo>]: fileSystemInfo
          [Folder <IMicrosoftGraphFolder>]: folder
          [Id <String>]: Unique identifier for the remote item in its drive. Read-only.
          [Image <IMicrosoftGraphImage>]: image
          [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
          [LastModifiedDateTime <DateTime?>]: Date and time the item was last modified. Read-only.
          [Name <String>]: Optional. Filename of the remote item. Read-only.
          [Package <IMicrosoftGraphPackage>]: package
          [ParentReference <IMicrosoftGraphItemReference>]: itemReference
          [Shared <IMicrosoftGraphShared>]: shared
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Owner <IMicrosoftGraphIdentitySet>]: identitySet
            [Scope <String>]: Indicates the scope of how the item is shared: anonymous, organization, or users. Read-only.
            [SharedBy <IMicrosoftGraphIdentitySet>]: identitySet
            [SharedDateTime <DateTime?>]: The UTC date and time when the item was shared. Read-only.
          [SharepointIds <IMicrosoftGraphSharepointIds>]: sharepointIds
          [Size <Int64?>]: Size of the remote item. Read-only.
          [SpecialFolder <IMicrosoftGraphSpecialFolder>]: specialFolder
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Name <String>]: The unique identifier for this item in the /drive/special collection
          [Video <IMicrosoftGraphVideo>]: video
            [(Any) <Object>]: This indicates any property can be added to this object.
            [AudioBitsPerSample <Int32?>]: Number of audio bits per sample.
            [AudioChannels <Int32?>]: Number of audio channels.
            [AudioFormat <String>]: Name of the audio format (AAC, MP3, etc.).
            [AudioSamplesPerSecond <Int32?>]: Number of audio samples per second.
            [Bitrate <Int32?>]: Bit rate of the video in bits per second.
            [Duration <Int64?>]: Duration of the file in milliseconds.
            [FourCc <String>]: 'Four character code' name of the video format.
            [FrameRate <Double?>]: Frame rate of the video.
            [Height <Int32?>]: Height of the video, in pixels.
            [Width <Int32?>]: Width of the video, in pixels.
          [WebDavUrl <String>]: DAV compatible URL for the item.
          [WebUrl <String>]: URL that displays the resource in the browser. Read-only.
        [Root <IMicrosoftGraphRoot>]: root
          [(Any) <Object>]: This indicates any property can be added to this object.
        [SearchResult <IMicrosoftGraphSearchResult>]: searchResult
          [(Any) <Object>]: This indicates any property can be added to this object.
          [OnClickTelemetryUrl <String>]: A callback URL that can be used to record telemetry information. The application should issue a GET on this URL if the user interacts with this item to improve the quality of results.
        [Shared <IMicrosoftGraphShared>]: shared
        [SharepointIds <IMicrosoftGraphSharepointIds>]: sharepointIds
        [Size <Int64?>]: Size of the item in bytes. Read-only.
        [SpecialFolder <IMicrosoftGraphSpecialFolder>]: specialFolder
        [Subscriptions <IMicrosoftGraphSubscription[]>]: The set of subscriptions on the item. Only supported on the root of a drive.
          [Id <String>]: Read-only.
          [ApplicationId <String>]: Identifier of the application used to create the subscription. Read-only.
          [ChangeType <String>]: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list.Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.
          [ClientState <String>]: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification.
          [CreatorId <String>]: Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only.
          [ExpirationDateTime <DateTime?>]: Required. Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time.
          [LatestSupportedTlsVersion <String>]: Specifies the latest version of Transport Layer Security (TLS) that the notification endpoint, specified by notificationUrl, supports. The possible values are: v1_0, v1_1, v1_2, v1_3. For subscribers whose notification endpoint supports a version lower than the currently recommended version (TLS 1.2), specifying this property by a set timeline allows them to temporarily use their deprecated version of TLS before completing their upgrade to TLS 1.2. For these subscribers, not setting this property per the timeline would result in subscription operations failing. For subscribers whose notification endpoint already supports TLS 1.2, setting this property is optional. In such cases, Microsoft Graph defaults the property to v1_2.
          [NotificationUrl <String>]: Required. The URL of the endpoint that will receive the change notifications. This URL must make use of the HTTPS protocol.
          [Resource <String>]: Required. Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/v1.0/). See the possible resource path values for each supported resource.
        [Thumbnails <IMicrosoftGraphThumbnailSet[]>]: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable.
          [Id <String>]: Read-only.
          [Large <IMicrosoftGraphThumbnail>]: thumbnail
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Content <Byte[]>]: The content stream for the thumbnail.
            [Height <Int32?>]: The height of the thumbnail, in pixels.
            [SourceItemId <String>]: The unique identifier of the item that provided the thumbnail. This is only available when a folder thumbnail is requested.
            [Url <String>]: The URL used to fetch the thumbnail content.
            [Width <Int32?>]: The width of the thumbnail, in pixels.
          [Medium <IMicrosoftGraphThumbnail>]: thumbnail
          [Small <IMicrosoftGraphThumbnail>]: thumbnail
          [Source <IMicrosoftGraphThumbnail>]: thumbnail
        [Versions <IMicrosoftGraphDriveItemVersion[]>]: The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.
          [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
          [LastModifiedDateTime <DateTime?>]: Date and time the version was last modified. Read-only.
          [Publication <IMicrosoftGraphPublicationFacet>]: publicationFacet
          [Id <String>]: Read-only.
          [Content <Byte[]>]: The content stream for this version of the item.
          [Size <Int64?>]: Indicates the size of the content stream for this version of the item.
        [Video <IMicrosoftGraphVideo>]: video
        [WebDavUrl <String>]: WebDAV compatible URL for the item.
        [Workbook <IMicrosoftGraphWorkbook>]: workbook
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Id <String>]: Read-only.
          [Application <IMicrosoftGraphWorkbookApplication>]: workbookApplication
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Id <String>]: Read-only.
            [CalculationMode <String>]: Returns the calculation mode used in the workbook. Possible values are: Automatic, AutomaticExceptTables, Manual.
          [Comments <IMicrosoftGraphWorkbookComment[]>]:
            [Id <String>]: Read-only.
            [Content <String>]: The content of comment.
            [ContentType <String>]: Indicates the type for the comment.
            [Replies <IMicrosoftGraphWorkbookCommentReply[]>]: Read-only. Nullable.
              [Id <String>]: Read-only.
              [Content <String>]: The content of a comment reply.
              [ContentType <String>]: Indicates the type for the comment reply.
          [Functions <IMicrosoftGraphWorkbookFunctions>]: workbookFunctions
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Id <String>]: Read-only.
          [Names <IMicrosoftGraphWorkbookNamedItem1[]>]: Represents a collection of workbook scoped named items (named ranges and constants). Read-only.
            [Id <String>]: Read-only.
            [Comment <String>]: Represents the comment associated with this name.
            [Name <String>]: The name of the object. Read-only.
            [Scope <String>]: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only.
            [Type <String>]: Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.
            [Value <IMicrosoftGraphJson>]: Json
            [Visible <Boolean?>]: Specifies whether the object is visible or not.
            [Worksheet <IMicrosoftGraphWorkbookWorksheet1>]: workbookWorksheet
              [(Any) <Object>]: This indicates any property can be added to this object.
              [Id <String>]: Read-only.
              [Charts <IMicrosoftGraphWorkbookChart[]>]: Returns collection of charts that are part of the worksheet. Read-only.
                [Id <String>]: Read-only.
                [Axes <IMicrosoftGraphWorkbookChartAxes>]: workbookChartAxes
                  [(Any) <Object>]: This indicates any property can be added to this object.
                  [Id <String>]: Read-only.
                  [CategoryAxis <IMicrosoftGraphWorkbookChartAxis>]: workbookChartAxis
                    [(Any) <Object>]: This indicates any property can be added to this object.
                    [Id <String>]: Read-only.
                    [Format <IMicrosoftGraphWorkbookChartAxisFormat>]: workbookChartAxisFormat
                      [(Any) <Object>]: This indicates any property can be added to this object.
                      [Id <String>]: Read-only.
                      [Font <IMicrosoftGraphWorkbookChartFont>]: workbookChartFont
                        [(Any) <Object>]: This indicates any property can be added to this object.
                        [Id <String>]: Read-only.
                        [Bold <Boolean?>]: Represents the bold status of font.
                        [Color <String>]: HTML color code representation of the text color. E.g. #FF0000 represents Red.
                        [Italic <Boolean?>]: Represents the italic status of the font.
                        [Name <String>]: Font name (e.g. 'Calibri')
                        [Size <Double?>]: Size of the font (e.g. 11)
                        [Underline <String>]: Type of underline applied to the font. The possible values are: None, Single.
                      [Line <IMicrosoftGraphWorkbookChartLineFormat>]: workbookChartLineFormat
                        [(Any) <Object>]: This indicates any property can be added to this object.
                        [Id <String>]: Read-only.
                        [Color <String>]: HTML color code representing the color of lines in the chart.
                    [MajorGridlines <IMicrosoftGraphWorkbookChartGridlines>]: workbookChartGridlines
                      [(Any) <Object>]: This indicates any property can be added to this object.
                      [Id <String>]: Read-only.
                      [Format <IMicrosoftGraphWorkbookChartGridlinesFormat>]: workbookChartGridlinesFormat
                        [(Any) <Object>]: This indicates any property can be added to this object.
                        [Id <String>]: Read-only.
                        [Line <IMicrosoftGraphWorkbookChartLineFormat>]: workbookChartLineFormat
                      [Visible <Boolean?>]: Boolean value representing if the axis gridlines are visible or not.
                    [MajorUnit <IMicrosoftGraphJson>]: Json
                    [Maximum <IMicrosoftGraphJson>]: Json
                    [Minimum <IMicrosoftGraphJson>]: Json
                    [MinorGridlines <IMicrosoftGraphWorkbookChartGridlines>]: workbookChartGridlines
                    [MinorUnit <IMicrosoftGraphJson>]: Json
                    [Title <IMicrosoftGraphWorkbookChartAxisTitle>]: workbookChartAxisTitle
                      [(Any) <Object>]: This indicates any property can be added to this object.
                      [Id <String>]: Read-only.
                      [Format <IMicrosoftGraphWorkbookChartAxisTitleFormat>]: workbookChartAxisTitleFormat
                        [(Any) <Object>]: This indicates any property can be added to this object.
                        [Id <String>]: Read-only.
                        [Font <IMicrosoftGraphWorkbookChartFont>]: workbookChartFont
                      [Text <String>]: Represents the axis title.
                      [Visible <Boolean?>]: A boolean that specifies the visibility of an axis title.
                  [SeriesAxis <IMicrosoftGraphWorkbookChartAxis>]: workbookChartAxis
                  [ValueAxis <IMicrosoftGraphWorkbookChartAxis>]: workbookChartAxis
                [DataLabels <IMicrosoftGraphWorkbookChartDataLabels>]: workbookChartDataLabels
                  [(Any) <Object>]: This indicates any property can be added to this object.
                  [Id <String>]: Read-only.
                  [Format <IMicrosoftGraphWorkbookChartDataLabelFormat>]: workbookChartDataLabelFormat
                    [(Any) <Object>]: This indicates any property can be added to this object.
                    [Id <String>]: Read-only.
                    [Fill <IMicrosoftGraphWorkbookChartFill>]: workbookChartFill
                      [(Any) <Object>]: This indicates any property can be added to this object.
                      [Id <String>]: Read-only.
                    [Font <IMicrosoftGraphWorkbookChartFont>]: workbookChartFont
                  [Position <String>]: DataLabelPosition value that represents the position of the data label. The possible values are: None, Center, InsideEnd, InsideBase, OutsideEnd, Left, Right, Top, Bottom, BestFit, Callout.
                  [Separator <String>]: String representing the separator used for the data labels on a chart.
                  [ShowBubbleSize <Boolean?>]: Boolean value representing if the data label bubble size is visible or not.
                  [ShowCategoryName <Boolean?>]: Boolean value representing if the data label category name is visible or not.
                  [ShowLegendKey <Boolean?>]: Boolean value representing if the data label legend key is visible or not.
                  [ShowPercentage <Boolean?>]: Boolean value representing if the data label percentage is visible or not.
                  [ShowSeriesName <Boolean?>]: Boolean value representing if the data label series name is visible or not.
                  [ShowValue <Boolean?>]: Boolean value representing if the data label value is visible or not.
                [Format <IMicrosoftGraphWorkbookChartAreaFormat>]: workbookChartAreaFormat
                  [(Any) <Object>]: This indicates any property can be added to this object.
                  [Id <String>]: Read-only.
                  [Fill <IMicrosoftGraphWorkbookChartFill>]: workbookChartFill
                  [Font <IMicrosoftGraphWorkbookChartFont>]: workbookChartFont
                [Height <Double?>]: Represents the height, in points, of the chart object.
                [Left <Double?>]: The distance, in points, from the left side of the chart to the worksheet origin.
                [Legend <IMicrosoftGraphWorkbookChartLegend>]: workbookChartLegend
                  [(Any) <Object>]: This indicates any property can be added to this object.
                  [Id <String>]: Read-only.
                  [Format <IMicrosoftGraphWorkbookChartLegendFormat>]: workbookChartLegendFormat
                    [(Any) <Object>]: This indicates any property can be added to this object.
                    [Id <String>]: Read-only.
                    [Fill <IMicrosoftGraphWorkbookChartFill>]: workbookChartFill
                    [Font <IMicrosoftGraphWorkbookChartFont>]: workbookChartFont
                  [Overlay <Boolean?>]: Boolean value for whether the chart legend should overlap with the main body of the chart.
                  [Position <String>]: Represents the position of the legend on the chart. The possible values are: Top, Bottom, Left, Right, Corner, Custom.
                  [Visible <Boolean?>]: A boolean value the represents the visibility of a ChartLegend object.
                [Name <String>]: Represents the name of a chart object.
                [Series <IMicrosoftGraphWorkbookChartSeries1[]>]: Represents either a single series or collection of series in the chart. Read-only.
                  [Id <String>]: Read-only.
                  [Format <IMicrosoftGraphWorkbookChartSeriesFormat>]: workbookChartSeriesFormat
                    [(Any) <Object>]: This indicates any property can be added to this object.
                    [Id <String>]: Read-only.
                    [Fill <IMicrosoftGraphWorkbookChartFill>]: workbookChartFill
                    [Line <IMicrosoftGraphWorkbookChartLineFormat>]: workbookChartLineFormat
                  [Name <String>]: Represents the name of a series in a chart.
                  [Points <IMicrosoftGraphWorkbookChartPoint[]>]: Represents a collection of all points in the series. Read-only.
                    [Id <String>]: Read-only.
                    [Format <IMicrosoftGraphWorkbookChartPointFormat>]: workbookChartPointFormat
                      [(Any) <Object>]: This indicates any property can be added to this object.
                      [Id <String>]: Read-only.
                      [Fill <IMicrosoftGraphWorkbookChartFill>]: workbookChartFill
                    [Value <IMicrosoftGraphJson>]: Json
                [Title <IMicrosoftGraphWorkbookChartTitle>]: workbookChartTitle
                  [(Any) <Object>]: This indicates any property can be added to this object.
                  [Id <String>]: Read-only.
                  [Format <IMicrosoftGraphWorkbookChartTitleFormat>]: workbookChartTitleFormat
                    [(Any) <Object>]: This indicates any property can be added to this object.
                    [Id <String>]: Read-only.
                    [Fill <IMicrosoftGraphWorkbookChartFill>]: workbookChartFill
                    [Font <IMicrosoftGraphWorkbookChartFont>]: workbookChartFont
                  [Overlay <Boolean?>]: Boolean value representing if the chart title will overlay the chart or not.
                  [Text <String>]: Represents the title text of a chart.
                  [Visible <Boolean?>]: A boolean value the represents the visibility of a chart title object.
                [Top <Double?>]: Represents the distance, in points, from the top edge of the object to the top of row 1 (on a worksheet) or the top of the chart area (on a chart).
                [Width <Double?>]: Represents the width, in points, of the chart object.
                [Worksheet <IMicrosoftGraphWorkbookWorksheet1>]: workbookWorksheet
              [Name <String>]: The display name of the worksheet.
              [Names <IMicrosoftGraphWorkbookNamedItem1[]>]: Returns collection of names that are associated with the worksheet. Read-only.
              [PivotTables <IMicrosoftGraphWorkbookPivotTable[]>]: Collection of PivotTables that are part of the worksheet.
                [Id <String>]: Read-only.
                [Name <String>]: Name of the PivotTable.
                [Worksheet <IMicrosoftGraphWorkbookWorksheet1>]: workbookWorksheet
              [Position <Int32?>]: The zero-based position of the worksheet within the workbook.
              [Protection <IMicrosoftGraphWorkbookWorksheetProtection>]: workbookWorksheetProtection
                [(Any) <Object>]: This indicates any property can be added to this object.
                [Id <String>]: Read-only.
                [Options <IMicrosoftGraphWorkbookWorksheetProtectionOptions>]: workbookWorksheetProtectionOptions
                  [(Any) <Object>]: This indicates any property can be added to this object.
                  [AllowAutoFilter <Boolean?>]: Represents the worksheet protection option of allowing using auto filter feature.
                  [AllowDeleteColumns <Boolean?>]: Represents the worksheet protection option of allowing deleting columns.
                  [AllowDeleteRows <Boolean?>]: Represents the worksheet protection option of allowing deleting rows.
                  [AllowFormatCells <Boolean?>]: Represents the worksheet protection option of allowing formatting cells.
                  [AllowFormatColumns <Boolean?>]: Represents the worksheet protection option of allowing formatting columns.
                  [AllowFormatRows <Boolean?>]: Represents the worksheet protection option of allowing formatting rows.
                  [AllowInsertColumns <Boolean?>]: Represents the worksheet protection option of allowing inserting columns.
                  [AllowInsertHyperlinks <Boolean?>]: Represents the worksheet protection option of allowing inserting hyperlinks.
                  [AllowInsertRows <Boolean?>]: Represents the worksheet protection option of allowing inserting rows.
                  [AllowPivotTables <Boolean?>]: Represents the worksheet protection option of allowing using pivot table feature.
                  [AllowSort <Boolean?>]: Represents the worksheet protection option of allowing using sort feature.
                [Protected <Boolean?>]: Indicates if the worksheet is protected. Read-only.
              [Tables <IMicrosoftGraphWorkbookTable[]>]: Collection of tables that are part of the worksheet. Read-only.
                [Id <String>]: Read-only.
                [Columns <IMicrosoftGraphWorkbookTableColumn[]>]: Represents a collection of all the columns in the table. Read-only.
                  [Id <String>]: Read-only.
                  [Filter <IMicrosoftGraphWorkbookFilter>]: workbookFilter
                    [(Any) <Object>]: This indicates any property can be added to this object.
                    [Id <String>]: Read-only.
                    [Criteria <IMicrosoftGraphWorkbookFilterCriteria>]: workbookFilterCriteria
                      [(Any) <Object>]: This indicates any property can be added to this object.
                      [Color <String>]:
                      [Criterion1 <String>]:
                      [Criterion2 <String>]:
                      [DynamicCriteria <String>]:
                      [FilterOn <String>]:
                      [Icon <IMicrosoftGraphWorkbookIcon>]: workbookIcon
                        [(Any) <Object>]: This indicates any property can be added to this object.
                        [Index <Int32?>]: Represents the index of the icon in the given set.
                        [Set <String>]: Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.
                      [Operator <String>]:
                      [Values <IMicrosoftGraphJson>]: Json
                  [Index <Int32?>]: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only.
                  [Name <String>]: Returns the name of the table column.
                  [Values <IMicrosoftGraphJson>]: Json
                [HighlightFirstColumn <Boolean?>]: Indicates whether the first column contains special formatting.
                [HighlightLastColumn <Boolean?>]: Indicates whether the last column contains special formatting.
                [LegacyId <String>]: Legacy Id used in older Excle clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and should not be parsed to any other type. Read-only.
                [Name <String>]: Name of the table.
                [Rows <IMicrosoftGraphWorkbookTableRow[]>]: Represents a collection of all the rows in the table. Read-only.
                  [Id <String>]: Read-only.
                  [Index <Int32?>]: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only.
                  [Values <IMicrosoftGraphJson>]: Json
                [ShowBandedColumns <Boolean?>]: Indicates whether the columns show banded formatting in which odd columns are highlighted differently from even ones to make reading the table easier.
                [ShowBandedRows <Boolean?>]: Indicates whether the rows show banded formatting in which odd rows are highlighted differently from even ones to make reading the table easier.
                [ShowFilterButton <Boolean?>]: Indicates whether the filter buttons are visible at the top of each column header. Setting this is only allowed if the table contains a header row.
                [ShowHeaders <Boolean?>]: Indicates whether the header row is visible or not. This value can be set to show or remove the header row.
                [ShowTotals <Boolean?>]: Indicates whether the total row is visible or not. This value can be set to show or remove the total row.
                [Sort <IMicrosoftGraphWorkbookTableSort>]: workbookTableSort
                  [(Any) <Object>]: This indicates any property can be added to this object.
                  [Id <String>]: Read-only.
                  [Fields <IMicrosoftGraphWorkbookSortField[]>]: Represents the current conditions used to last sort the table. Read-only.
                    [Ascending <Boolean?>]: Represents whether the sorting is done in an ascending fashion.
                    [Color <String>]: Represents the color that is the target of the condition if the sorting is on font or cell color.
                    [DataOption <String>]: Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.
                    [Icon <IMicrosoftGraphWorkbookIcon>]: workbookIcon
                    [Key <Int32?>]: Represents the column (or row, depending on the sort orientation) that the condition is on. Represented as an offset from the first column (or row).
                    [SortOn <String>]: Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.
                  [MatchCase <Boolean?>]: Represents whether the casing impacted the last sort of the table. Read-only.
                  [Method <String>]: Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.
                [Style <String>]: Constant value that represents the Table style. The possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.
                [Worksheet <IMicrosoftGraphWorkbookWorksheet1>]: workbookWorksheet
              [Visibility <String>]: The Visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.
          [Operations <IMicrosoftGraphWorkbookOperation[]>]: The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.
            [Id <String>]: Read-only.
            [Error <IMicrosoftGraphWorkbookOperationError>]: workbookOperationError
              [(Any) <Object>]: This indicates any property can be added to this object.
              [Code <String>]: The error code.
              [InnerError <IMicrosoftGraphWorkbookOperationError>]: workbookOperationError
              [Message <String>]: The error message.
            [ResourceLocation <String>]: The resource URI for the result.
            [Status <String>]: workbookOperationStatus
          [Tables <IMicrosoftGraphWorkbookTable[]>]: Represents a collection of tables associated with the workbook. Read-only.
          [Worksheets <IMicrosoftGraphWorkbookWorksheet1[]>]: Represents a collection of worksheets associated with the workbook. Read-only.
      [Items <IMicrosoftGraphDriveItem1[]>]: All items contained in the drive. Read-only. Nullable.
      [List <IMicrosoftGraphList>]: list
        [(Any) <Object>]: This indicates any property can be added to this object.
        [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [CreatedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
        [CreatedDateTime <DateTime?>]: Date and time of item creation. Read-only.
        [Description <String>]: Provides a user-visible description of the item. Optional.
        [ETag <String>]: ETag for the item. Read-only.
        [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [LastModifiedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
        [LastModifiedDateTime <DateTime?>]: Date and time the item was last modified. Read-only.
        [Name <String>]: The name of the item. Read-write.
        [ParentReference <IMicrosoftGraphItemReference>]: itemReference
        [WebUrl <String>]: URL that displays the resource in the browser. Read-only.
        [Id <String>]: Read-only.
        [Columns <IMicrosoftGraphColumnDefinition[]>]: The collection of field definitions for this list.
          [Id <String>]: Read-only.
          [Boolean <IMicrosoftGraphBooleanColumn>]: booleanColumn
            [(Any) <Object>]: This indicates any property can be added to this object.
          [Calculated <IMicrosoftGraphCalculatedColumn>]: calculatedColumn
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Format <String>]: For dateTime output types, the format of the value. Must be one of dateOnly or dateTime.
            [Formula <String>]: The formula used to compute the value for this column.
            [OutputType <String>]: The output type used to format values in this column. Must be one of boolean, currency, dateTime, number, or text.
          [Choice <IMicrosoftGraphChoiceColumn>]: choiceColumn
            [(Any) <Object>]: This indicates any property can be added to this object.
            [AllowTextEntry <Boolean?>]: If true, allows custom values that aren't in the configured choices.
            [Choices <String[]>]: The list of values available for this column.
            [DisplayAs <String>]: How the choices are to be presented in the UX. Must be one of checkBoxes, dropDownMenu, or radioButtons
          [ColumnGroup <String>]: For site columns, the name of the group this column belongs to. Helps organize related columns.
          [Currency <IMicrosoftGraphCurrencyColumn>]: currencyColumn
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Locale <String>]: Specifies the locale from which to infer the currency symbol.
          [DateTime <IMicrosoftGraphDateTimeColumn>]: dateTimeColumn
            [(Any) <Object>]: This indicates any property can be added to this object.
            [DisplayAs <String>]: How the value should be presented in the UX. Must be one of default, friendly, or standard. See below for more details. If unspecified, treated as default.
            [Format <String>]: Indicates whether the value should be presented as a date only or a date and time. Must be one of dateOnly or dateTime
          [DefaultValue <IMicrosoftGraphDefaultColumnValue>]: defaultColumnValue
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Formula <String>]: The formula used to compute the default value for this column.
            [Value <String>]: The direct value to use as the default value for this column.
          [Description <String>]: The user-facing description of the column.
          [DisplayName <String>]: The user-facing name of the column.
          [EnforceUniqueValues <Boolean?>]: If true, no two list items may have the same value for this column.
          [Geolocation <IMicrosoftGraphGeolocationColumn>]: geolocationColumn
            [(Any) <Object>]: This indicates any property can be added to this object.
          [Hidden <Boolean?>]: Specifies whether the column is displayed in the user interface.
          [Indexed <Boolean?>]: Specifies whether the column values can used for sorting and searching.
          [Lookup <IMicrosoftGraphLookupColumn>]: lookupColumn
            [(Any) <Object>]: This indicates any property can be added to this object.
            [AllowMultipleValues <Boolean?>]: Indicates whether multiple values can be selected from the source.
            [AllowUnlimitedLength <Boolean?>]: Indicates whether values in the column should be able to exceed the standard limit of 255 characters.
            [ColumnName <String>]: The name of the lookup source column.
            [ListId <String>]: The unique identifier of the lookup source list.
            [PrimaryLookupColumnId <String>]: If specified, this column is a secondary lookup, pulling an additional field from the list item looked up by the primary lookup. Use the list item looked up by the primary as the source for the column named here.
          [Name <String>]: The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.
          [Number <IMicrosoftGraphNumberColumn>]: numberColumn
            [(Any) <Object>]: This indicates any property can be added to this object.
            [DecimalPlaces <String>]: How many decimal places to display. See below for information about the possible values.
            [DisplayAs <String>]: How the value should be presented in the UX. Must be one of number or percentage. If unspecified, treated as number.
            [Maximum <Double?>]: The maximum permitted value.
            [Minimum <Double?>]: The minimum permitted value.
          [PersonOrGroup <IMicrosoftGraphPersonOrGroupColumn>]: personOrGroupColumn
            [(Any) <Object>]: This indicates any property can be added to this object.
            [AllowMultipleSelection <Boolean?>]: Indicates whether multiple values can be selected from the source.
            [ChooseFromType <String>]: Whether to allow selection of people only, or people and groups. Must be one of peopleAndGroups or peopleOnly.
            [DisplayAs <String>]: How to display the information about the person or group chosen. See below.
          [ReadOnly <Boolean?>]: Specifies whether the column values can be modified.
          [Required <Boolean?>]: Specifies whether the column value is not optional.
          [Text <IMicrosoftGraphTextColumn>]: textColumn
            [(Any) <Object>]: This indicates any property can be added to this object.
            [AllowMultipleLines <Boolean?>]: Whether to allow multiple lines of text.
            [AppendChangesToExistingText <Boolean?>]: Whether updates to this column should replace existing text, or append to it.
            [LinesForEditing <Int32?>]: The size of the text box.
            [MaxLength <Int32?>]: The maximum number of characters for the value.
            [TextType <String>]: The type of text being stored. Must be one of plain or richText
        [ContentTypes <IMicrosoftGraphContentType[]>]: The collection of content types present in this list.
          [Id <String>]: Read-only.
          [ColumnLinks <IMicrosoftGraphColumnLink[]>]: The collection of columns that are required by this content type
            [Id <String>]: Read-only.
            [Name <String>]: The name of the column in this content type.
          [Description <String>]: The descriptive text for the item.
          [Group <String>]: The name of the group this content type belongs to. Helps organize related content types.
          [Hidden <Boolean?>]: Indicates whether the content type is hidden in the list's 'New' menu.
          [InheritedFrom <IMicrosoftGraphItemReference>]: itemReference
          [Name <String>]: The name of the content type.
          [Order <IMicrosoftGraphContentTypeOrder>]: contentTypeOrder
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Default <Boolean?>]: Whether this is the default Content Type
            [Position <Int32?>]: Specifies the position in which the Content Type appears in the selection UI.
          [ParentId <String>]: The unique identifier of the content type.
          [ReadOnly <Boolean?>]: If true, the content type cannot be modified unless this value is first set to false.
          [Sealed <Boolean?>]: If true, the content type cannot be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types.
        [DisplayName <String>]: The displayable title of the list.
        [Drive <IMicrosoftGraphDrive>]: drive
        [Items <IMicrosoftGraphListItem[]>]: All items contained in the list.
        [List <IMicrosoftGraphListInfo>]: listInfo
          [(Any) <Object>]: This indicates any property can be added to this object.
          [ContentTypesEnabled <Boolean?>]: If true, indicates that content types are enabled for this list.
          [Hidden <Boolean?>]: If true, indicates that the list is not normally visible in the SharePoint user experience.
          [Template <String>]: An enumerated value that represents the base list template used in creating the list. Possible values include documentLibrary, genericList, task, survey, announcements, contacts, and more.
        [SharepointIds <IMicrosoftGraphSharepointIds>]: sharepointIds
        [Subscriptions <IMicrosoftGraphSubscription[]>]: The set of subscriptions on the list.
        [System <IMicrosoftGraphSystemFacet>]: systemFacet
          [(Any) <Object>]: This indicates any property can be added to this object.
      [Owner <IMicrosoftGraphIdentitySet>]: identitySet
      [Quota <IMicrosoftGraphQuota>]: quota
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Deleted <Int64?>]: Total space consumed by files in the recycle bin, in bytes. Read-only.
        [Remaining <Int64?>]: Total space remaining before reaching the quota limit, in bytes. Read-only.
        [State <String>]: Enumeration value that indicates the state of the storage space. Read-only.
        [StoragePlanInformation <IMicrosoftGraphStoragePlanInformation>]: storagePlanInformation
          [(Any) <Object>]: This indicates any property can be added to this object.
          [UpgradeAvailable <Boolean?>]: Indicates whether there are higher storage quota plans available. Read-only.
        [Total <Int64?>]: Total allowed storage space, in bytes. Read-only.
        [Used <Int64?>]: Total space used, in bytes. Read-only.
      [Root <IMicrosoftGraphDriveItem1>]: driveItem
      [SharePointIds <IMicrosoftGraphSharepointIds>]: sharepointIds
      [Special <IMicrosoftGraphDriveItem1[]>]: Collection of common folders available in OneDrive. Read-only. Nullable.
      [System <IMicrosoftGraphSystemFacet>]: systemFacet
    [Drives <IMicrosoftGraphDrive[]>]: A collection of drives available for this user. Read-only.
    [EmployeeId <String>]: The employee identifier assigned to the user by the organization. Supports $filter.
    [Events <IMicrosoftGraphEvent[]>]: The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable.
    [Extensions <IMicrosoftGraphExtension[]>]: The collection of open extensions defined for the user. Read-only. Nullable.
    [ExternalUserState <String>]: For an external user invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. Returned only on $select. Supports $filter with the supported values. For example: $filter=externalUserState eq 'PendingAcceptance'.
    [ExternalUserStateChangeDateTime <DateTime?>]: Shows the timestamp for the latest change to the externalUserState property. Returned only on $select.
    [FaxNumber <String>]: The fax number of the user.
    [FollowedSites <IMicrosoftGraphSite[]>]:
      [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
      [CreatedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
      [CreatedDateTime <DateTime?>]: Date and time of item creation. Read-only.
      [Description <String>]: Provides a user-visible description of the item. Optional.
      [ETag <String>]: ETag for the item. Read-only.
      [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
      [LastModifiedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
      [LastModifiedDateTime <DateTime?>]: Date and time the item was last modified. Read-only.
      [Name <String>]: The name of the item. Read-write.
      [ParentReference <IMicrosoftGraphItemReference>]: itemReference
      [WebUrl <String>]: URL that displays the resource in the browser. Read-only.
      [Id <String>]: Read-only.
      [Analytics <IMicrosoftGraphItemAnalytics>]: itemAnalytics
      [Columns <IMicrosoftGraphColumnDefinition[]>]: The collection of column definitions reusable across lists under this site.
      [ContentTypes <IMicrosoftGraphContentType[]>]: The collection of content types defined for this site.
      [DisplayName <String>]: The full title for the site. Read-only.
      [Drive <IMicrosoftGraphDrive>]: drive
      [Drives <IMicrosoftGraphDrive[]>]: The collection of drives (document libraries) under this site.
      [Error <IMicrosoftGraphPublicError>]: publicError
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Code <String>]:
        [Details <IMicrosoftGraphPublicErrorDetail[]>]:
          [Code <String>]:
          [Message <String>]:
          [Target <String>]:
        [InnerError <IMicrosoftGraphPublicInnerError>]: publicInnerError
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Code <String>]:
          [Details <IMicrosoftGraphPublicErrorDetail[]>]:
          [Message <String>]:
          [Target <String>]:
        [Message <String>]:
        [Target <String>]:
      [Items <IMicrosoftGraphBaseItem[]>]: Used to address any item contained in this site. This collection cannot be enumerated.
        [Id <String>]: Read-only.
        [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [CreatedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
        [CreatedDateTime <DateTime?>]: Date and time of item creation. Read-only.
        [Description <String>]: Provides a user-visible description of the item. Optional.
        [ETag <String>]: ETag for the item. Read-only.
        [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [LastModifiedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
        [LastModifiedDateTime <DateTime?>]: Date and time the item was last modified. Read-only.
        [Name <String>]: The name of the item. Read-write.
        [ParentReference <IMicrosoftGraphItemReference>]: itemReference
        [WebUrl <String>]: URL that displays the resource in the browser. Read-only.
      [Lists <IMicrosoftGraphList[]>]: The collection of lists under this site.
      [Onenote <IMicrosoftGraphOnenote>]: onenote
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Id <String>]: Read-only.
        [Notebooks <IMicrosoftGraphNotebook1[]>]: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable.
          [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
          [DisplayName <String>]: The name of the notebook.
          [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
          [LastModifiedDateTime <DateTime?>]: The date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
          [CreatedDateTime <DateTime?>]: The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
          [Self <String>]: The endpoint where you can get details about the page. Read-only.
          [Id <String>]: Read-only.
          [IsDefault <Boolean?>]: Indicates whether this is the user's default notebook. Read-only.
          [IsShared <Boolean?>]: Indicates whether the notebook is shared. If true, the contents of the notebook can be seen by people other than the owner. Read-only.
          [Links <IMicrosoftGraphNotebookLinks>]: notebookLinks
            [(Any) <Object>]: This indicates any property can be added to this object.
            [OneNoteClientUrl <IMicrosoftGraphExternalLink>]: externalLink
              [(Any) <Object>]: This indicates any property can be added to this object.
              [Href <String>]: The url of the link.
            [OneNoteWebUrl <IMicrosoftGraphExternalLink>]: externalLink
          [SectionGroups <IMicrosoftGraphSectionGroup1[]>]: The section groups in the notebook. Read-only. Nullable.
            [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
            [DisplayName <String>]: The name of the notebook.
            [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
            [LastModifiedDateTime <DateTime?>]: The date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
            [CreatedDateTime <DateTime?>]: The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
            [Self <String>]: The endpoint where you can get details about the page. Read-only.
            [Id <String>]: Read-only.
            [ParentNotebook <IMicrosoftGraphNotebook1>]: notebook
            [ParentSectionGroup <IMicrosoftGraphSectionGroup1>]: sectionGroup
            [SectionGroups <IMicrosoftGraphSectionGroup1[]>]: The section groups in the section. Read-only. Nullable.
            [SectionGroupsUrl <String>]: The URL for the sectionGroups navigation property, which returns all the section groups in the section group. Read-only.
            [Sections <IMicrosoftGraphOnenoteSection1[]>]: The sections in the section group. Read-only. Nullable.
              [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
              [DisplayName <String>]: The name of the notebook.
              [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
              [LastModifiedDateTime <DateTime?>]: The date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
              [CreatedDateTime <DateTime?>]: The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
              [Self <String>]: The endpoint where you can get details about the page. Read-only.
              [Id <String>]: Read-only.
              [IsDefault <Boolean?>]: Indicates whether this is the user's default section. Read-only.
              [Links <IMicrosoftGraphSectionLinks>]: sectionLinks
                [(Any) <Object>]: This indicates any property can be added to this object.
                [OneNoteClientUrl <IMicrosoftGraphExternalLink>]: externalLink
                [OneNoteWebUrl <IMicrosoftGraphExternalLink>]: externalLink
              [Pages <IMicrosoftGraphOnenotePage[]>]: The collection of pages in the section. Read-only. Nullable.
                [CreatedDateTime <DateTime?>]: The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
                [Self <String>]: The endpoint where you can get details about the page. Read-only.
                [Id <String>]: Read-only.
                [Content <Byte[]>]: The page's HTML content.
                [ContentUrl <String>]: The URL for the page's HTML content. Read-only.
                [CreatedByAppId <String>]: The unique identifier of the application that created the page. Read-only.
                [LastModifiedDateTime <DateTime?>]: The date and time when the page was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
                [Level <Int32?>]: The indentation level of the page. Read-only.
                [Links <IMicrosoftGraphPageLinks>]: pageLinks
                  [(Any) <Object>]: This indicates any property can be added to this object.
                  [OneNoteClientUrl <IMicrosoftGraphExternalLink>]: externalLink
                  [OneNoteWebUrl <IMicrosoftGraphExternalLink>]: externalLink
                [Order <Int32?>]: The order of the page within its parent section. Read-only.
                [ParentNotebook <IMicrosoftGraphNotebook1>]: notebook
                [ParentSection <IMicrosoftGraphOnenoteSection1>]: onenoteSection
                [Title <String>]: The title of the page.
                [UserTags <String[]>]:
              [PagesUrl <String>]: The pages endpoint where you can get details for all the pages in the section. Read-only.
              [ParentNotebook <IMicrosoftGraphNotebook1>]: notebook
              [ParentSectionGroup <IMicrosoftGraphSectionGroup1>]: sectionGroup
            [SectionsUrl <String>]: The URL for the sections navigation property, which returns all the sections in the section group. Read-only.
          [SectionGroupsUrl <String>]: The URL for the sectionGroups navigation property, which returns all the section groups in the notebook. Read-only.
          [Sections <IMicrosoftGraphOnenoteSection1[]>]: The sections in the notebook. Read-only. Nullable.
          [SectionsUrl <String>]: The URL for the sections navigation property, which returns all the sections in the notebook. Read-only.
          [UserRole <String>]: onenoteUserRole
        [Operations <IMicrosoftGraphOnenoteOperation[]>]: The status of OneNote operations. Getting an operations collection is not supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.
          [CreatedDateTime <DateTime?>]: The start time of the operation.
          [LastActionDateTime <DateTime?>]: The time of the last action of the operation.
          [Status <String>]: operationStatus
          [Id <String>]: Read-only.
          [Error <IMicrosoftGraphOnenoteOperationError>]: onenoteOperationError
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Code <String>]: The error code.
            [Message <String>]: The error message.
          [PercentComplete <String>]: The operation percent complete if the operation is still in running status
          [ResourceId <String>]: The resource id.
          [ResourceLocation <String>]: The resource URI for the object. For example, the resource URI for a copied page or section.
        [Pages <IMicrosoftGraphOnenotePage[]>]: The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
        [Resources <IMicrosoftGraphOnenoteResource[]>]: The image and other file resources in OneNote pages. Getting a resources collection is not supported, but you can get the binary content of a specific resource. Read-only. Nullable.
          [Self <String>]: The endpoint where you can get details about the page. Read-only.
          [Id <String>]: Read-only.
          [Content <Byte[]>]: The content stream
          [ContentUrl <String>]: The URL for downloading the content
        [SectionGroups <IMicrosoftGraphSectionGroup1[]>]: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
        [Sections <IMicrosoftGraphOnenoteSection1[]>]: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
      [Root <IMicrosoftGraphRoot>]: root
      [SharepointIds <IMicrosoftGraphSharepointIds>]: sharepointIds
      [SiteCollection <IMicrosoftGraphSiteCollection>]: siteCollection
        [(Any) <Object>]: This indicates any property can be added to this object.
        [DataLocationCode <String>]: The geographic region code for where this site collection resides. Read-only.
        [Hostname <String>]: The hostname for the site collection. Read-only.
        [Root <IMicrosoftGraphRoot>]: root
      [Sites <IMicrosoftGraphSite[]>]: The collection of the sub-sites under this site.
    [GivenName <String>]: The given name (first name) of the user. Supports $filter.
    [HireDate <DateTime?>]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
    [Identities <IMicrosoftGraphObjectIdentity[]>]: Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Supports $filter.
      [Issuer <String>]: Specifies the issuer of the identity, for example facebook.com.For local accounts (where signInType is not federated), this property is the local B2C tenant default domain name, for example contoso.onmicrosoft.com.For external users from other Azure AD organization, this will be the domain of the federated organization, for example contoso.com.Supports $filter. 512 character limit.
      [IssuerAssignedId <String>]: Specifies the unique identifier assigned to the user by the issuer. The combination of issuer and issuerAssignedId must be unique within the organization. Represents the sign-in name for the user, when signInType is set to emailAddress or userName (also known as local accounts).When signInType is set to: emailAddress, (or starts with emailAddress like emailAddress1) issuerAssignedId must be a valid email addressuserName, issuerAssignedId must be a valid local part of an email addressSupports $filter. 512 character limit.
      [SignInType <String>]: Specifies the user sign-in types in your directory, such as emailAddress, userName or federated. Here, federated represents a unique identifier for a user from an issuer, that can be in any format chosen by the issuer. Additional validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string.
    [ImAddresses <String[]>]: The instant message voice over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only.
    [InferenceClassification <IMicrosoftGraphInferenceClassification>]: inferenceClassification
      [(Any) <Object>]: This indicates any property can be added to this object.
      [Id <String>]: Read-only.
      [Overrides <IMicrosoftGraphInferenceClassificationOverride[]>]: A set of overrides for a user to always classify messages from specific senders in certain ways: focused, or other. Read-only. Nullable.
        [Id <String>]: Read-only.
        [ClassifyAs <String>]: inferenceClassificationType
        [SenderEmailAddress <IMicrosoftGraphEmailAddress>]: emailAddress
    [Insights <IMicrosoftGraphOfficeGraphInsights>]: officeGraphInsights
      [(Any) <Object>]: This indicates any property can be added to this object.
      [Id <String>]: Read-only.
      [Shared <IMicrosoftGraphSharedInsight[]>]: Calculated relationship identifying documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for Business and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.
        [Id <String>]: Read-only.
        [LastShared <IMicrosoftGraphSharingDetail>]: sharingDetail
          [(Any) <Object>]: This indicates any property can be added to this object.
          [SharedBy <IMicrosoftGraphInsightIdentity>]: insightIdentity
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Address <String>]: The email address of the user who shared the item.
            [DisplayName <String>]: The display name of the user who shared the item.
            [Id <String>]: The id of the user who shared the item.
          [SharedDateTime <DateTime?>]: The date and time the file was last shared. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: 2014-01-01T00:00:00Z. Read-only.
          [SharingReference <IMicrosoftGraphResourceReference>]: resourceReference
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Id <String>]: The item's unique identifier.
            [Type <String>]: A string value that can be used to classify the item, such as 'microsoft.graph.driveItem'
            [WebUrl <String>]: A URL leading to the referenced item.
          [SharingSubject <String>]: The subject with which the document was shared.
          [SharingType <String>]: Determines the way the document was shared, can be by a 'Link', 'Attachment', 'Group', 'Site'.
        [LastSharedMethod <IMicrosoftGraphEntity>]: entity
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Id <String>]: Read-only.
        [Resource <IMicrosoftGraphEntity>]: entity
        [ResourceReference <IMicrosoftGraphResourceReference>]: resourceReference
        [ResourceVisualization <IMicrosoftGraphResourceVisualization>]: resourceVisualization
          [(Any) <Object>]: This indicates any property can be added to this object.
          [ContainerDisplayName <String>]: A string describing where the item is stored. For example, the name of a SharePoint site or the user name identifying the owner of the OneDrive storing the item.
          [ContainerType <String>]: Can be used for filtering by the type of container in which the file is stored. Such as Site or OneDriveBusiness.
          [ContainerWebUrl <String>]: A path leading to the folder in which the item is stored.
          [MediaType <String>]: The item's media type. Can be used for filtering for a specific type of file based on supported IANA Media Mime Types. Note that not all Media Mime Types are supported.
          [PreviewImageUrl <String>]: A URL leading to the preview image for the item.
          [PreviewText <String>]: A preview text for the item.
          [Title <String>]: The item's title text.
          [Type <String>]: The item's media type. Can be used for filtering for a specific file based on a specific type. See below for supported types.
        [SharingHistory <IMicrosoftGraphSharingDetail[]>]:
      [Trending <IMicrosoftGraphTrending[]>]: Calculated relationship identifying documents trending around a user. Trending documents are calculated based on activity of the user's closest network of people and include files stored in OneDrive for Business and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.
        [Id <String>]: Read-only.
        [LastModifiedDateTime <DateTime?>]:
        [Resource <IMicrosoftGraphEntity>]: entity
        [ResourceReference <IMicrosoftGraphResourceReference>]: resourceReference
        [ResourceVisualization <IMicrosoftGraphResourceVisualization>]: resourceVisualization
        [Weight <Double?>]: Value indicating how much the document is currently trending. The larger the number, the more the document is currently trending around the user (the more relevant it is). Returned documents are sorted by this value.
      [Used <IMicrosoftGraphUsedInsight[]>]: Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.
        [Id <String>]: Read-only.
        [LastUsed <IMicrosoftGraphUsageDetails>]: usageDetails
          [(Any) <Object>]: This indicates any property can be added to this object.
          [LastAccessedDateTime <DateTime?>]: The date and time the resource was last accessed by the user. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: 2014-01-01T00:00:00Z. Read-only.
          [LastModifiedDateTime <DateTime?>]: The date and time the resource was last modified by the user. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: 2014-01-01T00:00:00Z. Read-only.
        [Resource <IMicrosoftGraphEntity>]: entity
        [ResourceReference <IMicrosoftGraphResourceReference>]: resourceReference
        [ResourceVisualization <IMicrosoftGraphResourceVisualization>]: resourceVisualization
    [Interests <String[]>]: A list for the user to describe their interests.
    [IsResourceAccount <Boolean?>]: Do not use – reserved for future use.
    [JobTitle <String>]: The user’s job title. Supports $filter.
    [JoinedTeams <IMicrosoftGraphTeam[]>]:
      [Id <String>]: Read-only.
      [Channels <IMicrosoftGraphChannel[]>]: The collection of channels & messages associated with the team.
        [Id <String>]: Read-only.
        [Description <String>]: Optional textual description for the channel.
        [DisplayName <String>]: Channel name as it will appear to the user in Microsoft Teams.
        [Email <String>]: The email address for sending messages to the channel. Read-only.
        [FilesFolder <IMicrosoftGraphDriveItem1>]: driveItem
        [Messages <IMicrosoftGraphChatMessage1[]>]: A collection of all the messages in the channel. A navigation property. Nullable.
          [Id <String>]: Read-only.
          [Attachments <IMicrosoftGraphChatMessageAttachment[]>]: Attached files. Attachments are currently read-only – sending attachments is not supported.
            [Content <String>]: The content of the attachment. If the attachment is a rich card, set the property to the rich card object. This property and contentUrl are mutually exclusive.
            [ContentType <String>]: The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.
            [ContentUrl <String>]: URL for the content of the attachment. Supported protocols: http, https, file and data.
            [Id <String>]: Read-only. Unique id of the attachment.
            [Name <String>]: Name of the attachment.
            [ThumbnailUrl <String>]: URL to a thumbnail image that the channel can use if it supports using an alternative, smaller form of content or contentUrl. For example, if you set contentType to application/word and set contentUrl to the location of the Word document, you might include a thumbnail image that represents the document. The channel could display the thumbnail image instead of the document. When the user clicks the image, the channel would open the document.
          [Body <IMicrosoftGraphItemBody>]: itemBody
          [CreatedDateTime <DateTime?>]: Read only. Timestamp of when the chat message was created.
          [DeletedDateTime <DateTime?>]: Read only. Timestamp at which the chat message was deleted, or null if not deleted.
          [Etag <String>]: Read-only. Version number of the chat message.
          [From <IMicrosoftGraphIdentitySet>]: identitySet
          [HostedContents <IMicrosoftGraphChatMessageHostedContent[]>]:
            [Id <String>]: Read-only.
          [Importance <String>]:
          [LastModifiedDateTime <DateTime?>]: Read only. Timestamp of when the chat message is created or edited, including when a reply is made (if it's a root chat message in a channel) or a reaction is added or removed.
          [Locale <String>]: Locale of the chat message set by the client.
          [Mentions <IMicrosoftGraphChatMessageMention[]>]: List of entities mentioned in the chat message. Currently supports user, bot, team, channel.
            [Id <Int32?>]: Index of an entity being mentioned in the specified chatMessage. Matches the {index} value in the corresponding <at id='{index}'> tag in the message body.
            [MentionText <String>]: String used to represent the mention. For example, a user's display name, a team name.
            [Mentioned <IMicrosoftGraphIdentitySet>]: identitySet
          [MessageType <String>]:
          [PolicyViolation <IMicrosoftGraphChatMessagePolicyViolation>]: chatMessagePolicyViolation
            [(Any) <Object>]: This indicates any property can be added to this object.
            [DlpAction <String>]: chatMessagePolicyViolationDlpActionTypes
            [JustificationText <String>]:
            [PolicyTip <IMicrosoftGraphChatMessagePolicyViolationPolicyTip>]: chatMessagePolicyViolationPolicyTip
              [(Any) <Object>]: This indicates any property can be added to this object.
              [ComplianceUrl <String>]:
              [GeneralText <String>]:
              [MatchedConditionDescriptions <String[]>]:
            [UserAction <String>]: chatMessagePolicyViolationUserActionTypes
            [VerdictDetails <String>]: chatMessagePolicyViolationVerdictDetailsTypes
          [Reactions <IMicrosoftGraphChatMessageReaction[]>]:
            [CreatedDateTime <DateTime?>]:
            [ReactionType <String>]:
            [User <IMicrosoftGraphIdentitySet>]: identitySet
          [Replies <IMicrosoftGraphChatMessage1[]>]:
          [ReplyToId <String>]: Read-only. Id of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels not chats)
          [Subject <String>]: The subject of the chat message, in plaintext.
          [Summary <String>]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. Only applies to channel chat messages, not chat messages in a chat.
          [WebUrl <String>]:
        [Tabs <IMicrosoftGraphTeamsTab[]>]: A collection of all the tabs in the channel. A navigation property.
          [Id <String>]: Read-only.
          [Configuration <IMicrosoftGraphTeamsTabConfiguration>]: teamsTabConfiguration
            [(Any) <Object>]: This indicates any property can be added to this object.
            [ContentUrl <String>]: Url used for rendering tab contents in Teams. Required.
            [EntityId <String>]: Identifier for the entity hosted by the tab provider.
            [RemoveUrl <String>]: Url called by Teams client when a Tab is removed using the Teams Client.
            [WebsiteUrl <String>]: Url for showing tab contents outside of Teams.
          [DisplayName <String>]: Name of the tab.
          [TeamsApp <IMicrosoftGraphTeamsApp>]: teamsApp
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Id <String>]: Read-only.
            [AppDefinitions <IMicrosoftGraphTeamsAppDefinition[]>]: The details for each version of the app.
              [Id <String>]: Read-only.
              [DisplayName <String>]: The name of the app provided by the app developer.
              [TeamsAppId <String>]: The id from the Teams App manifest.
              [Version <String>]: The version number of the application.
            [DisplayName <String>]: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package.
            [DistributionMethod <String>]: teamsAppDistributionMethod
            [ExternalId <String>]: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package.
          [WebUrl <String>]: Deep link URL of the tab instance. Read only.
        [WebUrl <String>]: A hyperlink that will navigate to the channel in Microsoft Teams. This is the URL that you get when you right-click a channel in Microsoft Teams and select Get link to channel. This URL should be treated as an opaque blob, and not parsed. Read-only.
      [Classification <String>]:
      [Description <String>]:
      [DisplayName <String>]:
      [FunSettings <IMicrosoftGraphTeamFunSettings>]: teamFunSettings
        [(Any) <Object>]: This indicates any property can be added to this object.
        [AllowCustomMemes <Boolean?>]: If set to true, enables users to include custom memes.
        [AllowGiphy <Boolean?>]: If set to true, enables Giphy use.
        [AllowStickersAndMemes <Boolean?>]: If set to true, enables users to include stickers and memes.
        [GiphyContentRating <String>]: giphyRatingType
      [Group <IMicrosoftGraphGroup1>]: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types.
        [(Any) <Object>]: This indicates any property can be added to this object.
        [DeletedDateTime <DateTime?>]:
        [Id <String>]: Read-only.
        [AcceptedSenders <IMicrosoftGraphDirectoryObject[]>]: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post.
        [AllowExternalSenders <Boolean?>]: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select.
        [AppRoleAssignments <IMicrosoftGraphAppRoleAssignment[]>]:
        [AssignedLabels <IMicrosoftGraphAssignedLabel[]>]: The list of sensitivity label pairs (label ID, label name) associated with an Microsoft 365 group. Returned only on $select. Read-only.
          [DisplayName <String>]: The display name of the label. Read-only.
          [LabelId <String>]: The unique identifier of the label.
        [AssignedLicenses <IMicrosoftGraphAssignedLicense[]>]: The licenses that are assigned to the group. Returned only on $select. Read-only.
        [AutoSubscribeNewMembers <Boolean?>]: Indicates if new members added to the group will be auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; do not set it in the initial POST request that creates the group. Default value is false. Returned only on $select.
        [Calendar <IMicrosoftGraphCalendar>]: calendar
        [CalendarView <IMicrosoftGraphEvent[]>]: The calendar view for the calendar. Read-only.
        [Classification <String>]: Describes a classification for the group (such as low, medium or high business impact). Valid values for this property are defined by creating a ClassificationList setting value, based on the template definition.Returned by default.
        [Conversations <IMicrosoftGraphConversation[]>]: The group's conversations.
          [Id <String>]: Read-only.
          [HasAttachments <Boolean?>]: Indicates whether any of the posts within this Conversation has at least one attachment.
          [LastDeliveredDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [Preview <String>]: A short summary from the body of the latest post in this converstaion.
          [Threads <IMicrosoftGraphConversationThread[]>]: A collection of all the conversation threads in the conversation. A navigation property. Read-only. Nullable.
            [Id <String>]: Read-only.
            [CcRecipients <IMicrosoftGraphRecipient[]>]: The Cc: recipients for the thread.
            [HasAttachments <Boolean?>]: Indicates whether any of the posts within this thread has at least one attachment.
            [IsLocked <Boolean?>]: Indicates if the thread is locked.
            [LastDeliveredDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
            [Posts <IMicrosoftGraphPost1[]>]: Read-only. Nullable.
              [Categories <String[]>]: The categories associated with the item
              [ChangeKey <String>]: Identifies the version of the item. Every time the item is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.
              [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
              [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
              [Id <String>]: Read-only.
              [Attachments <IMicrosoftGraphAttachment[]>]: Read-only. Nullable.
              [Body <IMicrosoftGraphItemBody>]: itemBody
              [ConversationId <String>]: Unique ID of the conversation. Read-only.
              [ConversationThreadId <String>]: Unique ID of the conversation thread. Read-only.
              [Extensions <IMicrosoftGraphExtension[]>]: The collection of open extensions defined for the post. Read-only. Nullable.
              [From <IMicrosoftGraphRecipient>]: recipient
              [HasAttachments <Boolean?>]: Indicates whether the post has at least one attachment. This is a default property.
              [InReplyTo <IMicrosoftGraphPost1>]: post
              [MultiValueExtendedProperties <IMicrosoftGraphMultiValueLegacyExtendedProperty[]>]: The collection of multi-value extended properties defined for the post. Read-only. Nullable.
              [NewParticipants <IMicrosoftGraphRecipient[]>]: Conversation participants that were added to the thread as part of this post.
              [ReceivedDateTime <DateTime?>]: Specifies when the post was received. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
              [Sender <IMicrosoftGraphRecipient>]: recipient
              [SingleValueExtendedProperties <IMicrosoftGraphSingleValueLegacyExtendedProperty[]>]: The collection of single-value extended properties defined for the post. Read-only. Nullable.
            [Preview <String>]: A short summary from the body of the latest post in this conversation.
            [ToRecipients <IMicrosoftGraphRecipient[]>]: The To: recipients for the thread.
            [Topic <String>]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated.
            [UniqueSenders <String[]>]: All the users that sent a message to this thread.
          [Topic <String>]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated.
          [UniqueSenders <String[]>]: All the users that sent a message to this Conversation.
        [CreatedDateTime <DateTime?>]: Timestamp of when the group was created. The value cannot be modified and is automatically populated when the group is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Returned by default. Read-only.
        [CreatedOnBehalfOf <IMicrosoftGraphDirectoryObject>]: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types.
        [Description <String>]: An optional description for the group. Returned by default.
        [DisplayName <String>]: The display name for the group. This property is required when a group is created and cannot be cleared during updates. Returned by default. Supports $filter and $orderby.
        [Drive <IMicrosoftGraphDrive>]: drive
        [Drives <IMicrosoftGraphDrive[]>]: The group's drives. Read-only.
        [Events <IMicrosoftGraphEvent[]>]: The group's calendar events.
        [ExpirationDateTime <DateTime?>]: Timestamp of when the group is set to expire. The value cannot be modified and is automatically populated when the group is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Returned by default. Read-only.
        [Extensions <IMicrosoftGraphExtension[]>]: The collection of open extensions defined for the group. Read-only. Nullable.
        [GroupLifecyclePolicies <IMicrosoftGraphGroupLifecyclePolicy[]>]: The collection of lifecycle policies for this group. Read-only. Nullable.
          [Id <String>]: Read-only.
          [AlternateNotificationEmails <String>]: List of email address to send notifications for groups without owners. Multiple email address can be defined by separating email address with a semicolon.
          [GroupLifetimeInDays <Int32?>]: Number of days before a group expires and needs to be renewed. Once renewed, the group expiration is extended by the number of days defined.
          [ManagedGroupTypes <String>]: The group type for which the expiration policy applies. Possible values are All, Selected or None.
        [GroupTypes <String[]>]: Specifies the group type and its membership. If the collection contains Unified, the group is a Microsoft 365 group; otherwise, it's either a security group or distribution group. For details, see groups overview.If the collection includes DynamicMembership, the group has dynamic membership; otherwise, membership is static. Returned by default. Supports $filter.
        [HasMembersWithLicenseErrors <Boolean?>]: Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true). See an example.
        [HideFromAddressLists <Boolean?>]: True if the group is not displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select.
        [HideFromOutlookClients <Boolean?>]: True if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. Default value is false. Returned only on $select.
        [IsArchived <Boolean?>]:
        [IsSubscribedByMail <Boolean?>]: Indicates whether the signed-in user is subscribed to receive email conversations. Default value is true. Returned only on $select.
        [LicenseProcessingState <IMicrosoftGraphLicenseProcessingState>]: licenseProcessingState
          [(Any) <Object>]: This indicates any property can be added to this object.
          [State <String>]:
        [Mail <String>]: The SMTP address for the group, for example, 'serviceadmins@contoso.onmicrosoft.com'. Returned by default. Read-only. Supports $filter.
        [MailEnabled <Boolean?>]: Specifies whether the group is mail-enabled. Returned by default.
        [MailNickname <String>]: The mail alias for the group, unique in the organization. This property must be specified when a group is created. Returned by default. Supports $filter.
        [MemberOf <IMicrosoftGraphDirectoryObject[]>]: Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.
        [Members <IMicrosoftGraphDirectoryObject[]>]: Users and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups) Nullable.
        [MembersWithLicenseErrors <IMicrosoftGraphDirectoryObject[]>]: A list of group members with license errors from this group-based license assignment. Read-only.
        [MembershipRule <String>]: The rule that determines members for this group if the group is a dynamic group (groupTypes contains DynamicMembership). For more information about the syntax of the membership rule, see Membership Rules syntax. Returned by default.
        [MembershipRuleProcessingState <String>]: Indicates whether the dynamic membership processing is on or paused. Possible values are 'On' or 'Paused'. Returned by default.
        [OnPremisesDomainName <String>]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only.
        [OnPremisesLastSyncDateTime <DateTime?>]: Indicates the last time at which the group was synced with the on-premises directory.The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Returned by default. Read-only. Supports $filter.
        [OnPremisesNetBiosName <String>]: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only.
        [OnPremisesProvisioningErrors <IMicrosoftGraphOnPremisesProvisioningError[]>]: Errors when using Microsoft synchronization product during provisioning. Returned by default.
          [Category <String>]: Category of the provisioning error. Note: Currently, there is only one possible value. Possible value: PropertyConflict - indicates a property value is not unique. Other objects contain the same value for the property.
          [OccurredDateTime <DateTime?>]: The date and time at which the error occurred.
          [PropertyCausingError <String>]: Name of the directory property causing the error. Current possible values: UserPrincipalName or ProxyAddress
          [Value <String>]: Value of the property causing the error.
        [OnPremisesSamAccountName <String>]: Contains the on-premises SAM account name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only.
        [OnPremisesSecurityIdentifier <String>]: Contains the on-premises security identifier (SID) for the group that was synchronized from on-premises to the cloud. Returned by default. Read-only.
        [OnPremisesSyncEnabled <Boolean?>]: true if this group is synced from an on-premises directory; false if this group was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Returned by default. Read-only. Supports $filter.
        [Onenote <IMicrosoftGraphOnenote>]: onenote
        [Owners <IMicrosoftGraphDirectoryObject[]>]: The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. Limited to 100 owners. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.
        [Photo <IMicrosoftGraphProfilePhoto>]: profilePhoto
        [Photos <IMicrosoftGraphProfilePhoto[]>]: The profile photos owned by the group. Read-only. Nullable.
        [Planner <IMicrosoftGraphPlannerGroup>]: plannerGroup
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Id <String>]: Read-only.
          [Plans <IMicrosoftGraphPlannerPlan[]>]: Read-only. Nullable. Returns the plannerPlans owned by the group.
            [Id <String>]: Read-only.
            [Buckets <IMicrosoftGraphPlannerBucket[]>]: Read-only. Nullable. Collection of buckets in the plan.
              [Id <String>]: Read-only.
              [Name <String>]: Name of the bucket.
              [OrderHint <String>]: Hint used to order items of this type in a list view. The format is defined as outlined here.
              [PlanId <String>]: Plan ID to which the bucket belongs.
              [Tasks <IMicrosoftGraphPlannerTask[]>]: Read-only. Nullable. The collection of tasks in the bucket.
                [Id <String>]: Read-only.
                [ActiveChecklistItemCount <Int32?>]: Number of checklist items with value set to false, representing incomplete items.
                [AppliedCategories <IMicrosoftGraphPlannerAppliedCategories>]: plannerAppliedCategories
                  [(Any) <Object>]: This indicates any property can be added to this object.
                [AssignedToTaskBoardFormat <IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat>]: plannerAssignedToTaskBoardTaskFormat
                  [(Any) <Object>]: This indicates any property can be added to this object.
                  [Id <String>]: Read-only.
                  [OrderHintsByAssignee <IMicrosoftGraphPlannerOrderHintsByAssignee>]: plannerOrderHintsByAssignee
                    [(Any) <Object>]: This indicates any property can be added to this object.
                  [UnassignedOrderHint <String>]: Hint value used to order the task on the AssignedTo view of the Task Board when the task is not assigned to anyone, or if the orderHintsByAssignee dictionary does not provide an order hint for the user the task is assigned to. The format is defined as outlined here.
                [AssigneePriority <String>]: Hint used to order items of this type in a list view. The format is defined as outlined here.
                [Assignments <IMicrosoftGraphPlannerAssignments>]: plannerAssignments
                  [(Any) <Object>]: This indicates any property can be added to this object.
                [BucketId <String>]: Bucket ID to which the task belongs. The bucket needs to be in the plan that the task is in. It is 28 characters long and case-sensitive. Format validation is done on the service.
                [BucketTaskBoardFormat <IMicrosoftGraphPlannerBucketTaskBoardTaskFormat>]: plannerBucketTaskBoardTaskFormat
                  [(Any) <Object>]: This indicates any property can be added to this object.
                  [Id <String>]: Read-only.
                  [OrderHint <String>]: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here.
                [ChecklistItemCount <Int32?>]: Number of checklist items that are present on the task.
                [CompletedBy <IMicrosoftGraphIdentitySet>]: identitySet
                [CompletedDateTime <DateTime?>]: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
                [ConversationThreadId <String>]: Thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group.
                [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
                [CreatedDateTime <DateTime?>]: Read-only. Date and time at which the task is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
                [Details <IMicrosoftGraphPlannerTaskDetails>]: plannerTaskDetails
                  [(Any) <Object>]: This indicates any property can be added to this object.
                  [Id <String>]: Read-only.
                  [Checklist <IMicrosoftGraphPlannerChecklistItems>]: plannerChecklistItems
                    [(Any) <Object>]: This indicates any property can be added to this object.
                  [Description <String>]: Description of the task
                  [PreviewType <String>]: plannerPreviewType
                  [References <IMicrosoftGraphPlannerExternalReferences>]: plannerExternalReferences
                    [(Any) <Object>]: This indicates any property can be added to this object.
                [DueDateTime <DateTime?>]: Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
                [HasDescription <Boolean?>]: Read-only. Value is true if the details object of the task has a non-empty description and false otherwise.
                [OrderHint <String>]: Hint used to order items of this type in a list view. The format is defined as outlined here.
                [PercentComplete <Int32?>]: Percentage of task completion. When set to 100, the task is considered completed.
                [PlanId <String>]: Plan ID to which the task belongs.
                [PreviewType <String>]: plannerPreviewType
                [ProgressTaskBoardFormat <IMicrosoftGraphPlannerProgressTaskBoardTaskFormat>]: plannerProgressTaskBoardTaskFormat
                  [(Any) <Object>]: This indicates any property can be added to this object.
                  [Id <String>]: Read-only.
                  [OrderHint <String>]: Hint value used to order the task on the Progress view of the Task Board. The format is defined as outlined here.
                [ReferenceCount <Int32?>]: Number of external references that exist on the task.
                [StartDateTime <DateTime?>]: Date and time at which the task starts. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
                [Title <String>]: Title of the task.
            [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
            [CreatedDateTime <DateTime?>]: Read-only. Date and time at which the plan is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
            [Details <IMicrosoftGraphPlannerPlanDetails>]: plannerPlanDetails
              [(Any) <Object>]: This indicates any property can be added to this object.
              [Id <String>]: Read-only.
              [CategoryDescriptions <IMicrosoftGraphPlannerCategoryDescriptions>]: plannerCategoryDescriptions
                [(Any) <Object>]: This indicates any property can be added to this object.
                [Category1 <String>]: The label associated with Category 1
                [Category2 <String>]: The label associated with Category 2
                [Category3 <String>]: The label associated with Category 3
                [Category4 <String>]: The label associated with Category 4
                [Category5 <String>]: The label associated with Category 5
                [Category6 <String>]: The label associated with Category 6
              [SharedWith <IMicrosoftGraphPlannerUserIds>]: plannerUserIds
                [(Any) <Object>]: This indicates any property can be added to this object.
            [Owner <String>]: ID of the Group that owns the plan. A valid group must exist before this field can be set. After it is set, this property can’t be updated.
            [Tasks <IMicrosoftGraphPlannerTask[]>]: Read-only. Nullable. Collection of tasks in the plan.
            [Title <String>]: Required. Title of the plan.
        [PreferredDataLocation <String>]: The preferred data location for the group. For more information, see OneDrive Online Multi-Geo. Returned by default.
        [PreferredLanguage <String>]: The preferred language for an Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default.
        [ProxyAddresses <String[]>]: Email addresses for the group that direct to the same group mailbox. For example: ['SMTP: bob@contoso.com', 'smtp: bob@sales.contoso.com']. The any operator is required to filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.
        [RejectedSenders <IMicrosoftGraphDirectoryObject[]>]: The list of users or groups that are not allowed to create posts or calendar events in this group. Nullable
        [RenewedDateTime <DateTime?>]: Timestamp of when the group was last renewed. This cannot be modified directly and is only updated via the renew service action. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Returned by default. Read-only.
        [SecurityEnabled <Boolean?>]: Specifies whether the group is a security group. Returned by default. Supports $filter.
        [SecurityIdentifier <String>]: Security identifier of the group, used in Windows scenarios. Returned by default.
        [Settings <IMicrosoftGraphGroupSetting[]>]: Read-only. Nullable.
          [Id <String>]: Read-only.
          [DisplayName <String>]: Display name of this group of settings, which comes from the associated template.
          [TemplateId <String>]: Unique identifier for the template used to create this group of settings. Read-only.
          [Values <IMicrosoftGraphSettingValue[]>]: Collection of name value pairs. Must contain and set all the settings defined in the template.
            [Name <String>]: Name of the setting (as defined by the groupSettingTemplate).
            [Value <String>]: Value of the setting.
        [Sites <IMicrosoftGraphSite[]>]: The list of SharePoint sites in this group. Access the default site with /sites/root.
        [Team <IMicrosoftGraphTeam>]: team
        [Theme <String>]: Specifies an Microsoft 365 group's color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.
        [Threads <IMicrosoftGraphConversationThread[]>]: The group's conversation threads. Nullable.
        [TransitiveMemberOf <IMicrosoftGraphDirectoryObject[]>]:
        [TransitiveMembers <IMicrosoftGraphDirectoryObject[]>]:
        [UnseenCount <Int32?>]: Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select.
        [Visibility <String>]: Specifies the visibility of a Microsoft 365 group. Possible values are: Private, Public, or Hiddenmembership; blank values are treated as public. See group visibility options to learn more.Visibility can be set only when a group is created; it is not editable.Visibility is supported only for unified groups; it is not supported for security groups. Returned by default.
      [GuestSettings <IMicrosoftGraphTeamGuestSettings>]: teamGuestSettings
        [(Any) <Object>]: This indicates any property can be added to this object.
        [AllowCreateUpdateChannels <Boolean?>]: If set to true, guests can add and update channels.
        [AllowDeleteChannels <Boolean?>]: If set to true, guests can delete channels.
      [InstalledApps <IMicrosoftGraphTeamsAppInstallation[]>]: The apps installed in this team.
        [Id <String>]: Read-only.
        [TeamsApp <IMicrosoftGraphTeamsApp>]: teamsApp
        [TeamsAppDefinition <IMicrosoftGraphTeamsAppDefinition>]: teamsAppDefinition
      [InternalId <String>]: A unique ID for the team that has been used in a few places such as the audit log/Office 365 Management Activity API.
      [IsArchived <Boolean?>]: Whether this team is in read-only mode.
      [MemberSettings <IMicrosoftGraphTeamMemberSettings>]: teamMemberSettings
        [(Any) <Object>]: This indicates any property can be added to this object.
        [AllowAddRemoveApps <Boolean?>]: If set to true, members can add and remove apps.
        [AllowCreateUpdateChannels <Boolean?>]: If set to true, members can add and update channels.
        [AllowCreateUpdateRemoveConnectors <Boolean?>]: If set to true, members can add, update, and remove connectors.
        [AllowCreateUpdateRemoveTabs <Boolean?>]: If set to true, members can add, update, and remove tabs.
        [AllowDeleteChannels <Boolean?>]: If set to true, members can delete channels.
      [Members <IMicrosoftGraphConversationMember[]>]:
        [Id <String>]: Read-only.
        [DisplayName <String>]:
        [Roles <String[]>]:
      [MessagingSettings <IMicrosoftGraphTeamMessagingSettings>]: teamMessagingSettings
        [(Any) <Object>]: This indicates any property can be added to this object.
        [AllowChannelMentions <Boolean?>]: If set to true, @channel mentions are allowed.
        [AllowOwnerDeleteMessages <Boolean?>]: If set to true, owners can delete any message.
        [AllowTeamMentions <Boolean?>]: If set to true, @team mentions are allowed.
        [AllowUserDeleteMessages <Boolean?>]: If set to true, users can delete their messages.
        [AllowUserEditMessages <Boolean?>]: If set to true, users can edit their messages.
      [Operations <IMicrosoftGraphTeamsAsyncOperation[]>]:
        [Id <String>]: Read-only.
        [AttemptsCount <Int32?>]:
        [CreatedDateTime <DateTime?>]:
        [Error <IMicrosoftGraphOperationError>]: operationError
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Code <String>]: Operation error code.
          [Message <String>]: Operation error message.
        [LastActionDateTime <DateTime?>]:
        [OperationType <String>]: teamsAsyncOperationType
        [Status <String>]: teamsAsyncOperationStatus
        [TargetResourceId <String>]:
        [TargetResourceLocation <String>]:
      [PrimaryChannel <IMicrosoftGraphChannel>]: channel
      [Schedule <IMicrosoftGraphSchedule>]: schedule
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Id <String>]: Read-only.
        [Enabled <Boolean?>]: Indicates whether the schedule is enabled for the team. Required.
        [OfferShiftRequests <IMicrosoftGraphOfferShiftRequest[]>]:
          [AssignedTo <String>]: scheduleChangeRequestActor
          [ManagerActionDateTime <DateTime?>]:
          [ManagerActionMessage <String>]:
          [ManagerUserId <String>]:
          [SenderDateTime <DateTime?>]:
          [SenderMessage <String>]:
          [SenderUserId <String>]:
          [State <String>]: scheduleChangeState
          [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
          [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [Id <String>]: Read-only.
          [RecipientActionDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [RecipientActionMessage <String>]: Custom message sent by recipient of the offer shift request.
          [RecipientUserId <String>]: User ID of the recipient of the offer shift request.
          [SenderShiftId <String>]: User ID of the sender of the offer shift request.
        [OfferShiftRequestsEnabled <Boolean?>]: Indicates whether offer shift requests are enabled for the schedule.
        [OpenShiftChangeRequests <IMicrosoftGraphOpenShiftChangeRequest[]>]:
          [AssignedTo <String>]: scheduleChangeRequestActor
          [ManagerActionDateTime <DateTime?>]:
          [ManagerActionMessage <String>]:
          [ManagerUserId <String>]:
          [SenderDateTime <DateTime?>]:
          [SenderMessage <String>]:
          [SenderUserId <String>]:
          [State <String>]: scheduleChangeState
          [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
          [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [Id <String>]: Read-only.
          [OpenShiftId <String>]: ID for the open shift.
        [OpenShifts <IMicrosoftGraphOpenShift[]>]:
          [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
          [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [Id <String>]: Read-only.
          [DraftOpenShift <IMicrosoftGraphOpenShiftItem>]: openShiftItem
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Activities <IMicrosoftGraphShiftActivity[]>]: An incremental part of a shift which can cover details of when and where an employee is during their shift. For example, an assignment or a scheduled break or lunch. Required.
              [Code <String>]: Customer defined code for the shiftActivity. Required.
              [DisplayName <String>]: The name of the shiftActivity. Required.
              [EndDateTime <DateTime?>]: The end date and time for the shiftActivity. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Required.
              [IsPaid <Boolean?>]: Indicates whether the microsoft.graph.user should be paid for the activity during their shift. Required.
              [StartDateTime <DateTime?>]: The start date and time for the shiftActivity. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Required.
              [Theme <String>]: scheduleEntityTheme
            [DisplayName <String>]: The shift label of the shiftItem.
            [Notes <String>]: The shift notes for the shiftItem.
            [EndDateTime <DateTime?>]:
            [StartDateTime <DateTime?>]:
            [Theme <String>]: scheduleEntityTheme
            [OpenSlotCount <Int32?>]: Count of the number of slots for the given open shift.
          [SchedulingGroupId <String>]: ID for the scheduling group that the open shift belongs to.
          [SharedOpenShift <IMicrosoftGraphOpenShiftItem>]: openShiftItem
        [OpenShiftsEnabled <Boolean?>]: Indicates whether open shifts are enabled for the schedule.
        [ProvisionStatus <String>]: operationStatus
        [ProvisionStatusCode <String>]: Additional information about why schedule provisioning failed.
        [SchedulingGroups <IMicrosoftGraphSchedulingGroup[]>]: The logical grouping of users in the schedule (usually by role).
          [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
          [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [Id <String>]: Read-only.
          [DisplayName <String>]: The display name for the schedulingGroup. Required.
          [IsActive <Boolean?>]: Indicates whether the schedulingGroup can be used when creating new entities or updating existing ones. Required.
          [UserIds <String[]>]: The list of user IDs that are a member of the schedulingGroup. Required.
        [Shifts <IMicrosoftGraphShift[]>]: The shifts in the schedule.
          [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
          [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [Id <String>]: Read-only.
          [DraftShift <IMicrosoftGraphShiftItem>]: shiftItem
            [(Any) <Object>]: This indicates any property can be added to this object.
            [EndDateTime <DateTime?>]:
            [StartDateTime <DateTime?>]:
            [Theme <String>]: scheduleEntityTheme
            [Activities <IMicrosoftGraphShiftActivity[]>]: An incremental part of a shift which can cover details of when and where an employee is during their shift. For example, an assignment or a scheduled break or lunch. Required.
            [DisplayName <String>]: The shift label of the shiftItem.
            [Notes <String>]: The shift notes for the shiftItem.
          [SchedulingGroupId <String>]: ID of the scheduling group the shift is part of. Required.
          [SharedShift <IMicrosoftGraphShiftItem>]: shiftItem
          [UserId <String>]: ID of the user assigned to the shift. Required.
        [SwapShiftsChangeRequests <IMicrosoftGraphSwapShiftsChangeRequest[]>]:
          [RecipientActionDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [RecipientActionMessage <String>]: Custom message sent by recipient of the offer shift request.
          [RecipientUserId <String>]: User ID of the recipient of the offer shift request.
          [SenderShiftId <String>]: User ID of the sender of the offer shift request.
          [AssignedTo <String>]: scheduleChangeRequestActor
          [ManagerActionDateTime <DateTime?>]:
          [ManagerActionMessage <String>]:
          [ManagerUserId <String>]:
          [SenderDateTime <DateTime?>]:
          [SenderMessage <String>]:
          [SenderUserId <String>]:
          [State <String>]: scheduleChangeState
          [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
          [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [Id <String>]: Read-only.
          [RecipientShiftId <String>]: ShiftId for the recipient user with whom the request is to swap.
        [SwapShiftsRequestsEnabled <Boolean?>]: Indicates whether swap shifts requests are enabled for the schedule.
        [TimeClockEnabled <Boolean?>]: Indicates whether time clock is enabled for the schedule.
        [TimeOffReasons <IMicrosoftGraphTimeOffReason[]>]: The set of reasons for a time off in the schedule.
          [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
          [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [Id <String>]: Read-only.
          [DisplayName <String>]: The name of the timeOffReason. Required.
          [IconType <String>]: timeOffReasonIconType
          [IsActive <Boolean?>]: Indicates whether the timeOffReason can be used when creating new entities or updating existing ones. Required.
        [TimeOffRequests <IMicrosoftGraphTimeOffRequest[]>]:
          [AssignedTo <String>]: scheduleChangeRequestActor
          [ManagerActionDateTime <DateTime?>]:
          [ManagerActionMessage <String>]:
          [ManagerUserId <String>]:
          [SenderDateTime <DateTime?>]:
          [SenderMessage <String>]:
          [SenderUserId <String>]:
          [State <String>]: scheduleChangeState
          [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
          [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [Id <String>]: Read-only.
          [EndDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [StartDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [TimeOffReasonId <String>]: The reason for the time off.
        [TimeOffRequestsEnabled <Boolean?>]: Indicates whether time off requests are enabled for the schedule.
        [TimeZone <String>]: Indicates the time zone of the schedule team using tz database format. Required.
        [TimesOff <IMicrosoftGraphTimeOff[]>]: The instances of times off in the schedule.
          [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
          [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [Id <String>]: Read-only.
          [DraftTimeOff <IMicrosoftGraphTimeOffItem>]: timeOffItem
            [(Any) <Object>]: This indicates any property can be added to this object.
            [EndDateTime <DateTime?>]:
            [StartDateTime <DateTime?>]:
            [Theme <String>]: scheduleEntityTheme
            [TimeOffReasonId <String>]: ID of the timeOffReason for this timeOffItem. Required.
          [SharedTimeOff <IMicrosoftGraphTimeOffItem>]: timeOffItem
          [UserId <String>]: ID of the user assigned to the timeOff. Required.
        [WorkforceIntegrationIds <String[]>]:
      [Specialization <String>]: teamSpecialization
      [Template <IMicrosoftGraphTeamsTemplate>]: teamsTemplate
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Id <String>]: Read-only.
      [Visibility <String>]: teamVisibilityType
      [WebUrl <String>]: A hyperlink that will go to the team in the Microsoft Teams client. This is the URL that you get when you right-click a team in the Microsoft Teams client and select Get link to team. This URL should be treated as an opaque blob, and not parsed.
    [LastPasswordChangeDateTime <DateTime?>]: The time when this Azure AD user last changed their password. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
    [LegalAgeGroupClassification <String>]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information.)
    [LicenseAssignmentStates <IMicrosoftGraphLicenseAssignmentState[]>]: State of license assignments for this user. Read-only.
      [AssignedByGroup <String>]:
      [DisabledPlans <String[]>]:
      [Error <String>]:
      [SkuId <String>]:
      [State <String>]:
    [LicenseDetails <IMicrosoftGraphLicenseDetails[]>]: A collection of this user's license details. Read-only.
      [Id <String>]: Read-only.
      [ServicePlans <IMicrosoftGraphServicePlanInfo[]>]: Information about the service plans assigned with the license. Read-only, Not nullable
        [AppliesTo <String>]: The object the service plan can be assigned to. Possible values:'User' - service plan can be assigned to individual users.'Company' - service plan can be assigned to the entire tenant.
        [ProvisioningStatus <String>]: The provisioning status of the service plan. Possible values:'Success' - Service is fully provisioned.'Disabled' - Service has been disabled.'PendingInput' - Service is not yet provisioned; awaiting service confirmation.'PendingActivation' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan)'PendingProvisioning' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.
        [ServicePlanId <String>]: The unique identifier of the service plan.
        [ServicePlanName <String>]: The name of the service plan.
      [SkuId <String>]: Unique identifier (GUID) for the service SKU. Equal to the skuId property on the related SubscribedSku object. Read-only
      [SkuPartNumber <String>]: Unique SKU display name. Equal to the skuPartNumber on the related SubscribedSku object; for example: 'AAD_Premium'. Read-only
    [Mail <String>]: The SMTP address for the user, for example, 'jeff@contoso.onmicrosoft.com'. Read-Only. Supports $filter.
    [MailFolders <IMicrosoftGraphMailFolder[]>]: The user's mail folders. Read-only. Nullable.
      [Id <String>]: Read-only.
      [ChildFolderCount <Int32?>]: The number of immediate child mailFolders in the current mailFolder.
      [ChildFolders <IMicrosoftGraphMailFolder[]>]: The collection of child folders in the mailFolder.
      [DisplayName <String>]: The mailFolder's display name.
      [MessageRules <IMicrosoftGraphMessageRule[]>]: The collection of rules that apply to the user's Inbox folder.
        [Id <String>]: Read-only.
        [Actions <IMicrosoftGraphMessageRuleActions>]: messageRuleActions
          [(Any) <Object>]: This indicates any property can be added to this object.
          [AssignCategories <String[]>]: A list of categories to be assigned to a message.
          [CopyToFolder <String>]: The ID of a folder that a message is to be copied to.
          [Delete <Boolean?>]: Indicates whether a message should be moved to the Deleted Items folder.
          [ForwardAsAttachmentTo <IMicrosoftGraphRecipient[]>]: The email addresses of the recipients to which a message should be forwarded as an attachment.
          [ForwardTo <IMicrosoftGraphRecipient[]>]: The email addresses of the recipients to which a message should be forwarded.
          [MarkAsRead <Boolean?>]: Indicates whether a message should be marked as read.
          [MarkImportance <String>]: importance
          [MoveToFolder <String>]: The ID of the folder that a message will be moved to.
          [PermanentDelete <Boolean?>]: Indicates whether a message should be permanently deleted and not saved to the Deleted Items folder.
          [RedirectTo <IMicrosoftGraphRecipient[]>]: The email addresses to which a message should be redirected.
          [StopProcessingRules <Boolean?>]: Indicates whether subsequent rules should be evaluated.
        [Conditions <IMicrosoftGraphMessageRulePredicates>]: messageRulePredicates
          [(Any) <Object>]: This indicates any property can be added to this object.
          [BodyContains <String[]>]: Represents the strings that should appear in the body of an incoming message in order for the condition or exception to apply.
          [BodyOrSubjectContains <String[]>]: Represents the strings that should appear in the body or subject of an incoming message in order for the condition or exception to apply.
          [Categories <String[]>]: Represents the categories that an incoming message should be labeled with in order for the condition or exception to apply.
          [FromAddresses <IMicrosoftGraphRecipient[]>]: Represents the specific sender email addresses of an incoming message in order for the condition or exception to apply.
          [HasAttachments <Boolean?>]: Indicates whether an incoming message must have attachments in order for the condition or exception to apply.
          [HeaderContains <String[]>]: Represents the strings that appear in the headers of an incoming message in order for the condition or exception to apply.
          [Importance <String>]: importance
          [IsApprovalRequest <Boolean?>]: Indicates whether an incoming message must be an approval request in order for the condition or exception to apply.
          [IsAutomaticForward <Boolean?>]: Indicates whether an incoming message must be automatically forwarded in order for the condition or exception to apply.
          [IsAutomaticReply <Boolean?>]: Indicates whether an incoming message must be an auto reply in order for the condition or exception to apply.
          [IsEncrypted <Boolean?>]: Indicates whether an incoming message must be encrypted in order for the condition or exception to apply.
          [IsMeetingRequest <Boolean?>]: Indicates whether an incoming message must be a meeting request in order for the condition or exception to apply.
          [IsMeetingResponse <Boolean?>]: Indicates whether an incoming message must be a meeting response in order for the condition or exception to apply.
          [IsNonDeliveryReport <Boolean?>]: Indicates whether an incoming message must be a non-delivery report in order for the condition or exception to apply.
          [IsPermissionControlled <Boolean?>]: Indicates whether an incoming message must be permission controlled (RMS-protected) in order for the condition or exception to apply.
          [IsReadReceipt <Boolean?>]: Indicates whether an incoming message must be a read receipt in order for the condition or exception to apply.
          [IsSigned <Boolean?>]: Indicates whether an incoming message must be S/MIME-signed in order for the condition or exception to apply.
          [IsVoicemail <Boolean?>]: Indicates whether an incoming message must be a voice mail in order for the condition or exception to apply.
          [MessageActionFlag <String>]: messageActionFlag
          [NotSentToMe <Boolean?>]: Indicates whether the owner of the mailbox must not be a recipient of an incoming message in order for the condition or exception to apply.
          [RecipientContains <String[]>]: Represents the strings that appear in either the toRecipients or ccRecipients properties of an incoming message in order for the condition or exception to apply.
          [SenderContains <String[]>]: Represents the strings that appear in the from property of an incoming message in order for the condition or exception to apply.
          [Sensitivity <String>]: sensitivity
          [SentCcMe <Boolean?>]: Indicates whether the owner of the mailbox must be in the ccRecipients property of an incoming message in order for the condition or exception to apply.
          [SentOnlyToMe <Boolean?>]: Indicates whether the owner of the mailbox must be the only recipient in an incoming message in order for the condition or exception to apply.
          [SentToAddresses <IMicrosoftGraphRecipient[]>]: Represents the email addresses that an incoming message must have been sent to in order for the condition or exception to apply.
          [SentToMe <Boolean?>]: Indicates whether the owner of the mailbox must be in the toRecipients property of an incoming message in order for the condition or exception to apply.
          [SentToOrCcMe <Boolean?>]: Indicates whether the owner of the mailbox must be in either a toRecipients or ccRecipients property of an incoming message in order for the condition or exception to apply.
          [SubjectContains <String[]>]: Represents the strings that appear in the subject of an incoming message in order for the condition or exception to apply.
          [WithinSizeRange <IMicrosoftGraphSizeRange>]: sizeRange
            [(Any) <Object>]: This indicates any property can be added to this object.
            [MaximumSize <Int32?>]: The maximum size (in kilobytes) that an incoming message must have in order for a condition or exception to apply.
            [MinimumSize <Int32?>]: The minimum size (in kilobytes) that an incoming message must have in order for a condition or exception to apply.
        [DisplayName <String>]: The display name of the rule.
        [Exceptions <IMicrosoftGraphMessageRulePredicates>]: messageRulePredicates
        [HasError <Boolean?>]: Indicates whether the rule is in an error condition. Read-only.
        [IsEnabled <Boolean?>]: Indicates whether the rule is enabled to be applied to messages.
        [IsReadOnly <Boolean?>]: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API.
        [Sequence <Int32?>]: Indicates the order in which the rule is executed, among other rules.
      [Messages <IMicrosoftGraphMessage[]>]: The collection of messages in the mailFolder.
        [Categories <String[]>]: The categories associated with the item
        [ChangeKey <String>]: Identifies the version of the item. Every time the item is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.
        [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [Id <String>]: Read-only.
        [Attachments <IMicrosoftGraphAttachment[]>]: The fileAttachment and itemAttachment attachments for the message.
        [BccRecipients <IMicrosoftGraphRecipient[]>]: The Bcc: recipients for the message.
        [Body <IMicrosoftGraphItemBody>]: itemBody
        [BodyPreview <String>]: The first 255 characters of the message body. It is in text format.
        [CcRecipients <IMicrosoftGraphRecipient[]>]: The Cc: recipients for the message.
        [ConversationId <String>]: The ID of the conversation the email belongs to.
        [ConversationIndex <Byte[]>]: Indicates the position of the message within the conversation.
        [Extensions <IMicrosoftGraphExtension[]>]: The collection of open extensions defined for the message. Nullable.
        [Flag <IMicrosoftGraphFollowupFlag>]: followupFlag
          [(Any) <Object>]: This indicates any property can be added to this object.
          [CompletedDateTime <IMicrosoftGraphDateTimeZone>]: dateTimeTimeZone
          [DueDateTime <IMicrosoftGraphDateTimeZone>]: dateTimeTimeZone
          [FlagStatus <String>]: followupFlagStatus
          [StartDateTime <IMicrosoftGraphDateTimeZone>]: dateTimeTimeZone
        [From <IMicrosoftGraphRecipient>]: recipient
        [HasAttachments <Boolean?>]: Indicates whether the message has attachments. This property doesn't include inline attachments, so if a message contains only inline attachments, this property is false. To verify the existence of inline attachments, parse the body property to look for a src attribute, such as <IMG src='cid:image001.jpg@01D26CD8.6C05F070'>.
        [Importance <String>]: importance
        [InferenceClassification <String>]: inferenceClassificationType
        [InternetMessageHeaders <IMicrosoftGraphInternetMessageHeader[]>]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. Returned only on applying a $select query option. Read-only.
          [Name <String>]: Represents the key in a key-value pair.
          [Value <String>]: The value in a key-value pair.
        [InternetMessageId <String>]: The message ID in the format specified by RFC2822.
        [IsDeliveryReceiptRequested <Boolean?>]: Indicates whether a read receipt is requested for the message.
        [IsDraft <Boolean?>]: Indicates whether the message is a draft. A message is a draft if it hasn't been sent yet.
        [IsRead <Boolean?>]: Indicates whether the message has been read.
        [IsReadReceiptRequested <Boolean?>]: Indicates whether a read receipt is requested for the message.
        [MultiValueExtendedProperties <IMicrosoftGraphMultiValueLegacyExtendedProperty[]>]: The collection of multi-value extended properties defined for the message. Nullable.
        [ParentFolderId <String>]: The unique identifier for the message's parent mailFolder.
        [ReceivedDateTime <DateTime?>]: The date and time the message was received.
        [ReplyTo <IMicrosoftGraphRecipient[]>]: The email addresses to use when replying.
        [Sender <IMicrosoftGraphRecipient>]: recipient
        [SentDateTime <DateTime?>]: The date and time the message was sent.
        [SingleValueExtendedProperties <IMicrosoftGraphSingleValueLegacyExtendedProperty[]>]: The collection of single-value extended properties defined for the message. Nullable.
        [Subject <String>]: The subject of the message.
        [ToRecipients <IMicrosoftGraphRecipient[]>]: The To: recipients for the message.
        [UniqueBody <IMicrosoftGraphItemBody>]: itemBody
        [WebLink <String>]: The URL to open the message in Outlook Web App.You can append an ispopout argument to the end of the URL to change how the message is displayed. If ispopout is not present or if it is set to 1, then the message is shown in a popout window. If ispopout is set to 0, then the browser will show the message in the Outlook Web App review pane.The message will open in the browser if you are logged in to your mailbox via Outlook Web App. You will be prompted to login if you are not already logged in with the browser.This URL can be accessed from within an iFrame.
      [MultiValueExtendedProperties <IMicrosoftGraphMultiValueLegacyExtendedProperty[]>]: The collection of multi-value extended properties defined for the mailFolder. Read-only. Nullable.
      [ParentFolderId <String>]: The unique identifier for the mailFolder's parent mailFolder.
      [SingleValueExtendedProperties <IMicrosoftGraphSingleValueLegacyExtendedProperty[]>]: The collection of single-value extended properties defined for the mailFolder. Read-only. Nullable.
      [TotalItemCount <Int32?>]: The number of items in the mailFolder.
      [UnreadItemCount <Int32?>]: The number of items in the mailFolder marked as unread.
    [MailNickname <String>]: The mail alias for the user. This property must be specified when a user is created. Supports $filter.
    [MailboxSettings <IMicrosoftGraphMailboxSettings>]: mailboxSettings
      [(Any) <Object>]: This indicates any property can be added to this object.
      [ArchiveFolder <String>]: Folder ID of an archive folder for the user.
      [AutomaticRepliesSetting <IMicrosoftGraphAutomaticRepliesSetting>]: automaticRepliesSetting
        [(Any) <Object>]: This indicates any property can be added to this object.
        [ExternalAudience <String>]: externalAudienceScope
        [ExternalReplyMessage <String>]: The automatic reply to send to the specified external audience, if Status is AlwaysEnabled or Scheduled.
        [InternalReplyMessage <String>]: The automatic reply to send to the audience internal to the signed-in user's organization, if Status is AlwaysEnabled or Scheduled.
        [ScheduledEndDateTime <IMicrosoftGraphDateTimeZone>]: dateTimeTimeZone
        [ScheduledStartDateTime <IMicrosoftGraphDateTimeZone>]: dateTimeTimeZone
        [Status <String>]: automaticRepliesStatus
      [DateFormat <String>]: The date format for the user's mailbox.
      [DelegateMeetingMessageDeliveryOptions <String>]: delegateMeetingMessageDeliveryOptions
      [Language <IMicrosoftGraphLocaleInfo>]: localeInfo
        [(Any) <Object>]: This indicates any property can be added to this object.
        [DisplayName <String>]: A name representing the user's locale in natural language, for example, 'English (United States)'.
        [Locale <String>]: A locale representation for the user, which includes the user's preferred language and country/region. For example, 'en-us'. The language component follows 2-letter codes as defined in ISO 639-1, and the country component follows 2-letter codes as defined in ISO 3166-1 alpha-2.
      [TimeFormat <String>]: The time format for the user's mailbox.
      [TimeZone <String>]: The default time zone for the user's mailbox.
      [WorkingHours <IMicrosoftGraphWorkingHours>]: workingHours
        [(Any) <Object>]: This indicates any property can be added to this object.
        [DaysOfWeek <String[]>]: The days of the week on which the user works.
        [EndTime <String>]: The time of the day that the user stops working.
        [StartTime <String>]: The time of the day that the user starts working.
        [TimeZone <IMicrosoftGraphTimeZoneBase>]: timeZoneBase
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Name <String>]: The name of a time zone. It can be a standard time zone name such as 'Hawaii-Aleutian Standard Time', or 'Customized Time Zone' for a custom time zone.
    [ManagedAppRegistrations <IMicrosoftGraphManagedAppRegistration[]>]: Zero or more managed app registrations that belong to the user.
      [Id <String>]: Read-only.
      [AppIdentifier <IMicrosoftGraphMobileAppIdentifier>]: The identifier for a mobile app.
        [(Any) <Object>]: This indicates any property can be added to this object.
      [ApplicationVersion <String>]: App version
      [AppliedPolicies <IMicrosoftGraphManagedAppPolicy[]>]: Zero or more policys already applied on the registered app when it last synchronized with managment service.
        [Id <String>]: Read-only.
        [CreatedDateTime <DateTime?>]: The date and time the policy was created.
        [Description <String>]: The policy's description.
        [DisplayName <String>]: Policy display name.
        [LastModifiedDateTime <DateTime?>]: Last time the policy was modified.
        [Version <String>]: Version of the entity.
      [CreatedDateTime <DateTime?>]: Date and time of creation
      [DeviceName <String>]: Host device name
      [DeviceTag <String>]: App management SDK generated tag, which helps relate apps hosted on the same device. Not guaranteed to relate apps in all conditions.
      [DeviceType <String>]: Host device type
      [FlaggedReasons <String[]>]: Zero or more reasons an app registration is flagged. E.g. app running on rooted device
      [IntendedPolicies <IMicrosoftGraphManagedAppPolicy[]>]: Zero or more policies admin intended for the app as of now.
      [LastSyncDateTime <DateTime?>]: Date and time of last the app synced with management service.
      [ManagementSdkVersion <String>]: App management SDK version
      [Operations <IMicrosoftGraphManagedAppOperation[]>]: Zero or more long running operations triggered on the app registration.
        [Id <String>]: Read-only.
        [DisplayName <String>]: The operation name.
        [LastModifiedDateTime <DateTime?>]: The last time the app operation was modified.
        [State <String>]: The current state of the operation
        [Version <String>]: Version of the entity.
      [PlatformVersion <String>]: Operating System version
      [UserId <String>]: The user Id to who this app registration belongs.
      [Version <String>]: Version of the entity.
    [ManagedDevices <IMicrosoftGraphManagedDevice[]>]: The managed devices associated with the user.
      [Id <String>]: Read-only.
      [ActivationLockBypassCode <String>]: Code that allows the Activation Lock on a device to be bypassed.
      [AndroidSecurityPatchLevel <String>]: Android security patch level
      [AzureAdDeviceId <String>]: The unique identifier for the Azure Active Directory device. Read only.
      [AzureAdRegistered <Boolean?>]: Whether the device is Azure Active Directory registered.
      [ComplianceGracePeriodExpirationDateTime <DateTime?>]: The DateTime when device compliance grace period expires
      [ComplianceState <String>]: complianceState
      [ConfigurationManagerClientEnabledFeatures <IMicrosoftGraphConfigurationManagerClientEnabledFeatures>]: configuration Manager client enabled features
        [(Any) <Object>]: This indicates any property can be added to this object.
        [CompliancePolicy <Boolean?>]: Whether compliance policy is managed by Intune
        [DeviceConfiguration <Boolean?>]: Whether device configuration is managed by Intune
        [Inventory <Boolean?>]: Whether inventory is managed by Intune
        [ModernApps <Boolean?>]: Whether modern application is managed by Intune
        [ResourceAccess <Boolean?>]: Whether resource access is managed by Intune
        [WindowsUpdateForBusiness <Boolean?>]: Whether Windows Update for Business is managed by Intune
      [DeviceActionResults <IMicrosoftGraphDeviceActionResult[]>]: List of ComplexType deviceActionResult objects.
        [ActionName <String>]: Action name
        [ActionState <String>]: actionState
        [LastUpdatedDateTime <DateTime?>]: Time the action state was last updated
        [StartDateTime <DateTime?>]: Time the action was initiated
      [DeviceCategory <IMicrosoftGraphDeviceCategory>]: Device categories provides a way to organize your devices. Using device categories, company administrators can define their own categories that make sense to their company.??These categories can then be applied to a device in the Intune Azure console or selected by a user during device enrollment. You can filter reports and create dynamic Azure Active Directory device groups based on device categories.
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Id <String>]: Read-only.
        [Description <String>]: Optional description for the device category.
        [DisplayName <String>]: Display name for the device category.
      [DeviceCategoryDisplayName <String>]: Device category display name
      [DeviceCompliancePolicyStates <IMicrosoftGraphDeviceCompliancePolicyState[]>]: Device compliance policy states for this device.
        [Id <String>]: Read-only.
        [DisplayName <String>]: The name of the policy for this policyBase
        [PlatformType <String>]:
        [SettingCount <Int32?>]: Count of how many setting a policy holds
        [SettingStates <IMicrosoftGraphDeviceCompliancePolicySettingState[]>]:
          [CurrentValue <String>]: Current value of setting on device
          [ErrorCode <Int64?>]: Error code for the setting
          [ErrorDescription <String>]: Error description
          [InstanceDisplayName <String>]: Name of setting instance that is being reported.
          [Setting <String>]: The setting that is being reported
          [SettingName <String>]: Localized/user friendly setting name that is being reported
          [Sources <IMicrosoftGraphSettingSource[]>]: Contributing policies
            [DisplayName <String>]: Not yet documented
            [Id <String>]: Not yet documented
          [State <String>]: complianceStatus
          [UserEmail <String>]: UserEmail
          [UserId <String>]: UserId
          [UserName <String>]: UserName
          [UserPrincipalName <String>]: UserPrincipalName.
        [State <String>]: complianceStatus
        [Version <Int32?>]: The version of the policy
      [DeviceConfigurationStates <IMicrosoftGraphDeviceConfigurationState[]>]: Device configuration states for this device.
        [Id <String>]: Read-only.
        [DisplayName <String>]: The name of the policy for this policyBase
        [PlatformType <String>]:
        [SettingCount <Int32?>]: Count of how many setting a policy holds
        [SettingStates <IMicrosoftGraphDeviceConfigurationSettingState[]>]:
          [CurrentValue <String>]: Current value of setting on device
          [ErrorCode <Int64?>]: Error code for the setting
          [ErrorDescription <String>]: Error description
          [InstanceDisplayName <String>]: Name of setting instance that is being reported.
          [Setting <String>]: The setting that is being reported
          [SettingName <String>]: Localized/user friendly setting name that is being reported
          [Sources <IMicrosoftGraphSettingSource[]>]: Contributing policies
          [State <String>]: complianceStatus
          [UserEmail <String>]: UserEmail
          [UserId <String>]: UserId
          [UserName <String>]: UserName
          [UserPrincipalName <String>]: UserPrincipalName.
        [State <String>]: complianceStatus
        [Version <Int32?>]: The version of the policy
      [DeviceEnrollmentType <String>]:
      [DeviceHealthAttestationState <IMicrosoftGraphDeviceHealthAttestationState>]: deviceHealthAttestationState
        [(Any) <Object>]: This indicates any property can be added to this object.
        [AttestationIdentityKey <String>]: TWhen an Attestation Identity Key (AIK) is present on a device, it indicates that the device has an endorsement key (EK) certificate.
        [BitLockerStatus <String>]: On or Off of BitLocker Drive Encryption
        [BootAppSecurityVersion <String>]: The security version number of the Boot Application
        [BootDebugging <String>]: When bootDebugging is enabled, the device is used in development and testing
        [BootManagerSecurityVersion <String>]: The security version number of the Boot Application
        [BootManagerVersion <String>]: The version of the Boot Manager
        [BootRevisionListInfo <String>]: The Boot Revision List that was loaded during initial boot on the attested device
        [CodeIntegrity <String>]: When code integrity is enabled, code execution is restricted to integrity verified code
        [CodeIntegrityCheckVersion <String>]: The version of the Boot Manager
        [CodeIntegrityPolicy <String>]: The Code Integrity policy that is controlling the security of the boot environment
        [ContentNamespaceUrl <String>]: The DHA report version. (Namespace version)
        [ContentVersion <String>]: The HealthAttestation state schema version
        [DataExcutionPolicy <String>]: DEP Policy defines a set of hardware and software technologies that perform additional checks on memory
        [DeviceHealthAttestationStatus <String>]: The DHA report version. (Namespace version)
        [EarlyLaunchAntiMalwareDriverProtection <String>]: ELAM provides protection for the computers in your network when they start up
        [HealthAttestationSupportedStatus <String>]: This attribute indicates if DHA is supported for the device
        [HealthStatusMismatchInfo <String>]: This attribute appears if DHA-Service detects an integrity issue
        [IssuedDateTime <DateTime?>]: The DateTime when device was evaluated or issued to MDM
        [LastUpdateDateTime <String>]: The Timestamp of the last update.
        [OperatingSystemKernelDebugging <String>]: When operatingSystemKernelDebugging is enabled, the device is used in development and testing
        [OperatingSystemRevListInfo <String>]: The Operating System Revision List that was loaded during initial boot on the attested device
        [Pcr0 <String>]: The measurement that is captured in PCR[0]
        [PcrHashAlgorithm <String>]: Informational attribute that identifies the HASH algorithm that was used by TPM
        [ResetCount <Int64?>]: The number of times a PC device has hibernated or resumed
        [RestartCount <Int64?>]: The number of times a PC device has rebooted
        [SafeMode <String>]: Safe mode is a troubleshooting option for Windows that starts your computer in a limited state
        [SecureBoot <String>]: When Secure Boot is enabled, the core components must have the correct cryptographic signatures
        [SecureBootConfigurationPolicyFingerPrint <String>]: Fingerprint of the Custom Secure Boot Configuration Policy
        [TestSigning <String>]: When test signing is allowed, the device does not enforce signature validation during boot
        [TpmVersion <String>]: The security version number of the Boot Application
        [VirtualSecureMode <String>]: VSM is a container that protects high value assets from a compromised kernel
        [WindowsPe <String>]: Operating system running with limited services that is used to prepare a computer for Windows
      [DeviceName <String>]: Name of the device
      [DeviceRegistrationState <String>]: deviceRegistrationState
      [EasActivated <Boolean?>]: Whether the device is Exchange ActiveSync activated.
      [EasActivationDateTime <DateTime?>]: Exchange ActivationSync activation time of the device.
      [EasDeviceId <String>]: Exchange ActiveSync Id of the device.
      [EmailAddress <String>]: Email(s) for the user associated with the device
      [EnrolledDateTime <DateTime?>]: Enrollment time of the device.
      [ExchangeAccessState <String>]: deviceManagementExchangeAccessState
      [ExchangeAccessStateReason <String>]: deviceManagementExchangeAccessStateReason
      [ExchangeLastSuccessfulSyncDateTime <DateTime?>]: Last time the device contacted Exchange.
      [FreeStorageSpaceInBytes <Int64?>]: Free Storage in Bytes
      [Imei <String>]: IMEI
      [IsEncrypted <Boolean?>]: Device encryption status
      [IsSupervised <Boolean?>]: Device supervised status
      [JailBroken <String>]: whether the device is jail broken or rooted.
      [LastSyncDateTime <DateTime?>]: The date and time that the device last completed a successful sync with Intune.
      [ManagedDeviceName <String>]: Automatically generated name to identify a device. Can be overwritten to a user friendly name.
      [ManagedDeviceOwnerType <String>]: managedDeviceOwnerType
      [ManagementAgent <String>]:
      [Manufacturer <String>]: Manufacturer of the device
      [Meid <String>]: MEID
      [Model <String>]: Model of the device
      [OSVersion <String>]: Operating system version of the device.
      [OperatingSystem <String>]: Operating system of the device. Windows, iOS, etc.
      [PartnerReportedThreatState <String>]: managedDevicePartnerReportedHealthState
      [PhoneNumber <String>]: Phone number of the device
      [RemoteAssistanceSessionErrorDetails <String>]: An error string that identifies issues when creating Remote Assistance session objects.
      [RemoteAssistanceSessionUrl <String>]: Url that allows a Remote Assistance session to be established with the device.
      [SerialNumber <String>]: SerialNumber
      [SubscriberCarrier <String>]: Subscriber Carrier
      [TotalStorageSpaceInBytes <Int64?>]: Total Storage in Bytes
      [UserDisplayName <String>]: User display name
      [UserId <String>]: Unique Identifier for the user associated with the device
      [UserPrincipalName <String>]: Device user principal name
      [WiFiMacAddress <String>]: Wi-Fi MAC
    [Manager <IMicrosoftGraphDirectoryObject>]: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types.
    [MemberOf <IMicrosoftGraphDirectoryObject[]>]: The groups and directory roles that the user is a member of. Read-only. Nullable.
    [Messages <IMicrosoftGraphMessage[]>]: The messages in a mailbox or folder. Read-only. Nullable.
    [MobilePhone <String>]: The primary cellular telephone number for the user.
    [MySite <String>]: The URL for the user's personal site.
    [Oauth2PermissionGrants <IMicrosoftGraphOAuth2PermissionGrant[]>]:
      [Id <String>]: Read-only.
      [ClientId <String>]: The id of the client service principal for the application which is authorized to act on behalf of a signed-in user when accessing an API. Required. Supports $filter (eq only).
      [ConsentType <String>]: Indicates if authorization is granted for the client application to impersonate all users or only a specific user. AllPrincipals indicates authorization to impersonate all users. Principal indicates authorization to impersonate a specific user. Consent on behalf of all users can be granted by an administrator. Non-admin users may be authorized to consent on behalf of themselves in some cases, for some delegated permissions. Required. Supports $filter (eq only).
      [PrincipalId <String>]: The id of the user on behalf of whom the client is authorized to access the resource, when consentType is Principal. If consentType is AllPrincipals this value is null. Required when consentType is Principal.
      [ResourceId <String>]: The id of the resource service principal to which access is authorized. This identifies the API which the client is authorized to attempt to call on behalf of a signed-in user.
      [Scope <String>]: A space-separated list of the claim values for delegated permissions which should be included in access tokens for the resource application (the API). For example, openid User.Read GroupMember.Read.All. Each claim value should match the value field of one of the delegated permissions defined by the API, listed in the publishedPermissionScopes property of the resource service principal.
    [OfficeLocation <String>]: The office location in the user's place of business.
    [OnPremisesDistinguishedName <String>]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only.
    [OnPremisesDomainName <String>]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only.
    [OnPremisesExtensionAttributes <IMicrosoftGraphOnPremisesExtensionAttributes>]: onPremisesExtensionAttributes
      [(Any) <Object>]: This indicates any property can be added to this object.
      [ExtensionAttribute1 <String>]: First customizable extension attribute.
      [ExtensionAttribute10 <String>]: Tenth customizable extension attribute.
      [ExtensionAttribute11 <String>]: Eleventh customizable extension attribute.
      [ExtensionAttribute12 <String>]: Twelfth customizable extension attribute.
      [ExtensionAttribute13 <String>]: Thirteenth customizable extension attribute.
      [ExtensionAttribute14 <String>]: Fourteenth customizable extension attribute.
      [ExtensionAttribute15 <String>]: Fifteenth customizable extension attribute.
      [ExtensionAttribute2 <String>]: Second customizable extension attribute.
      [ExtensionAttribute3 <String>]: Third customizable extension attribute.
      [ExtensionAttribute4 <String>]: Fourth customizable extension attribute.
      [ExtensionAttribute5 <String>]: Fifth customizable extension attribute.
      [ExtensionAttribute6 <String>]: Sixth customizable extension attribute.
      [ExtensionAttribute7 <String>]: Seventh customizable extension attribute.
      [ExtensionAttribute8 <String>]: Eighth customizable extension attribute.
      [ExtensionAttribute9 <String>]: Ninth customizable extension attribute.
    [OnPremisesImmutableId <String>]: This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user’s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Supports $filter.
    [OnPremisesLastSyncDateTime <DateTime?>]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
    [OnPremisesProvisioningErrors <IMicrosoftGraphOnPremisesProvisioningError[]>]: Errors when using Microsoft synchronization product during provisioning.
    [OnPremisesSamAccountName <String>]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only.
    [OnPremisesSecurityIdentifier <String>]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only.
    [OnPremisesSyncEnabled <Boolean?>]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only
    [OnPremisesUserPrincipalName <String>]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only.
    [Onenote <IMicrosoftGraphOnenote>]: onenote
    [OnlineMeetings <IMicrosoftGraphOnlineMeeting[]>]:
      [Id <String>]: Read-only.
      [AudioConferencing <IMicrosoftGraphAudioConferencing>]: audioConferencing
        [(Any) <Object>]: This indicates any property can be added to this object.
        [ConferenceId <String>]:
        [DialinUrl <String>]: A URL to the externally-accessible web page that contains dial-in information.
        [TollFreeNumber <String>]: The toll-free number that connects to the Audio Conference Provider.
        [TollNumber <String>]: The toll number that connects to the Audio Conference Provider.
      [ChatInfo <IMicrosoftGraphChatInfo>]: chatInfo
        [(Any) <Object>]: This indicates any property can be added to this object.
        [MessageId <String>]: The unique identifier of a message in a Microsoft Teams channel.
        [ReplyChainMessageId <String>]: The ID of the reply message.
        [ThreadId <String>]: The unique identifier for a thread in Microsoft Teams.
      [CreationDateTime <DateTime?>]: The meeting creation time in UTC. Read-only.
      [EndDateTime <DateTime?>]: The meeting end time in UTC.
      [ExternalId <String>]:
      [JoinInformation <IMicrosoftGraphItemBody>]: itemBody
      [JoinWebUrl <String>]: The join URL of the online meeting. Read-only.
      [Participants <IMicrosoftGraphMeetingParticipants>]: meetingParticipants
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Attendees <IMicrosoftGraphMeetingParticipantInfo[]>]:
          [Identity <IMicrosoftGraphIdentitySet>]: identitySet
          [Upn <String>]: User principal name of the participant.
        [Organizer <IMicrosoftGraphMeetingParticipantInfo>]: meetingParticipantInfo
      [StartDateTime <DateTime?>]: The meeting start time in UTC.
      [Subject <String>]: The subject of the online meeting.
      [VideoTeleconferenceId <String>]: The video teleconferencing ID. Read-only.
    [OtherMails <String[]>]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Supports $filter.
    [Outlook <IMicrosoftGraphOutlookUser>]: outlookUser
      [(Any) <Object>]: This indicates any property can be added to this object.
      [Id <String>]: Read-only.
      [MasterCategories <IMicrosoftGraphOutlookCategory[]>]: A list of categories defined for the user.
        [Id <String>]: Read-only.
        [Color <String>]: categoryColor
        [DisplayName <String>]: A unique name that identifies a category in the user's mailbox. After a category is created, the name cannot be changed. Read-only.
    [OwnedDevices <IMicrosoftGraphDirectoryObject[]>]: Devices that are owned by the user. Read-only. Nullable.
    [OwnedObjects <IMicrosoftGraphDirectoryObject[]>]: Directory objects that are owned by the user. Read-only. Nullable.
    [PasswordPolicies <String>]: Specifies password policies for the user. This value is an enumeration with one possible value being 'DisableStrongPassword', which allows weaker passwords than the default policy to be specified. 'DisablePasswordExpiration' can also be specified. The two may be specified together; for example: 'DisablePasswordExpiration, DisableStrongPassword'.
    [PasswordProfile <IMicrosoftGraphPasswordProfile>]: passwordProfile
      [(Any) <Object>]: This indicates any property can be added to this object.
      [ForceChangePasswordNextSignIn <Boolean?>]: true if the user must change her password on the next login; otherwise false.
      [ForceChangePasswordNextSignInWithMfa <Boolean?>]: If true, at next sign-in, the user must perform a multi-factor authentication (MFA) before being forced to change their password. The behavior is identical to forceChangePasswordNextSignIn except that the user is required to first perform a multi-factor authentication before password change. After a password change, this property will be automatically reset to false. If not set, default is false.
      [Password <String>]: The password for the user. This property is required when a user is created. It can be updated, but the user will be required to change the password on the next login. The password must satisfy minimum requirements as specified by the user’s passwordPolicies property. By default, a strong password is required.
    [PastProjects <String[]>]: A list for the user to enumerate their past projects.
    [People <IMicrosoftGraphPerson[]>]: People that are relevant to the user. Read-only. Nullable.
      [Id <String>]: Read-only.
      [Birthday <String>]: The person's birthday.
      [CompanyName <String>]: The name of the person's company.
      [Department <String>]: The person's department.
      [DisplayName <String>]: The person's display name.
      [GivenName <String>]: The person's given name.
      [ImAddress <String>]: The instant message voice over IP (VOIP) session initiation protocol (SIP) address for the user. Read-only.
      [IsFavorite <Boolean?>]: true if the user has flagged this person as a favorite.
      [JobTitle <String>]: The person's job title.
      [OfficeLocation <String>]: The location of the person's office.
      [PersonNotes <String>]: Free-form notes that the user has taken about this person.
      [PersonType <IMicrosoftGraphPersonType>]: personType
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Class <String>]: The type of data source, such as Person.
        [Subclass <String>]: The secondary type of data source, such as OrganizationUser.
      [Phones <IMicrosoftGraphPhone[]>]: The person's phone numbers.
      [PostalAddresses <IMicrosoftGraphLocation[]>]: The person's addresses.
      [Profession <String>]: The person's profession.
      [ScoredEmailAddresses <IMicrosoftGraphScoredEmailAddress[]>]: The person's email addresses.
        [Address <String>]: The email address.
        [ItemId <String>]:
        [RelevanceScore <Double?>]: The relevance score of the email address. A relevance score is used as a sort key, in relation to the other returned results. A higher relevance score value corresponds to a more relevant result. Relevance is determined by the user’s communication and collaboration patterns and business relationships.
        [SelectionLikelihood <String>]: selectionLikelihoodInfo
      [Surname <String>]: The person's surname.
      [UserPrincipalName <String>]: The user principal name (UPN) of the person. The UPN is an Internet-style login name for the person based on the Internet standard RFC 822. By convention, this should map to the person's email name. The general format is alias@domain.
      [Websites <IMicrosoftGraphWebsite[]>]: The person's websites.
        [Address <String>]: The URL of the website.
        [DisplayName <String>]: The display name of the web site.
        [Type <String>]: websiteType
      [YomiCompany <String>]: The phonetic Japanese name of the person's company.
    [Photo <IMicrosoftGraphProfilePhoto>]: profilePhoto
    [Photos <IMicrosoftGraphProfilePhoto[]>]:
    [Planner <IMicrosoftGraphPlannerUser>]: plannerUser
      [(Any) <Object>]: This indicates any property can be added to this object.
      [Id <String>]: Read-only.
      [Plans <IMicrosoftGraphPlannerPlan[]>]: Read-only. Nullable. Returns the plannerTasks assigned to the user.
      [Tasks <IMicrosoftGraphPlannerTask[]>]: Read-only. Nullable. Returns the plannerPlans shared with the user.
    [PostalCode <String>]: The postal code for the user's postal address. The postal code is specific to the user's country/region. In the United States of America, this attribute contains the ZIP code.
    [PreferredLanguage <String>]: The preferred language for the user. Should follow ISO 639-1 Code; for example 'en-US'.
    [PreferredName <String>]: The preferred name for the user.
    [ProvisionedPlans <IMicrosoftGraphProvisionedPlan[]>]: The plans that are provisioned for the user. Read-only. Not nullable.
      [CapabilityStatus <String>]: For example, 'Enabled'.
      [ProvisioningStatus <String>]: For example, 'Success'.
      [Service <String>]: The name of the service; for example, 'AccessControlS2S'
    [ProxyAddresses <String[]>]: For example: ['SMTP: bob@contoso.com', 'smtp: bob@sales.contoso.com'] The any operator is required for filter expressions on multi-valued properties. Read-only, Not nullable. Supports $filter.
    [RegisteredDevices <IMicrosoftGraphDirectoryObject[]>]: Devices that are registered for the user. Read-only. Nullable.
    [Responsibilities <String[]>]: A list for the user to enumerate their responsibilities.
    [Schools <String[]>]: A list for the user to enumerate the schools they have attended.
    [Settings <IMicrosoftGraphUserSettings>]: userSettings
      [(Any) <Object>]: This indicates any property can be added to this object.
      [Id <String>]: Read-only.
      [ContributionToContentDiscoveryAsOrganizationDisabled <Boolean?>]:
      [ContributionToContentDiscoveryDisabled <Boolean?>]:
      [ShiftPreferences <IMicrosoftGraphShiftPreferences>]: shiftPreferences
        [(Any) <Object>]: This indicates any property can be added to this object.
        [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [Id <String>]: Read-only.
        [Availability <IMicrosoftGraphShiftAvailability[]>]: Availability of the user to be scheduled for work and its recurrence pattern.
          [Recurrence <IMicrosoftGraphPatternedRecurrence>]: patternedRecurrence
          [TimeSlots <IMicrosoftGraphTimeRange[]>]: The time slot(s) preferred by the user.
            [EndTime <String>]: End time for the time range.
            [StartTime <String>]: Start time for the time range.
          [TimeZone <String>]: Specifies the time zone for the indicated time.
    [ShowInAddressList <Boolean?>]: true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false.
    [SignInSessionsValidFromDateTime <DateTime?>]: Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use revokeSignInSessions to reset.
    [Skills <String[]>]: A list for the user to enumerate their skills.
    [State <String>]: The state or province in the user's address. Supports $filter.
    [StreetAddress <String>]: The street address of the user's place of business.
    [Surname <String>]: The user's surname (family name or last name). Supports $filter.
    [TransitiveMemberOf <IMicrosoftGraphDirectoryObject[]>]:
    [UsageLocation <String>]: A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: 'US', 'JP', and 'GB'. Not nullable. Supports $filter.
    [UserPrincipalName <String>]: The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant’s collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization. Supports $filter and $orderby.
    [UserType <String>]: A string value that can be used to classify user types in your directory, such as 'Member' and 'Guest'. Supports $filter.
  [InvitedUserDisplayName <String>]: The display name of the user being invited.
  [InvitedUserEmailAddress <String>]: The email address of the user being invited. Required. The following special characters are not permitted in the email address:Tilde (~)Exclamation point (!)Number sign (#)Dollar sign ($)Percent (%)Circumflex (^)Ampersand (&)Asterisk (*)Parentheses (( ))Plus sign (+)Equal sign (=)Brackets ([ ])Braces ({ })Backslash (/)Slash mark (/)Pipe (/|)Semicolon (;)Colon (:)Quotation marks (')Angle brackets (< >)Question mark (?)Comma (,)However, the following exceptions apply:A period (.) or a hyphen (-) is permitted anywhere in the user name, except at the beginning or end of the name.An underscore (_) is permitted anywhere in the user name. This includes at the beginning or end of the name.
  [InvitedUserMessageInfo <IMicrosoftGraphInvitedUserMessageInfo>]: invitedUserMessageInfo
    [(Any) <Object>]: This indicates any property can be added to this object.
    [CcRecipients <IMicrosoftGraphRecipient[]>]: Additional recipients the invitation message should be sent to. Currently only 1 additional recipient is supported.
    [CustomizedMessageBody <String>]: Customized message body you want to send if you don't want the default message.
    [MessageLanguage <String>]: The language you want to send the default message in. If the customizedMessageBody is specified, this property is ignored, and the message is sent using the customizedMessageBody. The language format should be in ISO 639. The default is en-US.
  [InvitedUserType <String>]: The userType of the user being invited. By default, this is Guest. You can invite as Member if you are a company administrator.
  [SendInvitationMessage <Boolean?>]: Indicates whether an email should be sent to the user being invited or not. The default is false.
  [Status <String>]: The status of the invitation. Possible values: PendingAcceptance, Completed, InProgress, and Error
 
INVITEDUSER <IMicrosoftGraphUser>: Represents an Azure Active Directory user object.
  [(Any) <Object>]: This indicates any property can be added to this object.
  [DeletedDateTime <DateTime?>]:
  [Id <String>]: Read-only.
  [AboutMe <String>]: A freeform text entry field for the user to describe themselves.
  [AccountEnabled <Boolean?>]: true if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.
  [Activities <IMicrosoftGraphUserActivity[]>]: The user's activities across devices. Read-only. Nullable.
    [Id <String>]: Read-only.
    [ActivationUrl <String>]: Required. URL used to launch the activity in the best native experience represented by the appId. Might launch a web-based app if no native app exists.
    [ActivitySourceHost <String>]: Required. URL for the domain representing the cross-platform identity mapping for the app. Mapping is stored either as a JSON file hosted on the domain or configurable via Windows Dev Center. The JSON file is named cross-platform-app-identifiers and is hosted at root of your HTTPS domain, either at the top level domain or include a sub domain. For example: https://contoso.com or https://myapp.contoso.com but NOT https://myapp.contoso.com/somepath. You must have a unique file and domain (or sub domain) per cross-platform app identity. For example, a separate file and domain is needed for Word vs. PowerPoint.
    [AppActivityId <String>]: Required. The unique activity ID in the context of the app - supplied by caller and immutable thereafter.
    [AppDisplayName <String>]: Optional. Short text description of the app used to generate the activity for use in cases when the app is not installed on the user’s local device.
    [ContentInfo <IMicrosoftGraphJson>]: Json
      [(Any) <Object>]: This indicates any property can be added to this object.
    [ContentUrl <String>]: Optional. Used in the event the content can be rendered outside of a native or web-based app experience (for example, a pointer to an item in an RSS feed).
    [CreatedDateTime <DateTime?>]: Set by the server. DateTime in UTC when the object was created on the server.
    [ExpirationDateTime <DateTime?>]: Set by the server. DateTime in UTC when the object expired on the server.
    [FallbackUrl <String>]: Optional. URL used to launch the activity in a web-based app, if available.
    [HistoryItems <IMicrosoftGraphActivityHistoryItem[]>]: Optional. NavigationProperty/Containment; navigation property to the activity's historyItems.
      [Id <String>]: Read-only.
      [ActiveDurationSeconds <Int32?>]: Optional. The duration of active user engagement. if not supplied, this is calculated from the startedDateTime and lastActiveDateTime.
      [Activity <IMicrosoftGraphUserActivity>]: userActivity
      [CreatedDateTime <DateTime?>]: Set by the server. DateTime in UTC when the object was created on the server.
      [ExpirationDateTime <DateTime?>]: Optional. UTC DateTime when the historyItem will undergo hard-delete. Can be set by the client.
      [LastActiveDateTime <DateTime?>]: Optional. UTC DateTime when the historyItem (activity session) was last understood as active or finished - if null, historyItem status should be Ongoing.
      [LastModifiedDateTime <DateTime?>]: Set by the server. DateTime in UTC when the object was modified on the server.
      [StartedDateTime <DateTime?>]: Required. UTC DateTime when the historyItem (activity session) was started. Required for timeline history.
      [Status <String>]: status
      [UserTimezone <String>]: Optional. The timezone in which the user's device used to generate the activity was located at activity creation time. Values supplied as Olson IDs in order to support cross-platform representation.
    [LastModifiedDateTime <DateTime?>]: Set by the server. DateTime in UTC when the object was modified on the server.
    [Status <String>]: status
    [UserTimezone <String>]: Optional. The timezone in which the user's device used to generate the activity was located at activity creation time; values supplied as Olson IDs in order to support cross-platform representation.
    [VisualElements <IMicrosoftGraphVisualInfo>]: visualInfo
      [(Any) <Object>]: This indicates any property can be added to this object.
      [Attribution <IMicrosoftGraphImageInfo>]: imageInfo
        [(Any) <Object>]: This indicates any property can be added to this object.
        [AddImageQuery <Boolean?>]: Optional; parameter used to indicate the server is able to render image dynamically in response to parameterization. For example – a high contrast image
        [AlternateText <String>]: Optional; alt-text accessible content for the image
        [AlternativeText <String>]:
        [IconUrl <String>]: Optional; URI that points to an icon which represents the application used to generate the activity
      [BackgroundColor <String>]: Optional. Background color used to render the activity in the UI - brand color for the application source of the activity. Must be a valid hex color
      [Content <IMicrosoftGraphJson>]: Json
      [Description <String>]: Optional. Longer text description of the user's unique activity (example: document name, first sentence, and/or metadata)
      [DisplayText <String>]: Required. Short text description of the user's unique activity (for example, document name in cases where an activity refers to document creation)
  [AgeGroup <String>]: Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information.
  [AppRoleAssignments <IMicrosoftGraphAppRoleAssignment[]>]:
    [DeletedDateTime <DateTime?>]:
    [Id <String>]: Read-only.
    [AppRoleId <String>]: The identifier (id) for the app role which is assigned to the principal. This app role must be exposed in the appRoles property on the resource application's service principal (resourceId). If the resource application has not declared any app roles, a default app role ID of 00000000-0000-0000-0000-000000000000 can be specified to signal that the principal is assigned to the resource app without any specific app roles. Required on create. Does not support $filter.
    [CreatedDateTime <DateTime?>]:
    [PrincipalDisplayName <String>]: The display name of the user, group, or service principal that was granted the app role assignment. Read-only. Supports $filter (eq and startswith).
    [PrincipalId <String>]: The unique identifier (id) for the user, group or service principal being granted the app role. Required on create. Does not support $filter.
    [PrincipalType <String>]: The type of the assigned principal. This can either be 'User', 'Group' or 'ServicePrincipal'. Read-only. Does not support $filter.
    [ResourceDisplayName <String>]: The display name of the resource app's service principal to which the assignment is made. Does not support $filter.
    [ResourceId <String>]: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only).
  [AssignedLicenses <IMicrosoftGraphAssignedLicense[]>]: The licenses that are assigned to the user. Not nullable.
    [DisabledPlans <String[]>]: A collection of the unique identifiers for plans that have been disabled.
    [SkuId <String>]: The unique identifier for the SKU.
  [AssignedPlans <IMicrosoftGraphAssignedPlan[]>]: The plans that are assigned to the user. Read-only. Not nullable.
    [AssignedDateTime <DateTime?>]: The date and time at which the plan was assigned; for example: 2013-01-02T19:32:30Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
    [CapabilityStatus <String>]: For example, 'Enabled'.
    [Service <String>]: The name of the service; for example, 'Exchange'.
    [ServicePlanId <String>]: A GUID that identifies the service plan.
  [Birthday <DateTime?>]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
  [BusinessPhones <String[]>]: The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property.
  [Calendar <IMicrosoftGraphCalendar>]: calendar
    [(Any) <Object>]: This indicates any property can be added to this object.
    [Id <String>]: Read-only.
    [AllowedOnlineMeetingProviders <String[]>]: Represent the online meeting service providers that can be used to create online meetings in this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.
    [CalendarPermissions <IMicrosoftGraphCalendarPermission[]>]: The permissions of the users with whom the calendar is shared.
      [Id <String>]: Read-only.
      [AllowedRoles <String[]>]: List of allowed sharing or delegating permission levels for the calendar. Possible values are: none, freeBusyRead, limitedRead, read, write, delegateWithoutPrivateEventAccess, delegateWithPrivateEventAccess, custom.
      [EmailAddress <IMicrosoftGraphEmailAddress>]: emailAddress
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Address <String>]: The email address of the person or entity.
        [Name <String>]: The display name of the person or entity.
      [IsInsideOrganization <Boolean?>]: True if the user in context (sharee or delegate) is inside the same organization as the calendar owner.
      [IsRemovable <Boolean?>]: True if the user can be removed from the list of sharees or delegates for the specified calendar, false otherwise. The 'My organization' user determines the permissions other people within your organization have to the given calendar. You cannot remove 'My organization' as a sharee to a calendar.
      [Role <String>]: calendarRoleType
    [CalendarView <IMicrosoftGraphEvent[]>]: The calendar view for the calendar. Navigation property. Read-only.
      [Categories <String[]>]: The categories associated with the item
      [ChangeKey <String>]: Identifies the version of the item. Every time the item is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.
      [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
      [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
      [Id <String>]: Read-only.
      [AllowNewTimeProposals <Boolean?>]: True if the meeting organizer allows invitees to propose a new time when responding, false otherwise. Optional. Default is true.
      [Attachments <IMicrosoftGraphAttachment[]>]: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable.
        [Id <String>]: Read-only.
        [ContentType <String>]: The MIME type.
        [IsInline <Boolean?>]: true if the attachment is an inline attachment; otherwise, false.
        [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [Name <String>]: The attachment's file name.
        [Size <Int32?>]: The length of the attachment in bytes.
      [Attendees <IMicrosoftGraphAttendee[]>]: The collection of attendees for the event.
        [Type <String>]: attendeeType
        [EmailAddress <IMicrosoftGraphEmailAddress>]: emailAddress
        [ProposedNewTime <IMicrosoftGraphTimeSlot>]: timeSlot
          [(Any) <Object>]: This indicates any property can be added to this object.
          [End <IMicrosoftGraphDateTimeZone>]: dateTimeTimeZone
            [(Any) <Object>]: This indicates any property can be added to this object.
            [DateTime <String>]: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).
            [TimeZone <String>]: Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.
          [Start <IMicrosoftGraphDateTimeZone>]: dateTimeTimeZone
        [Status <IMicrosoftGraphResponseStatus>]: responseStatus
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Response <String>]: responseType
          [Time <DateTime?>]: The date and time that the response was returned. It uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
      [Body <IMicrosoftGraphItemBody>]: itemBody
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Content <String>]: The content of the item.
        [ContentType <String>]: bodyType
      [BodyPreview <String>]: The preview of the message associated with the event. It is in text format.
      [Calendar <IMicrosoftGraphCalendar>]: calendar
      [End <IMicrosoftGraphDateTimeZone>]: dateTimeTimeZone
      [Extensions <IMicrosoftGraphExtension[]>]: The collection of open extensions defined for the event. Read-only. Nullable.
        [Id <String>]: Read-only.
      [HasAttachments <Boolean?>]: Set to true if the event has attachments.
      [ICalUId <String>]: A unique identifier that is shared by all instances of an event across different calendars. Read-only.
      [Importance <String>]: importance
      [Instances <IMicrosoftGraphEvent[]>]: The instances of the event. Navigation property. Read-only. Nullable.
      [IsAllDay <Boolean?>]: Set to true if the event lasts all day.
      [IsCancelled <Boolean?>]: Set to true if the event has been canceled.
      [IsOnlineMeeting <Boolean?>]: True if this event has online meeting information, false otherwise. Default is false. Optional.
      [IsOrganizer <Boolean?>]: Set to true if the calendar owner (specified by the owner property of the calendar) is the organizer of the event (specified by the organizer property of the event). This also applies if a delegate organized the event on behalf of the owner.
      [IsReminderOn <Boolean?>]: Set to true if an alert is set to remind the user of the event.
      [Location <IMicrosoftGraphLocation>]: location
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Address <IMicrosoftGraphPhysicalAddress>]: physicalAddress
          [(Any) <Object>]: This indicates any property can be added to this object.
          [City <String>]: The city.
          [CountryOrRegion <String>]: The country or region. It's a free-format string value, for example, 'United States'.
          [PostalCode <String>]: The postal code.
          [State <String>]: The state.
          [Street <String>]: The street.
        [Coordinates <IMicrosoftGraphOutlookGeoCoordinates>]: outlookGeoCoordinates
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Accuracy <Double?>]: The accuracy of the latitude and longitude. As an example, the accuracy can be measured in meters, such as the latitude and longitude are accurate to within 50 meters.
          [Altitude <Double?>]: The altitude of the location.
          [AltitudeAccuracy <Double?>]: The accuracy of the altitude.
          [Latitude <Double?>]: The latitude of the location.
          [Longitude <Double?>]: The longitude of the location.
        [DisplayName <String>]: The name associated with the location.
        [LocationEmailAddress <String>]: Optional email address of the location.
        [LocationType <String>]: locationType
        [LocationUri <String>]: Optional URI representing the location.
        [UniqueId <String>]: For internal use only.
        [UniqueIdType <String>]: locationUniqueIdType
      [Locations <IMicrosoftGraphLocation[]>]: The locations where the event is held or attended from. The location and locations properties always correspond with each other. If you update the location property, any prior locations in the locations collection would be removed and replaced by the new location value.
      [MultiValueExtendedProperties <IMicrosoftGraphMultiValueLegacyExtendedProperty[]>]: The collection of multi-value extended properties defined for the event. Read-only. Nullable.
        [Id <String>]: Read-only.
        [Value <String[]>]: A collection of property values.
      [OnlineMeeting <IMicrosoftGraphOnlineMeetingInfo>]: onlineMeetingInfo
        [(Any) <Object>]: This indicates any property can be added to this object.
        [ConferenceId <String>]: The ID of the conference.
        [JoinUrl <String>]: The external link that launches the online meeting. This is a URL that clients will launch into a browser and will redirect the user to join the meeting.
        [Phones <IMicrosoftGraphPhone[]>]: All of the phone numbers associated with this conference.
          [Language <String>]:
          [Number <String>]: The phone number.
          [Region <String>]:
          [Type <String>]: phoneType
        [QuickDial <String>]: The pre-formatted quickdial for this call.
        [TollFreeNumbers <String[]>]: The toll free numbers that can be used to join the conference.
        [TollNumber <String>]: The toll number that can be used to join the conference.
      [OnlineMeetingProvider <String>]: onlineMeetingProviderType
      [OnlineMeetingUrl <String>]: A URL for an online meeting. The property is set only when an organizer specifies an event as an online meeting such as a Skype meeting. Read-only.
      [Organizer <IMicrosoftGraphRecipient>]: recipient
        [(Any) <Object>]: This indicates any property can be added to this object.
        [EmailAddress <IMicrosoftGraphEmailAddress>]: emailAddress
      [OriginalEndTimeZone <String>]: The end time zone that was set when the event was created. A value of tzone://Microsoft/Custom indicates that a legacy custom time zone was set in desktop Outlook.
      [OriginalStart <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
      [OriginalStartTimeZone <String>]: The start time zone that was set when the event was created. A value of tzone://Microsoft/Custom indicates that a legacy custom time zone was set in desktop Outlook.
      [Recurrence <IMicrosoftGraphPatternedRecurrence>]: patternedRecurrence
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Pattern <IMicrosoftGraphRecurrencePattern>]: recurrencePattern
          [(Any) <Object>]: This indicates any property can be added to this object.
          [DayOfMonth <Int32?>]: The day of the month on which the event occurs. Required if type is absoluteMonthly or absoluteYearly.
          [DaysOfWeek <String[]>]: A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.
          [FirstDayOfWeek <String>]: dayOfWeek
          [Index <String>]: weekIndex
          [Interval <Int32?>]: The number of units between occurrences, where units can be in days, weeks, months, or years, depending on the type. Required.
          [Month <Int32?>]: The month in which the event occurs. This is a number from 1 to 12.
          [Type <String>]: recurrencePatternType
        [Range <IMicrosoftGraphRecurrenceRange>]: recurrenceRange
          [(Any) <Object>]: This indicates any property can be added to this object.
          [EndDate <DateTime?>]: The date to stop applying the recurrence pattern. Depending on the recurrence pattern of the event, the last occurrence of the meeting may not be this date. Required if type is endDate.
          [NumberOfOccurrences <Int32?>]: The number of times to repeat the event. Required and must be positive if type is numbered.
          [RecurrenceTimeZone <String>]: Time zone for the startDate and endDate properties. Optional. If not specified, the time zone of the event is used.
          [StartDate <DateTime?>]: The date to start applying the recurrence pattern. The first occurrence of the meeting may be this date or later, depending on the recurrence pattern of the event. Must be the same value as the start property of the recurring event. Required.
          [Type <String>]: recurrenceRangeType
      [ReminderMinutesBeforeStart <Int32?>]: The number of minutes before the event start time that the reminder alert occurs.
      [ResponseRequested <Boolean?>]: Default is true, which represents the organizer would like an invitee to send a response to the event.
      [ResponseStatus <IMicrosoftGraphResponseStatus>]: responseStatus
      [Sensitivity <String>]: sensitivity
      [SeriesMasterId <String>]: The ID for the recurring series master item, if this event is part of a recurring series.
      [ShowAs <String>]: freeBusyStatus
      [SingleValueExtendedProperties <IMicrosoftGraphSingleValueLegacyExtendedProperty[]>]: The collection of single-value extended properties defined for the event. Read-only. Nullable.
        [Id <String>]: Read-only.
        [Value <String>]: A property value.
      [Start <IMicrosoftGraphDateTimeZone>]: dateTimeTimeZone
      [Subject <String>]: The text of the event's subject line.
      [Type <String>]: eventType
      [WebLink <String>]: The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can be accessed from within an iFrame.
    [CanEdit <Boolean?>]: True if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access.
    [CanShare <Boolean?>]: True if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it.
    [CanViewPrivateItems <Boolean?>]: True if the user can read calendar items that have been marked private, false otherwise.
    [ChangeKey <String>]: Identifies the version of the calendar object. Every time the calendar is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.
    [Color <String>]: calendarColor
    [DefaultOnlineMeetingProvider <String>]: onlineMeetingProviderType
    [Events <IMicrosoftGraphEvent[]>]: The events in the calendar. Navigation property. Read-only.
    [IsRemovable <Boolean?>]: Indicates whether this user calendar can be deleted from the user mailbox.
    [IsTallyingResponses <Boolean?>]: Indicates whether this user calendar supports tracking of meeting responses. Only meeting invites sent from users' primary calendars support tracking of meeting responses.
    [MultiValueExtendedProperties <IMicrosoftGraphMultiValueLegacyExtendedProperty[]>]: The collection of multi-value extended properties defined for the calendar. Read-only. Nullable.
    [Name <String>]: The calendar name.
    [Owner <IMicrosoftGraphEmailAddress>]: emailAddress
    [SingleValueExtendedProperties <IMicrosoftGraphSingleValueLegacyExtendedProperty[]>]: The collection of single-value extended properties defined for the calendar. Read-only. Nullable.
  [CalendarGroups <IMicrosoftGraphCalendarGroup[]>]: The user's calendar groups. Read-only. Nullable.
    [Id <String>]: Read-only.
    [Calendars <IMicrosoftGraphCalendar[]>]: The calendars in the calendar group. Navigation property. Read-only. Nullable.
    [ChangeKey <String>]: Identifies the version of the calendar group. Every time the calendar group is changed, ChangeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.
    [ClassId <String>]: The class identifier. Read-only.
    [Name <String>]: The group name.
  [CalendarView <IMicrosoftGraphEvent[]>]: The calendar view for the calendar. Read-only. Nullable.
  [Calendars <IMicrosoftGraphCalendar[]>]: The user's calendars. Read-only. Nullable.
  [City <String>]: The city in which the user is located. Supports $filter.
  [CompanyName <String>]: The company name which the user is associated. This property can be useful for describing the company that an external user comes from.
  [ConsentProvidedForMinor <String>]: Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information.
  [ContactFolders <IMicrosoftGraphContactFolder[]>]: The user's contacts folders. Read-only. Nullable.
    [Id <String>]: Read-only.
    [ChildFolders <IMicrosoftGraphContactFolder[]>]: The collection of child folders in the folder. Navigation property. Read-only. Nullable.
    [Contacts <IMicrosoftGraphContact[]>]: The contacts in the folder. Navigation property. Read-only. Nullable.
      [Categories <String[]>]: The categories associated with the item
      [ChangeKey <String>]: Identifies the version of the item. Every time the item is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.
      [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
      [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
      [Id <String>]: Read-only.
      [AssistantName <String>]: The name of the contact's assistant.
      [Birthday <DateTime?>]: The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
      [BusinessAddress <IMicrosoftGraphPhysicalAddress>]: physicalAddress
      [BusinessHomePage <String>]: The business home page of the contact.
      [BusinessPhones <String[]>]: The contact's business phone numbers.
      [Children <String[]>]: The names of the contact's children.
      [CompanyName <String>]: The name of the contact's company.
      [Department <String>]: The contact's department.
      [DisplayName <String>]: The contact's display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.
      [EmailAddresses <IMicrosoftGraphEmailAddress[]>]: The contact's email addresses.
      [Extensions <IMicrosoftGraphExtension[]>]: The collection of open extensions defined for the contact. Read-only. Nullable.
      [FileAs <String>]: The name the contact is filed under.
      [Generation <String>]: The contact's generation.
      [GivenName <String>]: The contact's given name.
      [HomeAddress <IMicrosoftGraphPhysicalAddress>]: physicalAddress
      [HomePhones <String[]>]: The contact's home phone numbers.
      [ImAddresses <String[]>]: The contact's instant messaging (IM) addresses.
      [Initials <String>]: The contact's initials.
      [JobTitle <String>]: The contact’s job title.
      [Manager <String>]: The name of the contact's manager.
      [MiddleName <String>]: The contact's middle name.
      [MobilePhone <String>]: The contact's mobile phone number.
      [MultiValueExtendedProperties <IMicrosoftGraphMultiValueLegacyExtendedProperty[]>]: The collection of multi-value extended properties defined for the contact. Read-only. Nullable.
      [NickName <String>]: The contact's nickname.
      [OfficeLocation <String>]: The location of the contact's office.
      [OtherAddress <IMicrosoftGraphPhysicalAddress>]: physicalAddress
      [ParentFolderId <String>]: The ID of the contact's parent folder.
      [PersonalNotes <String>]: The user's notes about the contact.
      [Photo <IMicrosoftGraphProfilePhoto>]: profilePhoto
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Id <String>]: Read-only.
        [Height <Int32?>]: The height of the photo. Read-only.
        [Width <Int32?>]: The width of the photo. Read-only.
      [Profession <String>]: The contact's profession.
      [SingleValueExtendedProperties <IMicrosoftGraphSingleValueLegacyExtendedProperty[]>]: The collection of single-value extended properties defined for the contact. Read-only. Nullable.
      [SpouseName <String>]: The name of the contact's spouse/partner.
      [Surname <String>]: The contact's surname.
      [Title <String>]: The contact's title.
      [YomiCompanyName <String>]: The phonetic Japanese company name of the contact.
      [YomiGivenName <String>]: The phonetic Japanese given name (first name) of the contact.
      [YomiSurname <String>]: The phonetic Japanese surname (last name) of the contact.
    [DisplayName <String>]: The folder's display name.
    [MultiValueExtendedProperties <IMicrosoftGraphMultiValueLegacyExtendedProperty[]>]: The collection of multi-value extended properties defined for the contactFolder. Read-only. Nullable.
    [ParentFolderId <String>]: The ID of the folder's parent folder.
    [SingleValueExtendedProperties <IMicrosoftGraphSingleValueLegacyExtendedProperty[]>]: The collection of single-value extended properties defined for the contactFolder. Read-only. Nullable.
  [Contacts <IMicrosoftGraphContact[]>]: The user's contacts. Read-only. Nullable.
  [Country <String>]: The country/region in which the user is located; for example, 'US' or 'UK'. Supports $filter.
  [CreatedObjects <IMicrosoftGraphDirectoryObject[]>]: Directory objects that were created by the user. Read-only. Nullable.
    [Id <String>]: Read-only.
    [DeletedDateTime <DateTime?>]:
  [CreationType <String>]: Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Read-only.
  [Department <String>]: The name for the department in which the user works. Supports $filter.
  [DeviceEnrollmentLimit <Int32?>]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000.
  [DeviceManagementTroubleshootingEvents <IMicrosoftGraphDeviceManagementTroubleshootingEvent[]>]: The list of troubleshooting events for this user.
    [Id <String>]: Read-only.
    [CorrelationId <String>]: Id used for tracing the failure in the service.
    [EventDateTime <DateTime?>]: Time when the event occurred .
  [DirectReports <IMicrosoftGraphDirectoryObject[]>]: The users and contacts that report to the user. (The users and contacts that have their manager property set to this user.) Read-only. Nullable.
  [DisplayName <String>]: The name displayed in the address book for the user. This is usually the combination of the user's first name, middle initial and last name. This property is required when a user is created and it cannot be cleared during updates. Supports $filter and $orderby.
  [Drive <IMicrosoftGraphDrive>]: drive
    [(Any) <Object>]: This indicates any property can be added to this object.
    [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
      [(Any) <Object>]: This indicates any property can be added to this object.
      [Application <IMicrosoftGraphIdentity>]: identity
        [(Any) <Object>]: This indicates any property can be added to this object.
        [DisplayName <String>]: The identity's display name. Note that this may not always be available or up to date. For example, if a user changes their display name, the API may show the new value in a future response, but the items associated with the user won't show up as having changed when using delta.
        [Id <String>]: Unique identifier for the identity.
      [Device <IMicrosoftGraphIdentity>]: identity
      [User <IMicrosoftGraphIdentity>]: identity
    [CreatedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
    [CreatedDateTime <DateTime?>]: Date and time of item creation. Read-only.
    [Description <String>]: Provides a user-visible description of the item. Optional.
    [ETag <String>]: ETag for the item. Read-only.
    [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
    [LastModifiedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
    [LastModifiedDateTime <DateTime?>]: Date and time the item was last modified. Read-only.
    [Name <String>]: The name of the item. Read-write.
    [ParentReference <IMicrosoftGraphItemReference>]: itemReference
      [(Any) <Object>]: This indicates any property can be added to this object.
      [DriveId <String>]: Unique identifier of the drive instance that contains the item. Read-only.
      [DriveType <String>]: Identifies the type of drive. See [drive][] resource for values.
      [Id <String>]: Unique identifier of the item in the drive. Read-only.
      [Name <String>]: The name of the item being referenced. Read-only.
      [Path <String>]: Path that can be used to navigate to the item. Read-only.
      [ShareId <String>]: A unique identifier for a shared resource that can be accessed via the [Shares][] API.
      [SharepointIds <IMicrosoftGraphSharepointIds>]: sharepointIds
        [(Any) <Object>]: This indicates any property can be added to this object.
        [ListId <String>]: The unique identifier (guid) for the item's list in SharePoint.
        [ListItemId <String>]: An integer identifier for the item within the containing list.
        [ListItemUniqueId <String>]: The unique identifier (guid) for the item within OneDrive for Business or a SharePoint site.
        [SiteId <String>]: The unique identifier (guid) for the item's site collection (SPSite).
        [SiteUrl <String>]: The SharePoint URL for the site that contains the item.
        [TenantId <String>]: The unique identifier (guid) for the tenancy.
        [WebId <String>]: The unique identifier (guid) for the item's site (SPWeb).
      [SiteId <String>]:
    [WebUrl <String>]: URL that displays the resource in the browser. Read-only.
    [Id <String>]: Read-only.
    [DriveType <String>]: Describes the type of drive represented by this resource. OneDrive personal drives will return personal. OneDrive for Business will return business. SharePoint document libraries will return documentLibrary. Read-only.
    [Following <IMicrosoftGraphDriveItem1[]>]: The list of items the user is following. Only in OneDrive for Business.
      [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
      [CreatedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
      [CreatedDateTime <DateTime?>]: Date and time of item creation. Read-only.
      [Description <String>]: Provides a user-visible description of the item. Optional.
      [ETag <String>]: ETag for the item. Read-only.
      [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
      [LastModifiedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
      [LastModifiedDateTime <DateTime?>]: Date and time the item was last modified. Read-only.
      [Name <String>]: The name of the item. Read-write.
      [ParentReference <IMicrosoftGraphItemReference>]: itemReference
      [WebUrl <String>]: URL that displays the resource in the browser. Read-only.
      [Id <String>]: Read-only.
      [Analytics <IMicrosoftGraphItemAnalytics>]: itemAnalytics
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Id <String>]: Read-only.
        [AllTime <IMicrosoftGraphItemActivityStat>]: itemActivityStat
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Id <String>]: Read-only.
          [Access <IMicrosoftGraphItemActionStat>]: itemActionStat
            [(Any) <Object>]: This indicates any property can be added to this object.
            [ActionCount <Int32?>]: The number of times the action took place. Read-only.
            [ActorCount <Int32?>]: The number of distinct actors that performed the action. Read-only.
          [Activities <IMicrosoftGraphItemActivity[]>]: Exposes the itemActivities represented in this itemActivityStat resource.
            [Id <String>]: Read-only.
            [Access <IMicrosoftGraphAccessAction>]: accessAction
              [(Any) <Object>]: This indicates any property can be added to this object.
            [ActivityDateTime <DateTime?>]: Details about when the activity took place. Read-only.
            [Actor <IMicrosoftGraphIdentitySet>]: identitySet
            [DriveItem <IMicrosoftGraphDriveItem1>]: driveItem
          [Create <IMicrosoftGraphItemActionStat>]: itemActionStat
          [Delete <IMicrosoftGraphItemActionStat>]: itemActionStat
          [Edit <IMicrosoftGraphItemActionStat>]: itemActionStat
          [EndDateTime <DateTime?>]: When the interval ends. Read-only.
          [IncompleteData <IMicrosoftGraphIncompleteData>]: incompleteData
            [(Any) <Object>]: This indicates any property can be added to this object.
            [MissingDataBeforeDateTime <DateTime?>]: The service does not have source data before the specified time.
            [WasThrottled <Boolean?>]: Some data was not recorded due to excessive activity.
          [IsTrending <Boolean?>]: Indicates whether the item is 'trending.' Read-only.
          [Move <IMicrosoftGraphItemActionStat>]: itemActionStat
          [StartDateTime <DateTime?>]: When the interval starts. Read-only.
        [ItemActivityStats <IMicrosoftGraphItemActivityStat[]>]:
        [LastSevenDays <IMicrosoftGraphItemActivityStat>]: itemActivityStat
      [Audio <IMicrosoftGraphAudio>]: audio
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Album <String>]: The title of the album for this audio file.
        [AlbumArtist <String>]: The artist named on the album for the audio file.
        [Artist <String>]: The performing artist for the audio file.
        [Bitrate <Int64?>]: Bitrate expressed in kbps.
        [Composers <String>]: The name of the composer of the audio file.
        [Copyright <String>]: Copyright information for the audio file.
        [Disc <Int32?>]: The number of the disc this audio file came from.
        [DiscCount <Int32?>]: The total number of discs in this album.
        [Duration <Int64?>]: Duration of the audio file, expressed in milliseconds
        [Genre <String>]: The genre of this audio file.
        [HasDrm <Boolean?>]: Indicates if the file is protected with digital rights management.
        [IsVariableBitrate <Boolean?>]: Indicates if the file is encoded with a variable bitrate.
        [Title <String>]: The title of the audio file.
        [Track <Int32?>]: The number of the track on the original disc for this audio file.
        [TrackCount <Int32?>]: The total number of tracks on the original disc for this audio file.
        [Year <Int32?>]: The year the audio file was recorded.
      [CTag <String>]: An eTag for the content of the item. This eTag is not changed if only the metadata is changed. Note This property is not returned if the item is a folder. Read-only.
      [Children <IMicrosoftGraphDriveItem1[]>]: Collection containing Item objects for the immediate children of Item. Only items representing folders have children. Read-only. Nullable.
      [Content <Byte[]>]: The content stream, if the item represents a file.
      [Deleted <IMicrosoftGraphDeleted>]: deleted
        [(Any) <Object>]: This indicates any property can be added to this object.
        [State <String>]: Represents the state of the deleted item.
      [File <IMicrosoftGraphFile>]: file
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Hashes <IMicrosoftGraphHashes>]: hashes
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Crc32Hash <String>]: The CRC32 value of the file in little endian (if available). Read-only.
          [QuickXorHash <String>]: A proprietary hash of the file that can be used to determine if the contents of the file have changed (if available). Read-only.
          [Sha1Hash <String>]: SHA1 hash for the contents of the file (if available). Read-only.
          [Sha256Hash <String>]: SHA256 hash for the contents of the file (if available). Read-only.
        [MimeType <String>]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only.
        [ProcessingMetadata <Boolean?>]:
      [FileSystemInfo <IMicrosoftGraphFileSystemInfo>]: fileSystemInfo
        [(Any) <Object>]: This indicates any property can be added to this object.
        [CreatedDateTime <DateTime?>]: The UTC date and time the file was created on a client.
        [LastAccessedDateTime <DateTime?>]: The UTC date and time the file was last accessed. Available for the recent file list only.
        [LastModifiedDateTime <DateTime?>]: The UTC date and time the file was last modified on a client.
      [Folder <IMicrosoftGraphFolder>]: folder
        [(Any) <Object>]: This indicates any property can be added to this object.
        [ChildCount <Int32?>]: Number of children contained immediately within this container.
        [View <IMicrosoftGraphFolderView>]: folderView
          [(Any) <Object>]: This indicates any property can be added to this object.
          [SortBy <String>]: The method by which the folder should be sorted.
          [SortOrder <String>]: If true, indicates that items should be sorted in descending order. Otherwise, items should be sorted ascending.
          [ViewType <String>]: The type of view that should be used to represent the folder.
      [Image <IMicrosoftGraphImage>]: image
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Height <Int32?>]: Optional. Height of the image, in pixels. Read-only.
        [Width <Int32?>]: Optional. Width of the image, in pixels. Read-only.
      [ListItem <IMicrosoftGraphListItem>]: listItem
        [(Any) <Object>]: This indicates any property can be added to this object.
        [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [CreatedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
        [CreatedDateTime <DateTime?>]: Date and time of item creation. Read-only.
        [Description <String>]: Provides a user-visible description of the item. Optional.
        [ETag <String>]: ETag for the item. Read-only.
        [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [LastModifiedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
        [LastModifiedDateTime <DateTime?>]: Date and time the item was last modified. Read-only.
        [Name <String>]: The name of the item. Read-write.
        [ParentReference <IMicrosoftGraphItemReference>]: itemReference
        [WebUrl <String>]: URL that displays the resource in the browser. Read-only.
        [Id <String>]: Read-only.
        [Analytics <IMicrosoftGraphItemAnalytics>]: itemAnalytics
        [ContentType <IMicrosoftGraphContentTypeInfo>]: contentTypeInfo
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Id <String>]: The id of the content type.
          [Name <String>]: The name of the content type.
        [DriveItem <IMicrosoftGraphDriveItem1>]: driveItem
        [Fields <IMicrosoftGraphFieldValueSet>]: fieldValueSet
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Id <String>]: Read-only.
        [SharepointIds <IMicrosoftGraphSharepointIds>]: sharepointIds
        [Versions <IMicrosoftGraphListItemVersion[]>]: The list of previous versions of the list item.
          [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
          [LastModifiedDateTime <DateTime?>]: Date and time the version was last modified. Read-only.
          [Publication <IMicrosoftGraphPublicationFacet>]: publicationFacet
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Level <String>]: The state of publication for this document. Either published or checkout. Read-only.
            [VersionId <String>]: The unique identifier for the version that is visible to the current caller. Read-only.
          [Id <String>]: Read-only.
          [Fields <IMicrosoftGraphFieldValueSet>]: fieldValueSet
      [Location <IMicrosoftGraphGeoCoordinates>]: geoCoordinates
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Altitude <Double?>]: Optional. The altitude (height), in feet, above sea level for the item. Read-only.
        [Latitude <Double?>]: Optional. The latitude, in decimal, for the item. Read-only.
        [Longitude <Double?>]: Optional. The longitude, in decimal, for the item. Read-only.
      [Package <IMicrosoftGraphPackage>]: package
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Type <String>]: A string indicating the type of package. While oneNote is the only currently defined value, you should expect other package types to be returned and handle them accordingly.
      [PendingOperations <IMicrosoftGraphPendingOperations>]: pendingOperations
        [(Any) <Object>]: This indicates any property can be added to this object.
        [PendingContentUpdate <IMicrosoftGraphPendingContentUpdate>]: pendingContentUpdate
          [(Any) <Object>]: This indicates any property can be added to this object.
          [QueuedDateTime <DateTime?>]: Date and time the pending binary operation was queued in UTC time. Read-only.
      [Permissions <IMicrosoftGraphPermission[]>]: The set of permissions for the item. Read-only. Nullable.
        [Id <String>]: Read-only.
        [ExpirationDateTime <DateTime?>]: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional.
        [GrantedTo <IMicrosoftGraphIdentitySet>]: identitySet
        [GrantedToIdentities <IMicrosoftGraphIdentitySet[]>]: For link type permissions, the details of the users to whom permission was granted. Read-only.
        [HasPassword <Boolean?>]: This indicates whether password is set for this permission, it's only showing in response. Optional and Read-only and for OneDrive Personal only.
        [InheritedFrom <IMicrosoftGraphItemReference>]: itemReference
        [Invitation <IMicrosoftGraphSharingInvitation>]: sharingInvitation
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Email <String>]: The email address provided for the recipient of the sharing invitation. Read-only.
          [InvitedBy <IMicrosoftGraphIdentitySet>]: identitySet
          [RedeemedBy <String>]:
          [SignInRequired <Boolean?>]: If true the recipient of the invitation needs to sign in in order to access the shared item. Read-only.
        [Link <IMicrosoftGraphSharingLink>]: sharingLink
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Application <IMicrosoftGraphIdentity>]: identity
          [PreventsDownload <Boolean?>]: If true then the user can only use this link to view the item on the web, and cannot use it to download the contents of the item. Only for OneDrive for Business and SharePoint.
          [Scope <String>]: The scope of the link represented by this permission. Value anonymous indicates the link is usable by anyone, organization indicates the link is only usable for users signed into the same tenant.
          [Type <String>]: The type of the link created.
          [WebHtml <String>]: For embed links, this property contains the HTML code for an <iframe> element that will embed the item in a webpage.
          [WebUrl <String>]: A URL that opens the item in the browser on the OneDrive website.
        [Roles <String[]>]: The type of permission, e.g. read. See below for the full list of roles. Read-only.
        [ShareId <String>]: A unique token that can be used to access this shared item via the **shares** API. Read-only.
      [Photo <IMicrosoftGraphPhoto>]: photo
        [(Any) <Object>]: This indicates any property can be added to this object.
        [CameraMake <String>]: Camera manufacturer. Read-only.
        [CameraModel <String>]: Camera model. Read-only.
        [ExposureDenominator <Double?>]: The denominator for the exposure time fraction from the camera. Read-only.
        [ExposureNumerator <Double?>]: The numerator for the exposure time fraction from the camera. Read-only.
        [FNumber <Double?>]: The F-stop value from the camera. Read-only.
        [FocalLength <Double?>]: The focal length from the camera. Read-only.
        [Iso <Int32?>]: The ISO value from the camera. Read-only.
        [Orientation <Int32?>]: The orientation value from the camera. Writable on OneDrive Personal.
        [TakenDateTime <DateTime?>]: Represents the date and time the photo was taken. Read-only.
      [Publication <IMicrosoftGraphPublicationFacet>]: publicationFacet
      [RemoteItem <IMicrosoftGraphRemoteItem>]: remoteItem
        [(Any) <Object>]: This indicates any property can be added to this object.
        [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [CreatedDateTime <DateTime?>]: Date and time of item creation. Read-only.
        [File <IMicrosoftGraphFile>]: file
        [FileSystemInfo <IMicrosoftGraphFileSystemInfo>]: fileSystemInfo
        [Folder <IMicrosoftGraphFolder>]: folder
        [Id <String>]: Unique identifier for the remote item in its drive. Read-only.
        [Image <IMicrosoftGraphImage>]: image
        [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [LastModifiedDateTime <DateTime?>]: Date and time the item was last modified. Read-only.
        [Name <String>]: Optional. Filename of the remote item. Read-only.
        [Package <IMicrosoftGraphPackage>]: package
        [ParentReference <IMicrosoftGraphItemReference>]: itemReference
        [Shared <IMicrosoftGraphShared>]: shared
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Owner <IMicrosoftGraphIdentitySet>]: identitySet
          [Scope <String>]: Indicates the scope of how the item is shared: anonymous, organization, or users. Read-only.
          [SharedBy <IMicrosoftGraphIdentitySet>]: identitySet
          [SharedDateTime <DateTime?>]: The UTC date and time when the item was shared. Read-only.
        [SharepointIds <IMicrosoftGraphSharepointIds>]: sharepointIds
        [Size <Int64?>]: Size of the remote item. Read-only.
        [SpecialFolder <IMicrosoftGraphSpecialFolder>]: specialFolder
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Name <String>]: The unique identifier for this item in the /drive/special collection
        [Video <IMicrosoftGraphVideo>]: video
          [(Any) <Object>]: This indicates any property can be added to this object.
          [AudioBitsPerSample <Int32?>]: Number of audio bits per sample.
          [AudioChannels <Int32?>]: Number of audio channels.
          [AudioFormat <String>]: Name of the audio format (AAC, MP3, etc.).
          [AudioSamplesPerSecond <Int32?>]: Number of audio samples per second.
          [Bitrate <Int32?>]: Bit rate of the video in bits per second.
          [Duration <Int64?>]: Duration of the file in milliseconds.
          [FourCc <String>]: 'Four character code' name of the video format.
          [FrameRate <Double?>]: Frame rate of the video.
          [Height <Int32?>]: Height of the video, in pixels.
          [Width <Int32?>]: Width of the video, in pixels.
        [WebDavUrl <String>]: DAV compatible URL for the item.
        [WebUrl <String>]: URL that displays the resource in the browser. Read-only.
      [Root <IMicrosoftGraphRoot>]: root
        [(Any) <Object>]: This indicates any property can be added to this object.
      [SearchResult <IMicrosoftGraphSearchResult>]: searchResult
        [(Any) <Object>]: This indicates any property can be added to this object.
        [OnClickTelemetryUrl <String>]: A callback URL that can be used to record telemetry information. The application should issue a GET on this URL if the user interacts with this item to improve the quality of results.
      [Shared <IMicrosoftGraphShared>]: shared
      [SharepointIds <IMicrosoftGraphSharepointIds>]: sharepointIds
      [Size <Int64?>]: Size of the item in bytes. Read-only.
      [SpecialFolder <IMicrosoftGraphSpecialFolder>]: specialFolder
      [Subscriptions <IMicrosoftGraphSubscription[]>]: The set of subscriptions on the item. Only supported on the root of a drive.
        [Id <String>]: Read-only.
        [ApplicationId <String>]: Identifier of the application used to create the subscription. Read-only.
        [ChangeType <String>]: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list.Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.
        [ClientState <String>]: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification.
        [CreatorId <String>]: Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only.
        [ExpirationDateTime <DateTime?>]: Required. Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time.
        [LatestSupportedTlsVersion <String>]: Specifies the latest version of Transport Layer Security (TLS) that the notification endpoint, specified by notificationUrl, supports. The possible values are: v1_0, v1_1, v1_2, v1_3. For subscribers whose notification endpoint supports a version lower than the currently recommended version (TLS 1.2), specifying this property by a set timeline allows them to temporarily use their deprecated version of TLS before completing their upgrade to TLS 1.2. For these subscribers, not setting this property per the timeline would result in subscription operations failing. For subscribers whose notification endpoint already supports TLS 1.2, setting this property is optional. In such cases, Microsoft Graph defaults the property to v1_2.
        [NotificationUrl <String>]: Required. The URL of the endpoint that will receive the change notifications. This URL must make use of the HTTPS protocol.
        [Resource <String>]: Required. Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/v1.0/). See the possible resource path values for each supported resource.
      [Thumbnails <IMicrosoftGraphThumbnailSet[]>]: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable.
        [Id <String>]: Read-only.
        [Large <IMicrosoftGraphThumbnail>]: thumbnail
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Content <Byte[]>]: The content stream for the thumbnail.
          [Height <Int32?>]: The height of the thumbnail, in pixels.
          [SourceItemId <String>]: The unique identifier of the item that provided the thumbnail. This is only available when a folder thumbnail is requested.
          [Url <String>]: The URL used to fetch the thumbnail content.
          [Width <Int32?>]: The width of the thumbnail, in pixels.
        [Medium <IMicrosoftGraphThumbnail>]: thumbnail
        [Small <IMicrosoftGraphThumbnail>]: thumbnail
        [Source <IMicrosoftGraphThumbnail>]: thumbnail
      [Versions <IMicrosoftGraphDriveItemVersion[]>]: The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.
        [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [LastModifiedDateTime <DateTime?>]: Date and time the version was last modified. Read-only.
        [Publication <IMicrosoftGraphPublicationFacet>]: publicationFacet
        [Id <String>]: Read-only.
        [Content <Byte[]>]: The content stream for this version of the item.
        [Size <Int64?>]: Indicates the size of the content stream for this version of the item.
      [Video <IMicrosoftGraphVideo>]: video
      [WebDavUrl <String>]: WebDAV compatible URL for the item.
      [Workbook <IMicrosoftGraphWorkbook>]: workbook
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Id <String>]: Read-only.
        [Application <IMicrosoftGraphWorkbookApplication>]: workbookApplication
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Id <String>]: Read-only.
          [CalculationMode <String>]: Returns the calculation mode used in the workbook. Possible values are: Automatic, AutomaticExceptTables, Manual.
        [Comments <IMicrosoftGraphWorkbookComment[]>]:
          [Id <String>]: Read-only.
          [Content <String>]: The content of comment.
          [ContentType <String>]: Indicates the type for the comment.
          [Replies <IMicrosoftGraphWorkbookCommentReply[]>]: Read-only. Nullable.
            [Id <String>]: Read-only.
            [Content <String>]: The content of a comment reply.
            [ContentType <String>]: Indicates the type for the comment reply.
        [Functions <IMicrosoftGraphWorkbookFunctions>]: workbookFunctions
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Id <String>]: Read-only.
        [Names <IMicrosoftGraphWorkbookNamedItem1[]>]: Represents a collection of workbook scoped named items (named ranges and constants). Read-only.
          [Id <String>]: Read-only.
          [Comment <String>]: Represents the comment associated with this name.
          [Name <String>]: The name of the object. Read-only.
          [Scope <String>]: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only.
          [Type <String>]: Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.
          [Value <IMicrosoftGraphJson>]: Json
          [Visible <Boolean?>]: Specifies whether the object is visible or not.
          [Worksheet <IMicrosoftGraphWorkbookWorksheet1>]: workbookWorksheet
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Id <String>]: Read-only.
            [Charts <IMicrosoftGraphWorkbookChart[]>]: Returns collection of charts that are part of the worksheet. Read-only.
              [Id <String>]: Read-only.
              [Axes <IMicrosoftGraphWorkbookChartAxes>]: workbookChartAxes
                [(Any) <Object>]: This indicates any property can be added to this object.
                [Id <String>]: Read-only.
                [CategoryAxis <IMicrosoftGraphWorkbookChartAxis>]: workbookChartAxis
                  [(Any) <Object>]: This indicates any property can be added to this object.
                  [Id <String>]: Read-only.
                  [Format <IMicrosoftGraphWorkbookChartAxisFormat>]: workbookChartAxisFormat
                    [(Any) <Object>]: This indicates any property can be added to this object.
                    [Id <String>]: Read-only.
                    [Font <IMicrosoftGraphWorkbookChartFont>]: workbookChartFont
                      [(Any) <Object>]: This indicates any property can be added to this object.
                      [Id <String>]: Read-only.
                      [Bold <Boolean?>]: Represents the bold status of font.
                      [Color <String>]: HTML color code representation of the text color. E.g. #FF0000 represents Red.
                      [Italic <Boolean?>]: Represents the italic status of the font.
                      [Name <String>]: Font name (e.g. 'Calibri')
                      [Size <Double?>]: Size of the font (e.g. 11)
                      [Underline <String>]: Type of underline applied to the font. The possible values are: None, Single.
                    [Line <IMicrosoftGraphWorkbookChartLineFormat>]: workbookChartLineFormat
                      [(Any) <Object>]: This indicates any property can be added to this object.
                      [Id <String>]: Read-only.
                      [Color <String>]: HTML color code representing the color of lines in the chart.
                  [MajorGridlines <IMicrosoftGraphWorkbookChartGridlines>]: workbookChartGridlines
                    [(Any) <Object>]: This indicates any property can be added to this object.
                    [Id <String>]: Read-only.
                    [Format <IMicrosoftGraphWorkbookChartGridlinesFormat>]: workbookChartGridlinesFormat
                      [(Any) <Object>]: This indicates any property can be added to this object.
                      [Id <String>]: Read-only.
                      [Line <IMicrosoftGraphWorkbookChartLineFormat>]: workbookChartLineFormat
                    [Visible <Boolean?>]: Boolean value representing if the axis gridlines are visible or not.
                  [MajorUnit <IMicrosoftGraphJson>]: Json
                  [Maximum <IMicrosoftGraphJson>]: Json
                  [Minimum <IMicrosoftGraphJson>]: Json
                  [MinorGridlines <IMicrosoftGraphWorkbookChartGridlines>]: workbookChartGridlines
                  [MinorUnit <IMicrosoftGraphJson>]: Json
                  [Title <IMicrosoftGraphWorkbookChartAxisTitle>]: workbookChartAxisTitle
                    [(Any) <Object>]: This indicates any property can be added to this object.
                    [Id <String>]: Read-only.
                    [Format <IMicrosoftGraphWorkbookChartAxisTitleFormat>]: workbookChartAxisTitleFormat
                      [(Any) <Object>]: This indicates any property can be added to this object.
                      [Id <String>]: Read-only.
                      [Font <IMicrosoftGraphWorkbookChartFont>]: workbookChartFont
                    [Text <String>]: Represents the axis title.
                    [Visible <Boolean?>]: A boolean that specifies the visibility of an axis title.
                [SeriesAxis <IMicrosoftGraphWorkbookChartAxis>]: workbookChartAxis
                [ValueAxis <IMicrosoftGraphWorkbookChartAxis>]: workbookChartAxis
              [DataLabels <IMicrosoftGraphWorkbookChartDataLabels>]: workbookChartDataLabels
                [(Any) <Object>]: This indicates any property can be added to this object.
                [Id <String>]: Read-only.
                [Format <IMicrosoftGraphWorkbookChartDataLabelFormat>]: workbookChartDataLabelFormat
                  [(Any) <Object>]: This indicates any property can be added to this object.
                  [Id <String>]: Read-only.
                  [Fill <IMicrosoftGraphWorkbookChartFill>]: workbookChartFill
                    [(Any) <Object>]: This indicates any property can be added to this object.
                    [Id <String>]: Read-only.
                  [Font <IMicrosoftGraphWorkbookChartFont>]: workbookChartFont
                [Position <String>]: DataLabelPosition value that represents the position of the data label. The possible values are: None, Center, InsideEnd, InsideBase, OutsideEnd, Left, Right, Top, Bottom, BestFit, Callout.
                [Separator <String>]: String representing the separator used for the data labels on a chart.
                [ShowBubbleSize <Boolean?>]: Boolean value representing if the data label bubble size is visible or not.
                [ShowCategoryName <Boolean?>]: Boolean value representing if the data label category name is visible or not.
                [ShowLegendKey <Boolean?>]: Boolean value representing if the data label legend key is visible or not.
                [ShowPercentage <Boolean?>]: Boolean value representing if the data label percentage is visible or not.
                [ShowSeriesName <Boolean?>]: Boolean value representing if the data label series name is visible or not.
                [ShowValue <Boolean?>]: Boolean value representing if the data label value is visible or not.
              [Format <IMicrosoftGraphWorkbookChartAreaFormat>]: workbookChartAreaFormat
                [(Any) <Object>]: This indicates any property can be added to this object.
                [Id <String>]: Read-only.
                [Fill <IMicrosoftGraphWorkbookChartFill>]: workbookChartFill
                [Font <IMicrosoftGraphWorkbookChartFont>]: workbookChartFont
              [Height <Double?>]: Represents the height, in points, of the chart object.
              [Left <Double?>]: The distance, in points, from the left side of the chart to the worksheet origin.
              [Legend <IMicrosoftGraphWorkbookChartLegend>]: workbookChartLegend
                [(Any) <Object>]: This indicates any property can be added to this object.
                [Id <String>]: Read-only.
                [Format <IMicrosoftGraphWorkbookChartLegendFormat>]: workbookChartLegendFormat
                  [(Any) <Object>]: This indicates any property can be added to this object.
                  [Id <String>]: Read-only.
                  [Fill <IMicrosoftGraphWorkbookChartFill>]: workbookChartFill
                  [Font <IMicrosoftGraphWorkbookChartFont>]: workbookChartFont
                [Overlay <Boolean?>]: Boolean value for whether the chart legend should overlap with the main body of the chart.
                [Position <String>]: Represents the position of the legend on the chart. The possible values are: Top, Bottom, Left, Right, Corner, Custom.
                [Visible <Boolean?>]: A boolean value the represents the visibility of a ChartLegend object.
              [Name <String>]: Represents the name of a chart object.
              [Series <IMicrosoftGraphWorkbookChartSeries1[]>]: Represents either a single series or collection of series in the chart. Read-only.
                [Id <String>]: Read-only.
                [Format <IMicrosoftGraphWorkbookChartSeriesFormat>]: workbookChartSeriesFormat
                  [(Any) <Object>]: This indicates any property can be added to this object.
                  [Id <String>]: Read-only.
                  [Fill <IMicrosoftGraphWorkbookChartFill>]: workbookChartFill
                  [Line <IMicrosoftGraphWorkbookChartLineFormat>]: workbookChartLineFormat
                [Name <String>]: Represents the name of a series in a chart.
                [Points <IMicrosoftGraphWorkbookChartPoint[]>]: Represents a collection of all points in the series. Read-only.
                  [Id <String>]: Read-only.
                  [Format <IMicrosoftGraphWorkbookChartPointFormat>]: workbookChartPointFormat
                    [(Any) <Object>]: This indicates any property can be added to this object.
                    [Id <String>]: Read-only.
                    [Fill <IMicrosoftGraphWorkbookChartFill>]: workbookChartFill
                  [Value <IMicrosoftGraphJson>]: Json
              [Title <IMicrosoftGraphWorkbookChartTitle>]: workbookChartTitle
                [(Any) <Object>]: This indicates any property can be added to this object.
                [Id <String>]: Read-only.
                [Format <IMicrosoftGraphWorkbookChartTitleFormat>]: workbookChartTitleFormat
                  [(Any) <Object>]: This indicates any property can be added to this object.
                  [Id <String>]: Read-only.
                  [Fill <IMicrosoftGraphWorkbookChartFill>]: workbookChartFill
                  [Font <IMicrosoftGraphWorkbookChartFont>]: workbookChartFont
                [Overlay <Boolean?>]: Boolean value representing if the chart title will overlay the chart or not.
                [Text <String>]: Represents the title text of a chart.
                [Visible <Boolean?>]: A boolean value the represents the visibility of a chart title object.
              [Top <Double?>]: Represents the distance, in points, from the top edge of the object to the top of row 1 (on a worksheet) or the top of the chart area (on a chart).
              [Width <Double?>]: Represents the width, in points, of the chart object.
              [Worksheet <IMicrosoftGraphWorkbookWorksheet1>]: workbookWorksheet
            [Name <String>]: The display name of the worksheet.
            [Names <IMicrosoftGraphWorkbookNamedItem1[]>]: Returns collection of names that are associated with the worksheet. Read-only.
            [PivotTables <IMicrosoftGraphWorkbookPivotTable[]>]: Collection of PivotTables that are part of the worksheet.
              [Id <String>]: Read-only.
              [Name <String>]: Name of the PivotTable.
              [Worksheet <IMicrosoftGraphWorkbookWorksheet1>]: workbookWorksheet
            [Position <Int32?>]: The zero-based position of the worksheet within the workbook.
            [Protection <IMicrosoftGraphWorkbookWorksheetProtection>]: workbookWorksheetProtection
              [(Any) <Object>]: This indicates any property can be added to this object.
              [Id <String>]: Read-only.
              [Options <IMicrosoftGraphWorkbookWorksheetProtectionOptions>]: workbookWorksheetProtectionOptions
                [(Any) <Object>]: This indicates any property can be added to this object.
                [AllowAutoFilter <Boolean?>]: Represents the worksheet protection option of allowing using auto filter feature.
                [AllowDeleteColumns <Boolean?>]: Represents the worksheet protection option of allowing deleting columns.
                [AllowDeleteRows <Boolean?>]: Represents the worksheet protection option of allowing deleting rows.
                [AllowFormatCells <Boolean?>]: Represents the worksheet protection option of allowing formatting cells.
                [AllowFormatColumns <Boolean?>]: Represents the worksheet protection option of allowing formatting columns.
                [AllowFormatRows <Boolean?>]: Represents the worksheet protection option of allowing formatting rows.
                [AllowInsertColumns <Boolean?>]: Represents the worksheet protection option of allowing inserting columns.
                [AllowInsertHyperlinks <Boolean?>]: Represents the worksheet protection option of allowing inserting hyperlinks.
                [AllowInsertRows <Boolean?>]: Represents the worksheet protection option of allowing inserting rows.
                [AllowPivotTables <Boolean?>]: Represents the worksheet protection option of allowing using pivot table feature.
                [AllowSort <Boolean?>]: Represents the worksheet protection option of allowing using sort feature.
              [Protected <Boolean?>]: Indicates if the worksheet is protected. Read-only.
            [Tables <IMicrosoftGraphWorkbookTable[]>]: Collection of tables that are part of the worksheet. Read-only.
              [Id <String>]: Read-only.
              [Columns <IMicrosoftGraphWorkbookTableColumn[]>]: Represents a collection of all the columns in the table. Read-only.
                [Id <String>]: Read-only.
                [Filter <IMicrosoftGraphWorkbookFilter>]: workbookFilter
                  [(Any) <Object>]: This indicates any property can be added to this object.
                  [Id <String>]: Read-only.
                  [Criteria <IMicrosoftGraphWorkbookFilterCriteria>]: workbookFilterCriteria
                    [(Any) <Object>]: This indicates any property can be added to this object.
                    [Color <String>]:
                    [Criterion1 <String>]:
                    [Criterion2 <String>]:
                    [DynamicCriteria <String>]:
                    [FilterOn <String>]:
                    [Icon <IMicrosoftGraphWorkbookIcon>]: workbookIcon
                      [(Any) <Object>]: This indicates any property can be added to this object.
                      [Index <Int32?>]: Represents the index of the icon in the given set.
                      [Set <String>]: Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.
                    [Operator <String>]:
                    [Values <IMicrosoftGraphJson>]: Json
                [Index <Int32?>]: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only.
                [Name <String>]: Returns the name of the table column.
                [Values <IMicrosoftGraphJson>]: Json
              [HighlightFirstColumn <Boolean?>]: Indicates whether the first column contains special formatting.
              [HighlightLastColumn <Boolean?>]: Indicates whether the last column contains special formatting.
              [LegacyId <String>]: Legacy Id used in older Excle clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and should not be parsed to any other type. Read-only.
              [Name <String>]: Name of the table.
              [Rows <IMicrosoftGraphWorkbookTableRow[]>]: Represents a collection of all the rows in the table. Read-only.
                [Id <String>]: Read-only.
                [Index <Int32?>]: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only.
                [Values <IMicrosoftGraphJson>]: Json
              [ShowBandedColumns <Boolean?>]: Indicates whether the columns show banded formatting in which odd columns are highlighted differently from even ones to make reading the table easier.
              [ShowBandedRows <Boolean?>]: Indicates whether the rows show banded formatting in which odd rows are highlighted differently from even ones to make reading the table easier.
              [ShowFilterButton <Boolean?>]: Indicates whether the filter buttons are visible at the top of each column header. Setting this is only allowed if the table contains a header row.
              [ShowHeaders <Boolean?>]: Indicates whether the header row is visible or not. This value can be set to show or remove the header row.
              [ShowTotals <Boolean?>]: Indicates whether the total row is visible or not. This value can be set to show or remove the total row.
              [Sort <IMicrosoftGraphWorkbookTableSort>]: workbookTableSort
                [(Any) <Object>]: This indicates any property can be added to this object.
                [Id <String>]: Read-only.
                [Fields <IMicrosoftGraphWorkbookSortField[]>]: Represents the current conditions used to last sort the table. Read-only.
                  [Ascending <Boolean?>]: Represents whether the sorting is done in an ascending fashion.
                  [Color <String>]: Represents the color that is the target of the condition if the sorting is on font or cell color.
                  [DataOption <String>]: Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.
                  [Icon <IMicrosoftGraphWorkbookIcon>]: workbookIcon
                  [Key <Int32?>]: Represents the column (or row, depending on the sort orientation) that the condition is on. Represented as an offset from the first column (or row).
                  [SortOn <String>]: Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.
                [MatchCase <Boolean?>]: Represents whether the casing impacted the last sort of the table. Read-only.
                [Method <String>]: Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.
              [Style <String>]: Constant value that represents the Table style. The possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.
              [Worksheet <IMicrosoftGraphWorkbookWorksheet1>]: workbookWorksheet
            [Visibility <String>]: The Visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.
        [Operations <IMicrosoftGraphWorkbookOperation[]>]: The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.
          [Id <String>]: Read-only.
          [Error <IMicrosoftGraphWorkbookOperationError>]: workbookOperationError
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Code <String>]: The error code.
            [InnerError <IMicrosoftGraphWorkbookOperationError>]: workbookOperationError
            [Message <String>]: The error message.
          [ResourceLocation <String>]: The resource URI for the result.
          [Status <String>]: workbookOperationStatus
        [Tables <IMicrosoftGraphWorkbookTable[]>]: Represents a collection of tables associated with the workbook. Read-only.
        [Worksheets <IMicrosoftGraphWorkbookWorksheet1[]>]: Represents a collection of worksheets associated with the workbook. Read-only.
    [Items <IMicrosoftGraphDriveItem1[]>]: All items contained in the drive. Read-only. Nullable.
    [List <IMicrosoftGraphList>]: list
      [(Any) <Object>]: This indicates any property can be added to this object.
      [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
      [CreatedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
      [CreatedDateTime <DateTime?>]: Date and time of item creation. Read-only.
      [Description <String>]: Provides a user-visible description of the item. Optional.
      [ETag <String>]: ETag for the item. Read-only.
      [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
      [LastModifiedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
      [LastModifiedDateTime <DateTime?>]: Date and time the item was last modified. Read-only.
      [Name <String>]: The name of the item. Read-write.
      [ParentReference <IMicrosoftGraphItemReference>]: itemReference
      [WebUrl <String>]: URL that displays the resource in the browser. Read-only.
      [Id <String>]: Read-only.
      [Columns <IMicrosoftGraphColumnDefinition[]>]: The collection of field definitions for this list.
        [Id <String>]: Read-only.
        [Boolean <IMicrosoftGraphBooleanColumn>]: booleanColumn
          [(Any) <Object>]: This indicates any property can be added to this object.
        [Calculated <IMicrosoftGraphCalculatedColumn>]: calculatedColumn
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Format <String>]: For dateTime output types, the format of the value. Must be one of dateOnly or dateTime.
          [Formula <String>]: The formula used to compute the value for this column.
          [OutputType <String>]: The output type used to format values in this column. Must be one of boolean, currency, dateTime, number, or text.
        [Choice <IMicrosoftGraphChoiceColumn>]: choiceColumn
          [(Any) <Object>]: This indicates any property can be added to this object.
          [AllowTextEntry <Boolean?>]: If true, allows custom values that aren't in the configured choices.
          [Choices <String[]>]: The list of values available for this column.
          [DisplayAs <String>]: How the choices are to be presented in the UX. Must be one of checkBoxes, dropDownMenu, or radioButtons
        [ColumnGroup <String>]: For site columns, the name of the group this column belongs to. Helps organize related columns.
        [Currency <IMicrosoftGraphCurrencyColumn>]: currencyColumn
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Locale <String>]: Specifies the locale from which to infer the currency symbol.
        [DateTime <IMicrosoftGraphDateTimeColumn>]: dateTimeColumn
          [(Any) <Object>]: This indicates any property can be added to this object.
          [DisplayAs <String>]: How the value should be presented in the UX. Must be one of default, friendly, or standard. See below for more details. If unspecified, treated as default.
          [Format <String>]: Indicates whether the value should be presented as a date only or a date and time. Must be one of dateOnly or dateTime
        [DefaultValue <IMicrosoftGraphDefaultColumnValue>]: defaultColumnValue
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Formula <String>]: The formula used to compute the default value for this column.
          [Value <String>]: The direct value to use as the default value for this column.
        [Description <String>]: The user-facing description of the column.
        [DisplayName <String>]: The user-facing name of the column.
        [EnforceUniqueValues <Boolean?>]: If true, no two list items may have the same value for this column.
        [Geolocation <IMicrosoftGraphGeolocationColumn>]: geolocationColumn
          [(Any) <Object>]: This indicates any property can be added to this object.
        [Hidden <Boolean?>]: Specifies whether the column is displayed in the user interface.
        [Indexed <Boolean?>]: Specifies whether the column values can used for sorting and searching.
        [Lookup <IMicrosoftGraphLookupColumn>]: lookupColumn
          [(Any) <Object>]: This indicates any property can be added to this object.
          [AllowMultipleValues <Boolean?>]: Indicates whether multiple values can be selected from the source.
          [AllowUnlimitedLength <Boolean?>]: Indicates whether values in the column should be able to exceed the standard limit of 255 characters.
          [ColumnName <String>]: The name of the lookup source column.
          [ListId <String>]: The unique identifier of the lookup source list.
          [PrimaryLookupColumnId <String>]: If specified, this column is a secondary lookup, pulling an additional field from the list item looked up by the primary lookup. Use the list item looked up by the primary as the source for the column named here.
        [Name <String>]: The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.
        [Number <IMicrosoftGraphNumberColumn>]: numberColumn
          [(Any) <Object>]: This indicates any property can be added to this object.
          [DecimalPlaces <String>]: How many decimal places to display. See below for information about the possible values.
          [DisplayAs <String>]: How the value should be presented in the UX. Must be one of number or percentage. If unspecified, treated as number.
          [Maximum <Double?>]: The maximum permitted value.
          [Minimum <Double?>]: The minimum permitted value.
        [PersonOrGroup <IMicrosoftGraphPersonOrGroupColumn>]: personOrGroupColumn
          [(Any) <Object>]: This indicates any property can be added to this object.
          [AllowMultipleSelection <Boolean?>]: Indicates whether multiple values can be selected from the source.
          [ChooseFromType <String>]: Whether to allow selection of people only, or people and groups. Must be one of peopleAndGroups or peopleOnly.
          [DisplayAs <String>]: How to display the information about the person or group chosen. See below.
        [ReadOnly <Boolean?>]: Specifies whether the column values can be modified.
        [Required <Boolean?>]: Specifies whether the column value is not optional.
        [Text <IMicrosoftGraphTextColumn>]: textColumn
          [(Any) <Object>]: This indicates any property can be added to this object.
          [AllowMultipleLines <Boolean?>]: Whether to allow multiple lines of text.
          [AppendChangesToExistingText <Boolean?>]: Whether updates to this column should replace existing text, or append to it.
          [LinesForEditing <Int32?>]: The size of the text box.
          [MaxLength <Int32?>]: The maximum number of characters for the value.
          [TextType <String>]: The type of text being stored. Must be one of plain or richText
      [ContentTypes <IMicrosoftGraphContentType[]>]: The collection of content types present in this list.
        [Id <String>]: Read-only.
        [ColumnLinks <IMicrosoftGraphColumnLink[]>]: The collection of columns that are required by this content type
          [Id <String>]: Read-only.
          [Name <String>]: The name of the column in this content type.
        [Description <String>]: The descriptive text for the item.
        [Group <String>]: The name of the group this content type belongs to. Helps organize related content types.
        [Hidden <Boolean?>]: Indicates whether the content type is hidden in the list's 'New' menu.
        [InheritedFrom <IMicrosoftGraphItemReference>]: itemReference
        [Name <String>]: The name of the content type.
        [Order <IMicrosoftGraphContentTypeOrder>]: contentTypeOrder
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Default <Boolean?>]: Whether this is the default Content Type
          [Position <Int32?>]: Specifies the position in which the Content Type appears in the selection UI.
        [ParentId <String>]: The unique identifier of the content type.
        [ReadOnly <Boolean?>]: If true, the content type cannot be modified unless this value is first set to false.
        [Sealed <Boolean?>]: If true, the content type cannot be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types.
      [DisplayName <String>]: The displayable title of the list.
      [Drive <IMicrosoftGraphDrive>]: drive
      [Items <IMicrosoftGraphListItem[]>]: All items contained in the list.
      [List <IMicrosoftGraphListInfo>]: listInfo
        [(Any) <Object>]: This indicates any property can be added to this object.
        [ContentTypesEnabled <Boolean?>]: If true, indicates that content types are enabled for this list.
        [Hidden <Boolean?>]: If true, indicates that the list is not normally visible in the SharePoint user experience.
        [Template <String>]: An enumerated value that represents the base list template used in creating the list. Possible values include documentLibrary, genericList, task, survey, announcements, contacts, and more.
      [SharepointIds <IMicrosoftGraphSharepointIds>]: sharepointIds
      [Subscriptions <IMicrosoftGraphSubscription[]>]: The set of subscriptions on the list.
      [System <IMicrosoftGraphSystemFacet>]: systemFacet
        [(Any) <Object>]: This indicates any property can be added to this object.
    [Owner <IMicrosoftGraphIdentitySet>]: identitySet
    [Quota <IMicrosoftGraphQuota>]: quota
      [(Any) <Object>]: This indicates any property can be added to this object.
      [Deleted <Int64?>]: Total space consumed by files in the recycle bin, in bytes. Read-only.
      [Remaining <Int64?>]: Total space remaining before reaching the quota limit, in bytes. Read-only.
      [State <String>]: Enumeration value that indicates the state of the storage space. Read-only.
      [StoragePlanInformation <IMicrosoftGraphStoragePlanInformation>]: storagePlanInformation
        [(Any) <Object>]: This indicates any property can be added to this object.
        [UpgradeAvailable <Boolean?>]: Indicates whether there are higher storage quota plans available. Read-only.
      [Total <Int64?>]: Total allowed storage space, in bytes. Read-only.
      [Used <Int64?>]: Total space used, in bytes. Read-only.
    [Root <IMicrosoftGraphDriveItem1>]: driveItem
    [SharePointIds <IMicrosoftGraphSharepointIds>]: sharepointIds
    [Special <IMicrosoftGraphDriveItem1[]>]: Collection of common folders available in OneDrive. Read-only. Nullable.
    [System <IMicrosoftGraphSystemFacet>]: systemFacet
  [Drives <IMicrosoftGraphDrive[]>]: A collection of drives available for this user. Read-only.
  [EmployeeId <String>]: The employee identifier assigned to the user by the organization. Supports $filter.
  [Events <IMicrosoftGraphEvent[]>]: The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable.
  [Extensions <IMicrosoftGraphExtension[]>]: The collection of open extensions defined for the user. Read-only. Nullable.
  [ExternalUserState <String>]: For an external user invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. Returned only on $select. Supports $filter with the supported values. For example: $filter=externalUserState eq 'PendingAcceptance'.
  [ExternalUserStateChangeDateTime <DateTime?>]: Shows the timestamp for the latest change to the externalUserState property. Returned only on $select.
  [FaxNumber <String>]: The fax number of the user.
  [FollowedSites <IMicrosoftGraphSite[]>]:
    [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
    [CreatedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
    [CreatedDateTime <DateTime?>]: Date and time of item creation. Read-only.
    [Description <String>]: Provides a user-visible description of the item. Optional.
    [ETag <String>]: ETag for the item. Read-only.
    [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
    [LastModifiedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
    [LastModifiedDateTime <DateTime?>]: Date and time the item was last modified. Read-only.
    [Name <String>]: The name of the item. Read-write.
    [ParentReference <IMicrosoftGraphItemReference>]: itemReference
    [WebUrl <String>]: URL that displays the resource in the browser. Read-only.
    [Id <String>]: Read-only.
    [Analytics <IMicrosoftGraphItemAnalytics>]: itemAnalytics
    [Columns <IMicrosoftGraphColumnDefinition[]>]: The collection of column definitions reusable across lists under this site.
    [ContentTypes <IMicrosoftGraphContentType[]>]: The collection of content types defined for this site.
    [DisplayName <String>]: The full title for the site. Read-only.
    [Drive <IMicrosoftGraphDrive>]: drive
    [Drives <IMicrosoftGraphDrive[]>]: The collection of drives (document libraries) under this site.
    [Error <IMicrosoftGraphPublicError>]: publicError
      [(Any) <Object>]: This indicates any property can be added to this object.
      [Code <String>]:
      [Details <IMicrosoftGraphPublicErrorDetail[]>]:
        [Code <String>]:
        [Message <String>]:
        [Target <String>]:
      [InnerError <IMicrosoftGraphPublicInnerError>]: publicInnerError
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Code <String>]:
        [Details <IMicrosoftGraphPublicErrorDetail[]>]:
        [Message <String>]:
        [Target <String>]:
      [Message <String>]:
      [Target <String>]:
    [Items <IMicrosoftGraphBaseItem[]>]: Used to address any item contained in this site. This collection cannot be enumerated.
      [Id <String>]: Read-only.
      [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
      [CreatedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
      [CreatedDateTime <DateTime?>]: Date and time of item creation. Read-only.
      [Description <String>]: Provides a user-visible description of the item. Optional.
      [ETag <String>]: ETag for the item. Read-only.
      [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
      [LastModifiedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
      [LastModifiedDateTime <DateTime?>]: Date and time the item was last modified. Read-only.
      [Name <String>]: The name of the item. Read-write.
      [ParentReference <IMicrosoftGraphItemReference>]: itemReference
      [WebUrl <String>]: URL that displays the resource in the browser. Read-only.
    [Lists <IMicrosoftGraphList[]>]: The collection of lists under this site.
    [Onenote <IMicrosoftGraphOnenote>]: onenote
      [(Any) <Object>]: This indicates any property can be added to this object.
      [Id <String>]: Read-only.
      [Notebooks <IMicrosoftGraphNotebook1[]>]: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable.
        [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [DisplayName <String>]: The name of the notebook.
        [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [LastModifiedDateTime <DateTime?>]: The date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
        [CreatedDateTime <DateTime?>]: The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
        [Self <String>]: The endpoint where you can get details about the page. Read-only.
        [Id <String>]: Read-only.
        [IsDefault <Boolean?>]: Indicates whether this is the user's default notebook. Read-only.
        [IsShared <Boolean?>]: Indicates whether the notebook is shared. If true, the contents of the notebook can be seen by people other than the owner. Read-only.
        [Links <IMicrosoftGraphNotebookLinks>]: notebookLinks
          [(Any) <Object>]: This indicates any property can be added to this object.
          [OneNoteClientUrl <IMicrosoftGraphExternalLink>]: externalLink
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Href <String>]: The url of the link.
          [OneNoteWebUrl <IMicrosoftGraphExternalLink>]: externalLink
        [SectionGroups <IMicrosoftGraphSectionGroup1[]>]: The section groups in the notebook. Read-only. Nullable.
          [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
          [DisplayName <String>]: The name of the notebook.
          [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
          [LastModifiedDateTime <DateTime?>]: The date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
          [CreatedDateTime <DateTime?>]: The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
          [Self <String>]: The endpoint where you can get details about the page. Read-only.
          [Id <String>]: Read-only.
          [ParentNotebook <IMicrosoftGraphNotebook1>]: notebook
          [ParentSectionGroup <IMicrosoftGraphSectionGroup1>]: sectionGroup
          [SectionGroups <IMicrosoftGraphSectionGroup1[]>]: The section groups in the section. Read-only. Nullable.
          [SectionGroupsUrl <String>]: The URL for the sectionGroups navigation property, which returns all the section groups in the section group. Read-only.
          [Sections <IMicrosoftGraphOnenoteSection1[]>]: The sections in the section group. Read-only. Nullable.
            [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
            [DisplayName <String>]: The name of the notebook.
            [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
            [LastModifiedDateTime <DateTime?>]: The date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
            [CreatedDateTime <DateTime?>]: The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
            [Self <String>]: The endpoint where you can get details about the page. Read-only.
            [Id <String>]: Read-only.
            [IsDefault <Boolean?>]: Indicates whether this is the user's default section. Read-only.
            [Links <IMicrosoftGraphSectionLinks>]: sectionLinks
              [(Any) <Object>]: This indicates any property can be added to this object.
              [OneNoteClientUrl <IMicrosoftGraphExternalLink>]: externalLink
              [OneNoteWebUrl <IMicrosoftGraphExternalLink>]: externalLink
            [Pages <IMicrosoftGraphOnenotePage[]>]: The collection of pages in the section. Read-only. Nullable.
              [CreatedDateTime <DateTime?>]: The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
              [Self <String>]: The endpoint where you can get details about the page. Read-only.
              [Id <String>]: Read-only.
              [Content <Byte[]>]: The page's HTML content.
              [ContentUrl <String>]: The URL for the page's HTML content. Read-only.
              [CreatedByAppId <String>]: The unique identifier of the application that created the page. Read-only.
              [LastModifiedDateTime <DateTime?>]: The date and time when the page was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
              [Level <Int32?>]: The indentation level of the page. Read-only.
              [Links <IMicrosoftGraphPageLinks>]: pageLinks
                [(Any) <Object>]: This indicates any property can be added to this object.
                [OneNoteClientUrl <IMicrosoftGraphExternalLink>]: externalLink
                [OneNoteWebUrl <IMicrosoftGraphExternalLink>]: externalLink
              [Order <Int32?>]: The order of the page within its parent section. Read-only.
              [ParentNotebook <IMicrosoftGraphNotebook1>]: notebook
              [ParentSection <IMicrosoftGraphOnenoteSection1>]: onenoteSection
              [Title <String>]: The title of the page.
              [UserTags <String[]>]:
            [PagesUrl <String>]: The pages endpoint where you can get details for all the pages in the section. Read-only.
            [ParentNotebook <IMicrosoftGraphNotebook1>]: notebook
            [ParentSectionGroup <IMicrosoftGraphSectionGroup1>]: sectionGroup
          [SectionsUrl <String>]: The URL for the sections navigation property, which returns all the sections in the section group. Read-only.
        [SectionGroupsUrl <String>]: The URL for the sectionGroups navigation property, which returns all the section groups in the notebook. Read-only.
        [Sections <IMicrosoftGraphOnenoteSection1[]>]: The sections in the notebook. Read-only. Nullable.
        [SectionsUrl <String>]: The URL for the sections navigation property, which returns all the sections in the notebook. Read-only.
        [UserRole <String>]: onenoteUserRole
      [Operations <IMicrosoftGraphOnenoteOperation[]>]: The status of OneNote operations. Getting an operations collection is not supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.
        [CreatedDateTime <DateTime?>]: The start time of the operation.
        [LastActionDateTime <DateTime?>]: The time of the last action of the operation.
        [Status <String>]: operationStatus
        [Id <String>]: Read-only.
        [Error <IMicrosoftGraphOnenoteOperationError>]: onenoteOperationError
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Code <String>]: The error code.
          [Message <String>]: The error message.
        [PercentComplete <String>]: The operation percent complete if the operation is still in running status
        [ResourceId <String>]: The resource id.
        [ResourceLocation <String>]: The resource URI for the object. For example, the resource URI for a copied page or section.
      [Pages <IMicrosoftGraphOnenotePage[]>]: The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
      [Resources <IMicrosoftGraphOnenoteResource[]>]: The image and other file resources in OneNote pages. Getting a resources collection is not supported, but you can get the binary content of a specific resource. Read-only. Nullable.
        [Self <String>]: The endpoint where you can get details about the page. Read-only.
        [Id <String>]: Read-only.
        [Content <Byte[]>]: The content stream
        [ContentUrl <String>]: The URL for downloading the content
      [SectionGroups <IMicrosoftGraphSectionGroup1[]>]: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
      [Sections <IMicrosoftGraphOnenoteSection1[]>]: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
    [Root <IMicrosoftGraphRoot>]: root
    [SharepointIds <IMicrosoftGraphSharepointIds>]: sharepointIds
    [SiteCollection <IMicrosoftGraphSiteCollection>]: siteCollection
      [(Any) <Object>]: This indicates any property can be added to this object.
      [DataLocationCode <String>]: The geographic region code for where this site collection resides. Read-only.
      [Hostname <String>]: The hostname for the site collection. Read-only.
      [Root <IMicrosoftGraphRoot>]: root
    [Sites <IMicrosoftGraphSite[]>]: The collection of the sub-sites under this site.
  [GivenName <String>]: The given name (first name) of the user. Supports $filter.
  [HireDate <DateTime?>]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
  [Identities <IMicrosoftGraphObjectIdentity[]>]: Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Supports $filter.
    [Issuer <String>]: Specifies the issuer of the identity, for example facebook.com.For local accounts (where signInType is not federated), this property is the local B2C tenant default domain name, for example contoso.onmicrosoft.com.For external users from other Azure AD organization, this will be the domain of the federated organization, for example contoso.com.Supports $filter. 512 character limit.
    [IssuerAssignedId <String>]: Specifies the unique identifier assigned to the user by the issuer. The combination of issuer and issuerAssignedId must be unique within the organization. Represents the sign-in name for the user, when signInType is set to emailAddress or userName (also known as local accounts).When signInType is set to: emailAddress, (or starts with emailAddress like emailAddress1) issuerAssignedId must be a valid email addressuserName, issuerAssignedId must be a valid local part of an email addressSupports $filter. 512 character limit.
    [SignInType <String>]: Specifies the user sign-in types in your directory, such as emailAddress, userName or federated. Here, federated represents a unique identifier for a user from an issuer, that can be in any format chosen by the issuer. Additional validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string.
  [ImAddresses <String[]>]: The instant message voice over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only.
  [InferenceClassification <IMicrosoftGraphInferenceClassification>]: inferenceClassification
    [(Any) <Object>]: This indicates any property can be added to this object.
    [Id <String>]: Read-only.
    [Overrides <IMicrosoftGraphInferenceClassificationOverride[]>]: A set of overrides for a user to always classify messages from specific senders in certain ways: focused, or other. Read-only. Nullable.
      [Id <String>]: Read-only.
      [ClassifyAs <String>]: inferenceClassificationType
      [SenderEmailAddress <IMicrosoftGraphEmailAddress>]: emailAddress
  [Insights <IMicrosoftGraphOfficeGraphInsights>]: officeGraphInsights
    [(Any) <Object>]: This indicates any property can be added to this object.
    [Id <String>]: Read-only.
    [Shared <IMicrosoftGraphSharedInsight[]>]: Calculated relationship identifying documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for Business and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.
      [Id <String>]: Read-only.
      [LastShared <IMicrosoftGraphSharingDetail>]: sharingDetail
        [(Any) <Object>]: This indicates any property can be added to this object.
        [SharedBy <IMicrosoftGraphInsightIdentity>]: insightIdentity
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Address <String>]: The email address of the user who shared the item.
          [DisplayName <String>]: The display name of the user who shared the item.
          [Id <String>]: The id of the user who shared the item.
        [SharedDateTime <DateTime?>]: The date and time the file was last shared. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: 2014-01-01T00:00:00Z. Read-only.
        [SharingReference <IMicrosoftGraphResourceReference>]: resourceReference
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Id <String>]: The item's unique identifier.
          [Type <String>]: A string value that can be used to classify the item, such as 'microsoft.graph.driveItem'
          [WebUrl <String>]: A URL leading to the referenced item.
        [SharingSubject <String>]: The subject with which the document was shared.
        [SharingType <String>]: Determines the way the document was shared, can be by a 'Link', 'Attachment', 'Group', 'Site'.
      [LastSharedMethod <IMicrosoftGraphEntity>]: entity
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Id <String>]: Read-only.
      [Resource <IMicrosoftGraphEntity>]: entity
      [ResourceReference <IMicrosoftGraphResourceReference>]: resourceReference
      [ResourceVisualization <IMicrosoftGraphResourceVisualization>]: resourceVisualization
        [(Any) <Object>]: This indicates any property can be added to this object.
        [ContainerDisplayName <String>]: A string describing where the item is stored. For example, the name of a SharePoint site or the user name identifying the owner of the OneDrive storing the item.
        [ContainerType <String>]: Can be used for filtering by the type of container in which the file is stored. Such as Site or OneDriveBusiness.
        [ContainerWebUrl <String>]: A path leading to the folder in which the item is stored.
        [MediaType <String>]: The item's media type. Can be used for filtering for a specific type of file based on supported IANA Media Mime Types. Note that not all Media Mime Types are supported.
        [PreviewImageUrl <String>]: A URL leading to the preview image for the item.
        [PreviewText <String>]: A preview text for the item.
        [Title <String>]: The item's title text.
        [Type <String>]: The item's media type. Can be used for filtering for a specific file based on a specific type. See below for supported types.
      [SharingHistory <IMicrosoftGraphSharingDetail[]>]:
    [Trending <IMicrosoftGraphTrending[]>]: Calculated relationship identifying documents trending around a user. Trending documents are calculated based on activity of the user's closest network of people and include files stored in OneDrive for Business and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.
      [Id <String>]: Read-only.
      [LastModifiedDateTime <DateTime?>]:
      [Resource <IMicrosoftGraphEntity>]: entity
      [ResourceReference <IMicrosoftGraphResourceReference>]: resourceReference
      [ResourceVisualization <IMicrosoftGraphResourceVisualization>]: resourceVisualization
      [Weight <Double?>]: Value indicating how much the document is currently trending. The larger the number, the more the document is currently trending around the user (the more relevant it is). Returned documents are sorted by this value.
    [Used <IMicrosoftGraphUsedInsight[]>]: Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.
      [Id <String>]: Read-only.
      [LastUsed <IMicrosoftGraphUsageDetails>]: usageDetails
        [(Any) <Object>]: This indicates any property can be added to this object.
        [LastAccessedDateTime <DateTime?>]: The date and time the resource was last accessed by the user. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: 2014-01-01T00:00:00Z. Read-only.
        [LastModifiedDateTime <DateTime?>]: The date and time the resource was last modified by the user. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: 2014-01-01T00:00:00Z. Read-only.
      [Resource <IMicrosoftGraphEntity>]: entity
      [ResourceReference <IMicrosoftGraphResourceReference>]: resourceReference
      [ResourceVisualization <IMicrosoftGraphResourceVisualization>]: resourceVisualization
  [Interests <String[]>]: A list for the user to describe their interests.
  [IsResourceAccount <Boolean?>]: Do not use – reserved for future use.
  [JobTitle <String>]: The user’s job title. Supports $filter.
  [JoinedTeams <IMicrosoftGraphTeam[]>]:
    [Id <String>]: Read-only.
    [Channels <IMicrosoftGraphChannel[]>]: The collection of channels & messages associated with the team.
      [Id <String>]: Read-only.
      [Description <String>]: Optional textual description for the channel.
      [DisplayName <String>]: Channel name as it will appear to the user in Microsoft Teams.
      [Email <String>]: The email address for sending messages to the channel. Read-only.
      [FilesFolder <IMicrosoftGraphDriveItem1>]: driveItem
      [Messages <IMicrosoftGraphChatMessage1[]>]: A collection of all the messages in the channel. A navigation property. Nullable.
        [Id <String>]: Read-only.
        [Attachments <IMicrosoftGraphChatMessageAttachment[]>]: Attached files. Attachments are currently read-only – sending attachments is not supported.
          [Content <String>]: The content of the attachment. If the attachment is a rich card, set the property to the rich card object. This property and contentUrl are mutually exclusive.
          [ContentType <String>]: The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.
          [ContentUrl <String>]: URL for the content of the attachment. Supported protocols: http, https, file and data.
          [Id <String>]: Read-only. Unique id of the attachment.
          [Name <String>]: Name of the attachment.
          [ThumbnailUrl <String>]: URL to a thumbnail image that the channel can use if it supports using an alternative, smaller form of content or contentUrl. For example, if you set contentType to application/word and set contentUrl to the location of the Word document, you might include a thumbnail image that represents the document. The channel could display the thumbnail image instead of the document. When the user clicks the image, the channel would open the document.
        [Body <IMicrosoftGraphItemBody>]: itemBody
        [CreatedDateTime <DateTime?>]: Read only. Timestamp of when the chat message was created.
        [DeletedDateTime <DateTime?>]: Read only. Timestamp at which the chat message was deleted, or null if not deleted.
        [Etag <String>]: Read-only. Version number of the chat message.
        [From <IMicrosoftGraphIdentitySet>]: identitySet
        [HostedContents <IMicrosoftGraphChatMessageHostedContent[]>]:
          [Id <String>]: Read-only.
        [Importance <String>]:
        [LastModifiedDateTime <DateTime?>]: Read only. Timestamp of when the chat message is created or edited, including when a reply is made (if it's a root chat message in a channel) or a reaction is added or removed.
        [Locale <String>]: Locale of the chat message set by the client.
        [Mentions <IMicrosoftGraphChatMessageMention[]>]: List of entities mentioned in the chat message. Currently supports user, bot, team, channel.
          [Id <Int32?>]: Index of an entity being mentioned in the specified chatMessage. Matches the {index} value in the corresponding <at id='{index}'> tag in the message body.
          [MentionText <String>]: String used to represent the mention. For example, a user's display name, a team name.
          [Mentioned <IMicrosoftGraphIdentitySet>]: identitySet
        [MessageType <String>]:
        [PolicyViolation <IMicrosoftGraphChatMessagePolicyViolation>]: chatMessagePolicyViolation
          [(Any) <Object>]: This indicates any property can be added to this object.
          [DlpAction <String>]: chatMessagePolicyViolationDlpActionTypes
          [JustificationText <String>]:
          [PolicyTip <IMicrosoftGraphChatMessagePolicyViolationPolicyTip>]: chatMessagePolicyViolationPolicyTip
            [(Any) <Object>]: This indicates any property can be added to this object.
            [ComplianceUrl <String>]:
            [GeneralText <String>]:
            [MatchedConditionDescriptions <String[]>]:
          [UserAction <String>]: chatMessagePolicyViolationUserActionTypes
          [VerdictDetails <String>]: chatMessagePolicyViolationVerdictDetailsTypes
        [Reactions <IMicrosoftGraphChatMessageReaction[]>]:
          [CreatedDateTime <DateTime?>]:
          [ReactionType <String>]:
          [User <IMicrosoftGraphIdentitySet>]: identitySet
        [Replies <IMicrosoftGraphChatMessage1[]>]:
        [ReplyToId <String>]: Read-only. Id of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels not chats)
        [Subject <String>]: The subject of the chat message, in plaintext.
        [Summary <String>]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. Only applies to channel chat messages, not chat messages in a chat.
        [WebUrl <String>]:
      [Tabs <IMicrosoftGraphTeamsTab[]>]: A collection of all the tabs in the channel. A navigation property.
        [Id <String>]: Read-only.
        [Configuration <IMicrosoftGraphTeamsTabConfiguration>]: teamsTabConfiguration
          [(Any) <Object>]: This indicates any property can be added to this object.
          [ContentUrl <String>]: Url used for rendering tab contents in Teams. Required.
          [EntityId <String>]: Identifier for the entity hosted by the tab provider.
          [RemoveUrl <String>]: Url called by Teams client when a Tab is removed using the Teams Client.
          [WebsiteUrl <String>]: Url for showing tab contents outside of Teams.
        [DisplayName <String>]: Name of the tab.
        [TeamsApp <IMicrosoftGraphTeamsApp>]: teamsApp
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Id <String>]: Read-only.
          [AppDefinitions <IMicrosoftGraphTeamsAppDefinition[]>]: The details for each version of the app.
            [Id <String>]: Read-only.
            [DisplayName <String>]: The name of the app provided by the app developer.
            [TeamsAppId <String>]: The id from the Teams App manifest.
            [Version <String>]: The version number of the application.
          [DisplayName <String>]: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package.
          [DistributionMethod <String>]: teamsAppDistributionMethod
          [ExternalId <String>]: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package.
        [WebUrl <String>]: Deep link URL of the tab instance. Read only.
      [WebUrl <String>]: A hyperlink that will navigate to the channel in Microsoft Teams. This is the URL that you get when you right-click a channel in Microsoft Teams and select Get link to channel. This URL should be treated as an opaque blob, and not parsed. Read-only.
    [Classification <String>]:
    [Description <String>]:
    [DisplayName <String>]:
    [FunSettings <IMicrosoftGraphTeamFunSettings>]: teamFunSettings
      [(Any) <Object>]: This indicates any property can be added to this object.
      [AllowCustomMemes <Boolean?>]: If set to true, enables users to include custom memes.
      [AllowGiphy <Boolean?>]: If set to true, enables Giphy use.
      [AllowStickersAndMemes <Boolean?>]: If set to true, enables users to include stickers and memes.
      [GiphyContentRating <String>]: giphyRatingType
    [Group <IMicrosoftGraphGroup1>]: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types.
      [(Any) <Object>]: This indicates any property can be added to this object.
      [DeletedDateTime <DateTime?>]:
      [Id <String>]: Read-only.
      [AcceptedSenders <IMicrosoftGraphDirectoryObject[]>]: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post.
      [AllowExternalSenders <Boolean?>]: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select.
      [AppRoleAssignments <IMicrosoftGraphAppRoleAssignment[]>]:
      [AssignedLabels <IMicrosoftGraphAssignedLabel[]>]: The list of sensitivity label pairs (label ID, label name) associated with an Microsoft 365 group. Returned only on $select. Read-only.
        [DisplayName <String>]: The display name of the label. Read-only.
        [LabelId <String>]: The unique identifier of the label.
      [AssignedLicenses <IMicrosoftGraphAssignedLicense[]>]: The licenses that are assigned to the group. Returned only on $select. Read-only.
      [AutoSubscribeNewMembers <Boolean?>]: Indicates if new members added to the group will be auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; do not set it in the initial POST request that creates the group. Default value is false. Returned only on $select.
      [Calendar <IMicrosoftGraphCalendar>]: calendar
      [CalendarView <IMicrosoftGraphEvent[]>]: The calendar view for the calendar. Read-only.
      [Classification <String>]: Describes a classification for the group (such as low, medium or high business impact). Valid values for this property are defined by creating a ClassificationList setting value, based on the template definition.Returned by default.
      [Conversations <IMicrosoftGraphConversation[]>]: The group's conversations.
        [Id <String>]: Read-only.
        [HasAttachments <Boolean?>]: Indicates whether any of the posts within this Conversation has at least one attachment.
        [LastDeliveredDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [Preview <String>]: A short summary from the body of the latest post in this converstaion.
        [Threads <IMicrosoftGraphConversationThread[]>]: A collection of all the conversation threads in the conversation. A navigation property. Read-only. Nullable.
          [Id <String>]: Read-only.
          [CcRecipients <IMicrosoftGraphRecipient[]>]: The Cc: recipients for the thread.
          [HasAttachments <Boolean?>]: Indicates whether any of the posts within this thread has at least one attachment.
          [IsLocked <Boolean?>]: Indicates if the thread is locked.
          [LastDeliveredDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [Posts <IMicrosoftGraphPost1[]>]: Read-only. Nullable.
            [Categories <String[]>]: The categories associated with the item
            [ChangeKey <String>]: Identifies the version of the item. Every time the item is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.
            [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
            [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
            [Id <String>]: Read-only.
            [Attachments <IMicrosoftGraphAttachment[]>]: Read-only. Nullable.
            [Body <IMicrosoftGraphItemBody>]: itemBody
            [ConversationId <String>]: Unique ID of the conversation. Read-only.
            [ConversationThreadId <String>]: Unique ID of the conversation thread. Read-only.
            [Extensions <IMicrosoftGraphExtension[]>]: The collection of open extensions defined for the post. Read-only. Nullable.
            [From <IMicrosoftGraphRecipient>]: recipient
            [HasAttachments <Boolean?>]: Indicates whether the post has at least one attachment. This is a default property.
            [InReplyTo <IMicrosoftGraphPost1>]: post
            [MultiValueExtendedProperties <IMicrosoftGraphMultiValueLegacyExtendedProperty[]>]: The collection of multi-value extended properties defined for the post. Read-only. Nullable.
            [NewParticipants <IMicrosoftGraphRecipient[]>]: Conversation participants that were added to the thread as part of this post.
            [ReceivedDateTime <DateTime?>]: Specifies when the post was received. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
            [Sender <IMicrosoftGraphRecipient>]: recipient
            [SingleValueExtendedProperties <IMicrosoftGraphSingleValueLegacyExtendedProperty[]>]: The collection of single-value extended properties defined for the post. Read-only. Nullable.
          [Preview <String>]: A short summary from the body of the latest post in this conversation.
          [ToRecipients <IMicrosoftGraphRecipient[]>]: The To: recipients for the thread.
          [Topic <String>]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated.
          [UniqueSenders <String[]>]: All the users that sent a message to this thread.
        [Topic <String>]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated.
        [UniqueSenders <String[]>]: All the users that sent a message to this Conversation.
      [CreatedDateTime <DateTime?>]: Timestamp of when the group was created. The value cannot be modified and is automatically populated when the group is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Returned by default. Read-only.
      [CreatedOnBehalfOf <IMicrosoftGraphDirectoryObject>]: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types.
      [Description <String>]: An optional description for the group. Returned by default.
      [DisplayName <String>]: The display name for the group. This property is required when a group is created and cannot be cleared during updates. Returned by default. Supports $filter and $orderby.
      [Drive <IMicrosoftGraphDrive>]: drive
      [Drives <IMicrosoftGraphDrive[]>]: The group's drives. Read-only.
      [Events <IMicrosoftGraphEvent[]>]: The group's calendar events.
      [ExpirationDateTime <DateTime?>]: Timestamp of when the group is set to expire. The value cannot be modified and is automatically populated when the group is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Returned by default. Read-only.
      [Extensions <IMicrosoftGraphExtension[]>]: The collection of open extensions defined for the group. Read-only. Nullable.
      [GroupLifecyclePolicies <IMicrosoftGraphGroupLifecyclePolicy[]>]: The collection of lifecycle policies for this group. Read-only. Nullable.
        [Id <String>]: Read-only.
        [AlternateNotificationEmails <String>]: List of email address to send notifications for groups without owners. Multiple email address can be defined by separating email address with a semicolon.
        [GroupLifetimeInDays <Int32?>]: Number of days before a group expires and needs to be renewed. Once renewed, the group expiration is extended by the number of days defined.
        [ManagedGroupTypes <String>]: The group type for which the expiration policy applies. Possible values are All, Selected or None.
      [GroupTypes <String[]>]: Specifies the group type and its membership. If the collection contains Unified, the group is a Microsoft 365 group; otherwise, it's either a security group or distribution group. For details, see groups overview.If the collection includes DynamicMembership, the group has dynamic membership; otherwise, membership is static. Returned by default. Supports $filter.
      [HasMembersWithLicenseErrors <Boolean?>]: Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true). See an example.
      [HideFromAddressLists <Boolean?>]: True if the group is not displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select.
      [HideFromOutlookClients <Boolean?>]: True if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. Default value is false. Returned only on $select.
      [IsArchived <Boolean?>]:
      [IsSubscribedByMail <Boolean?>]: Indicates whether the signed-in user is subscribed to receive email conversations. Default value is true. Returned only on $select.
      [LicenseProcessingState <IMicrosoftGraphLicenseProcessingState>]: licenseProcessingState
        [(Any) <Object>]: This indicates any property can be added to this object.
        [State <String>]:
      [Mail <String>]: The SMTP address for the group, for example, 'serviceadmins@contoso.onmicrosoft.com'. Returned by default. Read-only. Supports $filter.
      [MailEnabled <Boolean?>]: Specifies whether the group is mail-enabled. Returned by default.
      [MailNickname <String>]: The mail alias for the group, unique in the organization. This property must be specified when a group is created. Returned by default. Supports $filter.
      [MemberOf <IMicrosoftGraphDirectoryObject[]>]: Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.
      [Members <IMicrosoftGraphDirectoryObject[]>]: Users and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups) Nullable.
      [MembersWithLicenseErrors <IMicrosoftGraphDirectoryObject[]>]: A list of group members with license errors from this group-based license assignment. Read-only.
      [MembershipRule <String>]: The rule that determines members for this group if the group is a dynamic group (groupTypes contains DynamicMembership). For more information about the syntax of the membership rule, see Membership Rules syntax. Returned by default.
      [MembershipRuleProcessingState <String>]: Indicates whether the dynamic membership processing is on or paused. Possible values are 'On' or 'Paused'. Returned by default.
      [OnPremisesDomainName <String>]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only.
      [OnPremisesLastSyncDateTime <DateTime?>]: Indicates the last time at which the group was synced with the on-premises directory.The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Returned by default. Read-only. Supports $filter.
      [OnPremisesNetBiosName <String>]: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only.
      [OnPremisesProvisioningErrors <IMicrosoftGraphOnPremisesProvisioningError[]>]: Errors when using Microsoft synchronization product during provisioning. Returned by default.
        [Category <String>]: Category of the provisioning error. Note: Currently, there is only one possible value. Possible value: PropertyConflict - indicates a property value is not unique. Other objects contain the same value for the property.
        [OccurredDateTime <DateTime?>]: The date and time at which the error occurred.
        [PropertyCausingError <String>]: Name of the directory property causing the error. Current possible values: UserPrincipalName or ProxyAddress
        [Value <String>]: Value of the property causing the error.
      [OnPremisesSamAccountName <String>]: Contains the on-premises SAM account name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only.
      [OnPremisesSecurityIdentifier <String>]: Contains the on-premises security identifier (SID) for the group that was synchronized from on-premises to the cloud. Returned by default. Read-only.
      [OnPremisesSyncEnabled <Boolean?>]: true if this group is synced from an on-premises directory; false if this group was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Returned by default. Read-only. Supports $filter.
      [Onenote <IMicrosoftGraphOnenote>]: onenote
      [Owners <IMicrosoftGraphDirectoryObject[]>]: The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. Limited to 100 owners. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.
      [Photo <IMicrosoftGraphProfilePhoto>]: profilePhoto
      [Photos <IMicrosoftGraphProfilePhoto[]>]: The profile photos owned by the group. Read-only. Nullable.
      [Planner <IMicrosoftGraphPlannerGroup>]: plannerGroup
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Id <String>]: Read-only.
        [Plans <IMicrosoftGraphPlannerPlan[]>]: Read-only. Nullable. Returns the plannerPlans owned by the group.
          [Id <String>]: Read-only.
          [Buckets <IMicrosoftGraphPlannerBucket[]>]: Read-only. Nullable. Collection of buckets in the plan.
            [Id <String>]: Read-only.
            [Name <String>]: Name of the bucket.
            [OrderHint <String>]: Hint used to order items of this type in a list view. The format is defined as outlined here.
            [PlanId <String>]: Plan ID to which the bucket belongs.
            [Tasks <IMicrosoftGraphPlannerTask[]>]: Read-only. Nullable. The collection of tasks in the bucket.
              [Id <String>]: Read-only.
              [ActiveChecklistItemCount <Int32?>]: Number of checklist items with value set to false, representing incomplete items.
              [AppliedCategories <IMicrosoftGraphPlannerAppliedCategories>]: plannerAppliedCategories
                [(Any) <Object>]: This indicates any property can be added to this object.
              [AssignedToTaskBoardFormat <IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat>]: plannerAssignedToTaskBoardTaskFormat
                [(Any) <Object>]: This indicates any property can be added to this object.
                [Id <String>]: Read-only.
                [OrderHintsByAssignee <IMicrosoftGraphPlannerOrderHintsByAssignee>]: plannerOrderHintsByAssignee
                  [(Any) <Object>]: This indicates any property can be added to this object.
                [UnassignedOrderHint <String>]: Hint value used to order the task on the AssignedTo view of the Task Board when the task is not assigned to anyone, or if the orderHintsByAssignee dictionary does not provide an order hint for the user the task is assigned to. The format is defined as outlined here.
              [AssigneePriority <String>]: Hint used to order items of this type in a list view. The format is defined as outlined here.
              [Assignments <IMicrosoftGraphPlannerAssignments>]: plannerAssignments
                [(Any) <Object>]: This indicates any property can be added to this object.
              [BucketId <String>]: Bucket ID to which the task belongs. The bucket needs to be in the plan that the task is in. It is 28 characters long and case-sensitive. Format validation is done on the service.
              [BucketTaskBoardFormat <IMicrosoftGraphPlannerBucketTaskBoardTaskFormat>]: plannerBucketTaskBoardTaskFormat
                [(Any) <Object>]: This indicates any property can be added to this object.
                [Id <String>]: Read-only.
                [OrderHint <String>]: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here.
              [ChecklistItemCount <Int32?>]: Number of checklist items that are present on the task.
              [CompletedBy <IMicrosoftGraphIdentitySet>]: identitySet
              [CompletedDateTime <DateTime?>]: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
              [ConversationThreadId <String>]: Thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group.
              [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
              [CreatedDateTime <DateTime?>]: Read-only. Date and time at which the task is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
              [Details <IMicrosoftGraphPlannerTaskDetails>]: plannerTaskDetails
                [(Any) <Object>]: This indicates any property can be added to this object.
                [Id <String>]: Read-only.
                [Checklist <IMicrosoftGraphPlannerChecklistItems>]: plannerChecklistItems
                  [(Any) <Object>]: This indicates any property can be added to this object.
                [Description <String>]: Description of the task
                [PreviewType <String>]: plannerPreviewType
                [References <IMicrosoftGraphPlannerExternalReferences>]: plannerExternalReferences
                  [(Any) <Object>]: This indicates any property can be added to this object.
              [DueDateTime <DateTime?>]: Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
              [HasDescription <Boolean?>]: Read-only. Value is true if the details object of the task has a non-empty description and false otherwise.
              [OrderHint <String>]: Hint used to order items of this type in a list view. The format is defined as outlined here.
              [PercentComplete <Int32?>]: Percentage of task completion. When set to 100, the task is considered completed.
              [PlanId <String>]: Plan ID to which the task belongs.
              [PreviewType <String>]: plannerPreviewType
              [ProgressTaskBoardFormat <IMicrosoftGraphPlannerProgressTaskBoardTaskFormat>]: plannerProgressTaskBoardTaskFormat
                [(Any) <Object>]: This indicates any property can be added to this object.
                [Id <String>]: Read-only.
                [OrderHint <String>]: Hint value used to order the task on the Progress view of the Task Board. The format is defined as outlined here.
              [ReferenceCount <Int32?>]: Number of external references that exist on the task.
              [StartDateTime <DateTime?>]: Date and time at which the task starts. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
              [Title <String>]: Title of the task.
          [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
          [CreatedDateTime <DateTime?>]: Read-only. Date and time at which the plan is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [Details <IMicrosoftGraphPlannerPlanDetails>]: plannerPlanDetails
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Id <String>]: Read-only.
            [CategoryDescriptions <IMicrosoftGraphPlannerCategoryDescriptions>]: plannerCategoryDescriptions
              [(Any) <Object>]: This indicates any property can be added to this object.
              [Category1 <String>]: The label associated with Category 1
              [Category2 <String>]: The label associated with Category 2
              [Category3 <String>]: The label associated with Category 3
              [Category4 <String>]: The label associated with Category 4
              [Category5 <String>]: The label associated with Category 5
              [Category6 <String>]: The label associated with Category 6
            [SharedWith <IMicrosoftGraphPlannerUserIds>]: plannerUserIds
              [(Any) <Object>]: This indicates any property can be added to this object.
          [Owner <String>]: ID of the Group that owns the plan. A valid group must exist before this field can be set. After it is set, this property can’t be updated.
          [Tasks <IMicrosoftGraphPlannerTask[]>]: Read-only. Nullable. Collection of tasks in the plan.
          [Title <String>]: Required. Title of the plan.
      [PreferredDataLocation <String>]: The preferred data location for the group. For more information, see OneDrive Online Multi-Geo. Returned by default.
      [PreferredLanguage <String>]: The preferred language for an Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default.
      [ProxyAddresses <String[]>]: Email addresses for the group that direct to the same group mailbox. For example: ['SMTP: bob@contoso.com', 'smtp: bob@sales.contoso.com']. The any operator is required to filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.
      [RejectedSenders <IMicrosoftGraphDirectoryObject[]>]: The list of users or groups that are not allowed to create posts or calendar events in this group. Nullable
      [RenewedDateTime <DateTime?>]: Timestamp of when the group was last renewed. This cannot be modified directly and is only updated via the renew service action. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Returned by default. Read-only.
      [SecurityEnabled <Boolean?>]: Specifies whether the group is a security group. Returned by default. Supports $filter.
      [SecurityIdentifier <String>]: Security identifier of the group, used in Windows scenarios. Returned by default.
      [Settings <IMicrosoftGraphGroupSetting[]>]: Read-only. Nullable.
        [Id <String>]: Read-only.
        [DisplayName <String>]: Display name of this group of settings, which comes from the associated template.
        [TemplateId <String>]: Unique identifier for the template used to create this group of settings. Read-only.
        [Values <IMicrosoftGraphSettingValue[]>]: Collection of name value pairs. Must contain and set all the settings defined in the template.
          [Name <String>]: Name of the setting (as defined by the groupSettingTemplate).
          [Value <String>]: Value of the setting.
      [Sites <IMicrosoftGraphSite[]>]: The list of SharePoint sites in this group. Access the default site with /sites/root.
      [Team <IMicrosoftGraphTeam>]: team
      [Theme <String>]: Specifies an Microsoft 365 group's color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.
      [Threads <IMicrosoftGraphConversationThread[]>]: The group's conversation threads. Nullable.
      [TransitiveMemberOf <IMicrosoftGraphDirectoryObject[]>]:
      [TransitiveMembers <IMicrosoftGraphDirectoryObject[]>]:
      [UnseenCount <Int32?>]: Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select.
      [Visibility <String>]: Specifies the visibility of a Microsoft 365 group. Possible values are: Private, Public, or Hiddenmembership; blank values are treated as public. See group visibility options to learn more.Visibility can be set only when a group is created; it is not editable.Visibility is supported only for unified groups; it is not supported for security groups. Returned by default.
    [GuestSettings <IMicrosoftGraphTeamGuestSettings>]: teamGuestSettings
      [(Any) <Object>]: This indicates any property can be added to this object.
      [AllowCreateUpdateChannels <Boolean?>]: If set to true, guests can add and update channels.
      [AllowDeleteChannels <Boolean?>]: If set to true, guests can delete channels.
    [InstalledApps <IMicrosoftGraphTeamsAppInstallation[]>]: The apps installed in this team.
      [Id <String>]: Read-only.
      [TeamsApp <IMicrosoftGraphTeamsApp>]: teamsApp
      [TeamsAppDefinition <IMicrosoftGraphTeamsAppDefinition>]: teamsAppDefinition
    [InternalId <String>]: A unique ID for the team that has been used in a few places such as the audit log/Office 365 Management Activity API.
    [IsArchived <Boolean?>]: Whether this team is in read-only mode.
    [MemberSettings <IMicrosoftGraphTeamMemberSettings>]: teamMemberSettings
      [(Any) <Object>]: This indicates any property can be added to this object.
      [AllowAddRemoveApps <Boolean?>]: If set to true, members can add and remove apps.
      [AllowCreateUpdateChannels <Boolean?>]: If set to true, members can add and update channels.
      [AllowCreateUpdateRemoveConnectors <Boolean?>]: If set to true, members can add, update, and remove connectors.
      [AllowCreateUpdateRemoveTabs <Boolean?>]: If set to true, members can add, update, and remove tabs.
      [AllowDeleteChannels <Boolean?>]: If set to true, members can delete channels.
    [Members <IMicrosoftGraphConversationMember[]>]:
      [Id <String>]: Read-only.
      [DisplayName <String>]:
      [Roles <String[]>]:
    [MessagingSettings <IMicrosoftGraphTeamMessagingSettings>]: teamMessagingSettings
      [(Any) <Object>]: This indicates any property can be added to this object.
      [AllowChannelMentions <Boolean?>]: If set to true, @channel mentions are allowed.
      [AllowOwnerDeleteMessages <Boolean?>]: If set to true, owners can delete any message.
      [AllowTeamMentions <Boolean?>]: If set to true, @team mentions are allowed.
      [AllowUserDeleteMessages <Boolean?>]: If set to true, users can delete their messages.
      [AllowUserEditMessages <Boolean?>]: If set to true, users can edit their messages.
    [Operations <IMicrosoftGraphTeamsAsyncOperation[]>]:
      [Id <String>]: Read-only.
      [AttemptsCount <Int32?>]:
      [CreatedDateTime <DateTime?>]:
      [Error <IMicrosoftGraphOperationError>]: operationError
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Code <String>]: Operation error code.
        [Message <String>]: Operation error message.
      [LastActionDateTime <DateTime?>]:
      [OperationType <String>]: teamsAsyncOperationType
      [Status <String>]: teamsAsyncOperationStatus
      [TargetResourceId <String>]:
      [TargetResourceLocation <String>]:
    [PrimaryChannel <IMicrosoftGraphChannel>]: channel
    [Schedule <IMicrosoftGraphSchedule>]: schedule
      [(Any) <Object>]: This indicates any property can be added to this object.
      [Id <String>]: Read-only.
      [Enabled <Boolean?>]: Indicates whether the schedule is enabled for the team. Required.
      [OfferShiftRequests <IMicrosoftGraphOfferShiftRequest[]>]:
        [AssignedTo <String>]: scheduleChangeRequestActor
        [ManagerActionDateTime <DateTime?>]:
        [ManagerActionMessage <String>]:
        [ManagerUserId <String>]:
        [SenderDateTime <DateTime?>]:
        [SenderMessage <String>]:
        [SenderUserId <String>]:
        [State <String>]: scheduleChangeState
        [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [Id <String>]: Read-only.
        [RecipientActionDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [RecipientActionMessage <String>]: Custom message sent by recipient of the offer shift request.
        [RecipientUserId <String>]: User ID of the recipient of the offer shift request.
        [SenderShiftId <String>]: User ID of the sender of the offer shift request.
      [OfferShiftRequestsEnabled <Boolean?>]: Indicates whether offer shift requests are enabled for the schedule.
      [OpenShiftChangeRequests <IMicrosoftGraphOpenShiftChangeRequest[]>]:
        [AssignedTo <String>]: scheduleChangeRequestActor
        [ManagerActionDateTime <DateTime?>]:
        [ManagerActionMessage <String>]:
        [ManagerUserId <String>]:
        [SenderDateTime <DateTime?>]:
        [SenderMessage <String>]:
        [SenderUserId <String>]:
        [State <String>]: scheduleChangeState
        [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [Id <String>]: Read-only.
        [OpenShiftId <String>]: ID for the open shift.
      [OpenShifts <IMicrosoftGraphOpenShift[]>]:
        [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [Id <String>]: Read-only.
        [DraftOpenShift <IMicrosoftGraphOpenShiftItem>]: openShiftItem
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Activities <IMicrosoftGraphShiftActivity[]>]: An incremental part of a shift which can cover details of when and where an employee is during their shift. For example, an assignment or a scheduled break or lunch. Required.
            [Code <String>]: Customer defined code for the shiftActivity. Required.
            [DisplayName <String>]: The name of the shiftActivity. Required.
            [EndDateTime <DateTime?>]: The end date and time for the shiftActivity. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Required.
            [IsPaid <Boolean?>]: Indicates whether the microsoft.graph.user should be paid for the activity during their shift. Required.
            [StartDateTime <DateTime?>]: The start date and time for the shiftActivity. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Required.
            [Theme <String>]: scheduleEntityTheme
          [DisplayName <String>]: The shift label of the shiftItem.
          [Notes <String>]: The shift notes for the shiftItem.
          [EndDateTime <DateTime?>]:
          [StartDateTime <DateTime?>]:
          [Theme <String>]: scheduleEntityTheme
          [OpenSlotCount <Int32?>]: Count of the number of slots for the given open shift.
        [SchedulingGroupId <String>]: ID for the scheduling group that the open shift belongs to.
        [SharedOpenShift <IMicrosoftGraphOpenShiftItem>]: openShiftItem
      [OpenShiftsEnabled <Boolean?>]: Indicates whether open shifts are enabled for the schedule.
      [ProvisionStatus <String>]: operationStatus
      [ProvisionStatusCode <String>]: Additional information about why schedule provisioning failed.
      [SchedulingGroups <IMicrosoftGraphSchedulingGroup[]>]: The logical grouping of users in the schedule (usually by role).
        [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [Id <String>]: Read-only.
        [DisplayName <String>]: The display name for the schedulingGroup. Required.
        [IsActive <Boolean?>]: Indicates whether the schedulingGroup can be used when creating new entities or updating existing ones. Required.
        [UserIds <String[]>]: The list of user IDs that are a member of the schedulingGroup. Required.
      [Shifts <IMicrosoftGraphShift[]>]: The shifts in the schedule.
        [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [Id <String>]: Read-only.
        [DraftShift <IMicrosoftGraphShiftItem>]: shiftItem
          [(Any) <Object>]: This indicates any property can be added to this object.
          [EndDateTime <DateTime?>]:
          [StartDateTime <DateTime?>]:
          [Theme <String>]: scheduleEntityTheme
          [Activities <IMicrosoftGraphShiftActivity[]>]: An incremental part of a shift which can cover details of when and where an employee is during their shift. For example, an assignment or a scheduled break or lunch. Required.
          [DisplayName <String>]: The shift label of the shiftItem.
          [Notes <String>]: The shift notes for the shiftItem.
        [SchedulingGroupId <String>]: ID of the scheduling group the shift is part of. Required.
        [SharedShift <IMicrosoftGraphShiftItem>]: shiftItem
        [UserId <String>]: ID of the user assigned to the shift. Required.
      [SwapShiftsChangeRequests <IMicrosoftGraphSwapShiftsChangeRequest[]>]:
        [RecipientActionDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [RecipientActionMessage <String>]: Custom message sent by recipient of the offer shift request.
        [RecipientUserId <String>]: User ID of the recipient of the offer shift request.
        [SenderShiftId <String>]: User ID of the sender of the offer shift request.
        [AssignedTo <String>]: scheduleChangeRequestActor
        [ManagerActionDateTime <DateTime?>]:
        [ManagerActionMessage <String>]:
        [ManagerUserId <String>]:
        [SenderDateTime <DateTime?>]:
        [SenderMessage <String>]:
        [SenderUserId <String>]:
        [State <String>]: scheduleChangeState
        [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [Id <String>]: Read-only.
        [RecipientShiftId <String>]: ShiftId for the recipient user with whom the request is to swap.
      [SwapShiftsRequestsEnabled <Boolean?>]: Indicates whether swap shifts requests are enabled for the schedule.
      [TimeClockEnabled <Boolean?>]: Indicates whether time clock is enabled for the schedule.
      [TimeOffReasons <IMicrosoftGraphTimeOffReason[]>]: The set of reasons for a time off in the schedule.
        [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [Id <String>]: Read-only.
        [DisplayName <String>]: The name of the timeOffReason. Required.
        [IconType <String>]: timeOffReasonIconType
        [IsActive <Boolean?>]: Indicates whether the timeOffReason can be used when creating new entities or updating existing ones. Required.
      [TimeOffRequests <IMicrosoftGraphTimeOffRequest[]>]:
        [AssignedTo <String>]: scheduleChangeRequestActor
        [ManagerActionDateTime <DateTime?>]:
        [ManagerActionMessage <String>]:
        [ManagerUserId <String>]:
        [SenderDateTime <DateTime?>]:
        [SenderMessage <String>]:
        [SenderUserId <String>]:
        [State <String>]: scheduleChangeState
        [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [Id <String>]: Read-only.
        [EndDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [StartDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [TimeOffReasonId <String>]: The reason for the time off.
      [TimeOffRequestsEnabled <Boolean?>]: Indicates whether time off requests are enabled for the schedule.
      [TimeZone <String>]: Indicates the time zone of the schedule team using tz database format. Required.
      [TimesOff <IMicrosoftGraphTimeOff[]>]: The instances of times off in the schedule.
        [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [Id <String>]: Read-only.
        [DraftTimeOff <IMicrosoftGraphTimeOffItem>]: timeOffItem
          [(Any) <Object>]: This indicates any property can be added to this object.
          [EndDateTime <DateTime?>]:
          [StartDateTime <DateTime?>]:
          [Theme <String>]: scheduleEntityTheme
          [TimeOffReasonId <String>]: ID of the timeOffReason for this timeOffItem. Required.
        [SharedTimeOff <IMicrosoftGraphTimeOffItem>]: timeOffItem
        [UserId <String>]: ID of the user assigned to the timeOff. Required.
      [WorkforceIntegrationIds <String[]>]:
    [Specialization <String>]: teamSpecialization
    [Template <IMicrosoftGraphTeamsTemplate>]: teamsTemplate
      [(Any) <Object>]: This indicates any property can be added to this object.
      [Id <String>]: Read-only.
    [Visibility <String>]: teamVisibilityType
    [WebUrl <String>]: A hyperlink that will go to the team in the Microsoft Teams client. This is the URL that you get when you right-click a team in the Microsoft Teams client and select Get link to team. This URL should be treated as an opaque blob, and not parsed.
  [LastPasswordChangeDateTime <DateTime?>]: The time when this Azure AD user last changed their password. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
  [LegalAgeGroupClassification <String>]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information.)
  [LicenseAssignmentStates <IMicrosoftGraphLicenseAssignmentState[]>]: State of license assignments for this user. Read-only.
    [AssignedByGroup <String>]:
    [DisabledPlans <String[]>]:
    [Error <String>]:
    [SkuId <String>]:
    [State <String>]:
  [LicenseDetails <IMicrosoftGraphLicenseDetails[]>]: A collection of this user's license details. Read-only.
    [Id <String>]: Read-only.
    [ServicePlans <IMicrosoftGraphServicePlanInfo[]>]: Information about the service plans assigned with the license. Read-only, Not nullable
      [AppliesTo <String>]: The object the service plan can be assigned to. Possible values:'User' - service plan can be assigned to individual users.'Company' - service plan can be assigned to the entire tenant.
      [ProvisioningStatus <String>]: The provisioning status of the service plan. Possible values:'Success' - Service is fully provisioned.'Disabled' - Service has been disabled.'PendingInput' - Service is not yet provisioned; awaiting service confirmation.'PendingActivation' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan)'PendingProvisioning' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.
      [ServicePlanId <String>]: The unique identifier of the service plan.
      [ServicePlanName <String>]: The name of the service plan.
    [SkuId <String>]: Unique identifier (GUID) for the service SKU. Equal to the skuId property on the related SubscribedSku object. Read-only
    [SkuPartNumber <String>]: Unique SKU display name. Equal to the skuPartNumber on the related SubscribedSku object; for example: 'AAD_Premium'. Read-only
  [Mail <String>]: The SMTP address for the user, for example, 'jeff@contoso.onmicrosoft.com'. Read-Only. Supports $filter.
  [MailFolders <IMicrosoftGraphMailFolder[]>]: The user's mail folders. Read-only. Nullable.
    [Id <String>]: Read-only.
    [ChildFolderCount <Int32?>]: The number of immediate child mailFolders in the current mailFolder.
    [ChildFolders <IMicrosoftGraphMailFolder[]>]: The collection of child folders in the mailFolder.
    [DisplayName <String>]: The mailFolder's display name.
    [MessageRules <IMicrosoftGraphMessageRule[]>]: The collection of rules that apply to the user's Inbox folder.
      [Id <String>]: Read-only.
      [Actions <IMicrosoftGraphMessageRuleActions>]: messageRuleActions
        [(Any) <Object>]: This indicates any property can be added to this object.
        [AssignCategories <String[]>]: A list of categories to be assigned to a message.
        [CopyToFolder <String>]: The ID of a folder that a message is to be copied to.
        [Delete <Boolean?>]: Indicates whether a message should be moved to the Deleted Items folder.
        [ForwardAsAttachmentTo <IMicrosoftGraphRecipient[]>]: The email addresses of the recipients to which a message should be forwarded as an attachment.
        [ForwardTo <IMicrosoftGraphRecipient[]>]: The email addresses of the recipients to which a message should be forwarded.
        [MarkAsRead <Boolean?>]: Indicates whether a message should be marked as read.
        [MarkImportance <String>]: importance
        [MoveToFolder <String>]: The ID of the folder that a message will be moved to.
        [PermanentDelete <Boolean?>]: Indicates whether a message should be permanently deleted and not saved to the Deleted Items folder.
        [RedirectTo <IMicrosoftGraphRecipient[]>]: The email addresses to which a message should be redirected.
        [StopProcessingRules <Boolean?>]: Indicates whether subsequent rules should be evaluated.
      [Conditions <IMicrosoftGraphMessageRulePredicates>]: messageRulePredicates
        [(Any) <Object>]: This indicates any property can be added to this object.
        [BodyContains <String[]>]: Represents the strings that should appear in the body of an incoming message in order for the condition or exception to apply.
        [BodyOrSubjectContains <String[]>]: Represents the strings that should appear in the body or subject of an incoming message in order for the condition or exception to apply.
        [Categories <String[]>]: Represents the categories that an incoming message should be labeled with in order for the condition or exception to apply.
        [FromAddresses <IMicrosoftGraphRecipient[]>]: Represents the specific sender email addresses of an incoming message in order for the condition or exception to apply.
        [HasAttachments <Boolean?>]: Indicates whether an incoming message must have attachments in order for the condition or exception to apply.
        [HeaderContains <String[]>]: Represents the strings that appear in the headers of an incoming message in order for the condition or exception to apply.
        [Importance <String>]: importance
        [IsApprovalRequest <Boolean?>]: Indicates whether an incoming message must be an approval request in order for the condition or exception to apply.
        [IsAutomaticForward <Boolean?>]: Indicates whether an incoming message must be automatically forwarded in order for the condition or exception to apply.
        [IsAutomaticReply <Boolean?>]: Indicates whether an incoming message must be an auto reply in order for the condition or exception to apply.
        [IsEncrypted <Boolean?>]: Indicates whether an incoming message must be encrypted in order for the condition or exception to apply.
        [IsMeetingRequest <Boolean?>]: Indicates whether an incoming message must be a meeting request in order for the condition or exception to apply.
        [IsMeetingResponse <Boolean?>]: Indicates whether an incoming message must be a meeting response in order for the condition or exception to apply.
        [IsNonDeliveryReport <Boolean?>]: Indicates whether an incoming message must be a non-delivery report in order for the condition or exception to apply.
        [IsPermissionControlled <Boolean?>]: Indicates whether an incoming message must be permission controlled (RMS-protected) in order for the condition or exception to apply.
        [IsReadReceipt <Boolean?>]: Indicates whether an incoming message must be a read receipt in order for the condition or exception to apply.
        [IsSigned <Boolean?>]: Indicates whether an incoming message must be S/MIME-signed in order for the condition or exception to apply.
        [IsVoicemail <Boolean?>]: Indicates whether an incoming message must be a voice mail in order for the condition or exception to apply.
        [MessageActionFlag <String>]: messageActionFlag
        [NotSentToMe <Boolean?>]: Indicates whether the owner of the mailbox must not be a recipient of an incoming message in order for the condition or exception to apply.
        [RecipientContains <String[]>]: Represents the strings that appear in either the toRecipients or ccRecipients properties of an incoming message in order for the condition or exception to apply.
        [SenderContains <String[]>]: Represents the strings that appear in the from property of an incoming message in order for the condition or exception to apply.
        [Sensitivity <String>]: sensitivity
        [SentCcMe <Boolean?>]: Indicates whether the owner of the mailbox must be in the ccRecipients property of an incoming message in order for the condition or exception to apply.
        [SentOnlyToMe <Boolean?>]: Indicates whether the owner of the mailbox must be the only recipient in an incoming message in order for the condition or exception to apply.
        [SentToAddresses <IMicrosoftGraphRecipient[]>]: Represents the email addresses that an incoming message must have been sent to in order for the condition or exception to apply.
        [SentToMe <Boolean?>]: Indicates whether the owner of the mailbox must be in the toRecipients property of an incoming message in order for the condition or exception to apply.
        [SentToOrCcMe <Boolean?>]: Indicates whether the owner of the mailbox must be in either a toRecipients or ccRecipients property of an incoming message in order for the condition or exception to apply.
        [SubjectContains <String[]>]: Represents the strings that appear in the subject of an incoming message in order for the condition or exception to apply.
        [WithinSizeRange <IMicrosoftGraphSizeRange>]: sizeRange
          [(Any) <Object>]: This indicates any property can be added to this object.
          [MaximumSize <Int32?>]: The maximum size (in kilobytes) that an incoming message must have in order for a condition or exception to apply.
          [MinimumSize <Int32?>]: The minimum size (in kilobytes) that an incoming message must have in order for a condition or exception to apply.
      [DisplayName <String>]: The display name of the rule.
      [Exceptions <IMicrosoftGraphMessageRulePredicates>]: messageRulePredicates
      [HasError <Boolean?>]: Indicates whether the rule is in an error condition. Read-only.
      [IsEnabled <Boolean?>]: Indicates whether the rule is enabled to be applied to messages.
      [IsReadOnly <Boolean?>]: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API.
      [Sequence <Int32?>]: Indicates the order in which the rule is executed, among other rules.
    [Messages <IMicrosoftGraphMessage[]>]: The collection of messages in the mailFolder.
      [Categories <String[]>]: The categories associated with the item
      [ChangeKey <String>]: Identifies the version of the item. Every time the item is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.
      [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
      [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
      [Id <String>]: Read-only.
      [Attachments <IMicrosoftGraphAttachment[]>]: The fileAttachment and itemAttachment attachments for the message.
      [BccRecipients <IMicrosoftGraphRecipient[]>]: The Bcc: recipients for the message.
      [Body <IMicrosoftGraphItemBody>]: itemBody
      [BodyPreview <String>]: The first 255 characters of the message body. It is in text format.
      [CcRecipients <IMicrosoftGraphRecipient[]>]: The Cc: recipients for the message.
      [ConversationId <String>]: The ID of the conversation the email belongs to.
      [ConversationIndex <Byte[]>]: Indicates the position of the message within the conversation.
      [Extensions <IMicrosoftGraphExtension[]>]: The collection of open extensions defined for the message. Nullable.
      [Flag <IMicrosoftGraphFollowupFlag>]: followupFlag
        [(Any) <Object>]: This indicates any property can be added to this object.
        [CompletedDateTime <IMicrosoftGraphDateTimeZone>]: dateTimeTimeZone
        [DueDateTime <IMicrosoftGraphDateTimeZone>]: dateTimeTimeZone
        [FlagStatus <String>]: followupFlagStatus
        [StartDateTime <IMicrosoftGraphDateTimeZone>]: dateTimeTimeZone
      [From <IMicrosoftGraphRecipient>]: recipient
      [HasAttachments <Boolean?>]: Indicates whether the message has attachments. This property doesn't include inline attachments, so if a message contains only inline attachments, this property is false. To verify the existence of inline attachments, parse the body property to look for a src attribute, such as <IMG src='cid:image001.jpg@01D26CD8.6C05F070'>.
      [Importance <String>]: importance
      [InferenceClassification <String>]: inferenceClassificationType
      [InternetMessageHeaders <IMicrosoftGraphInternetMessageHeader[]>]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. Returned only on applying a $select query option. Read-only.
        [Name <String>]: Represents the key in a key-value pair.
        [Value <String>]: The value in a key-value pair.
      [InternetMessageId <String>]: The message ID in the format specified by RFC2822.
      [IsDeliveryReceiptRequested <Boolean?>]: Indicates whether a read receipt is requested for the message.
      [IsDraft <Boolean?>]: Indicates whether the message is a draft. A message is a draft if it hasn't been sent yet.
      [IsRead <Boolean?>]: Indicates whether the message has been read.
      [IsReadReceiptRequested <Boolean?>]: Indicates whether a read receipt is requested for the message.
      [MultiValueExtendedProperties <IMicrosoftGraphMultiValueLegacyExtendedProperty[]>]: The collection of multi-value extended properties defined for the message. Nullable.
      [ParentFolderId <String>]: The unique identifier for the message's parent mailFolder.
      [ReceivedDateTime <DateTime?>]: The date and time the message was received.
      [ReplyTo <IMicrosoftGraphRecipient[]>]: The email addresses to use when replying.
      [Sender <IMicrosoftGraphRecipient>]: recipient
      [SentDateTime <DateTime?>]: The date and time the message was sent.
      [SingleValueExtendedProperties <IMicrosoftGraphSingleValueLegacyExtendedProperty[]>]: The collection of single-value extended properties defined for the message. Nullable.
      [Subject <String>]: The subject of the message.
      [ToRecipients <IMicrosoftGraphRecipient[]>]: The To: recipients for the message.
      [UniqueBody <IMicrosoftGraphItemBody>]: itemBody
      [WebLink <String>]: The URL to open the message in Outlook Web App.You can append an ispopout argument to the end of the URL to change how the message is displayed. If ispopout is not present or if it is set to 1, then the message is shown in a popout window. If ispopout is set to 0, then the browser will show the message in the Outlook Web App review pane.The message will open in the browser if you are logged in to your mailbox via Outlook Web App. You will be prompted to login if you are not already logged in with the browser.This URL can be accessed from within an iFrame.
    [MultiValueExtendedProperties <IMicrosoftGraphMultiValueLegacyExtendedProperty[]>]: The collection of multi-value extended properties defined for the mailFolder. Read-only. Nullable.
    [ParentFolderId <String>]: The unique identifier for the mailFolder's parent mailFolder.
    [SingleValueExtendedProperties <IMicrosoftGraphSingleValueLegacyExtendedProperty[]>]: The collection of single-value extended properties defined for the mailFolder. Read-only. Nullable.
    [TotalItemCount <Int32?>]: The number of items in the mailFolder.
    [UnreadItemCount <Int32?>]: The number of items in the mailFolder marked as unread.
  [MailNickname <String>]: The mail alias for the user. This property must be specified when a user is created. Supports $filter.
  [MailboxSettings <IMicrosoftGraphMailboxSettings>]: mailboxSettings
    [(Any) <Object>]: This indicates any property can be added to this object.
    [ArchiveFolder <String>]: Folder ID of an archive folder for the user.
    [AutomaticRepliesSetting <IMicrosoftGraphAutomaticRepliesSetting>]: automaticRepliesSetting
      [(Any) <Object>]: This indicates any property can be added to this object.
      [ExternalAudience <String>]: externalAudienceScope
      [ExternalReplyMessage <String>]: The automatic reply to send to the specified external audience, if Status is AlwaysEnabled or Scheduled.
      [InternalReplyMessage <String>]: The automatic reply to send to the audience internal to the signed-in user's organization, if Status is AlwaysEnabled or Scheduled.
      [ScheduledEndDateTime <IMicrosoftGraphDateTimeZone>]: dateTimeTimeZone
      [ScheduledStartDateTime <IMicrosoftGraphDateTimeZone>]: dateTimeTimeZone
      [Status <String>]: automaticRepliesStatus
    [DateFormat <String>]: The date format for the user's mailbox.
    [DelegateMeetingMessageDeliveryOptions <String>]: delegateMeetingMessageDeliveryOptions
    [Language <IMicrosoftGraphLocaleInfo>]: localeInfo
      [(Any) <Object>]: This indicates any property can be added to this object.
      [DisplayName <String>]: A name representing the user's locale in natural language, for example, 'English (United States)'.
      [Locale <String>]: A locale representation for the user, which includes the user's preferred language and country/region. For example, 'en-us'. The language component follows 2-letter codes as defined in ISO 639-1, and the country component follows 2-letter codes as defined in ISO 3166-1 alpha-2.
    [TimeFormat <String>]: The time format for the user's mailbox.
    [TimeZone <String>]: The default time zone for the user's mailbox.
    [WorkingHours <IMicrosoftGraphWorkingHours>]: workingHours
      [(Any) <Object>]: This indicates any property can be added to this object.
      [DaysOfWeek <String[]>]: The days of the week on which the user works.
      [EndTime <String>]: The time of the day that the user stops working.
      [StartTime <String>]: The time of the day that the user starts working.
      [TimeZone <IMicrosoftGraphTimeZoneBase>]: timeZoneBase
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Name <String>]: The name of a time zone. It can be a standard time zone name such as 'Hawaii-Aleutian Standard Time', or 'Customized Time Zone' for a custom time zone.
  [ManagedAppRegistrations <IMicrosoftGraphManagedAppRegistration[]>]: Zero or more managed app registrations that belong to the user.
    [Id <String>]: Read-only.
    [AppIdentifier <IMicrosoftGraphMobileAppIdentifier>]: The identifier for a mobile app.
      [(Any) <Object>]: This indicates any property can be added to this object.
    [ApplicationVersion <String>]: App version
    [AppliedPolicies <IMicrosoftGraphManagedAppPolicy[]>]: Zero or more policys already applied on the registered app when it last synchronized with managment service.
      [Id <String>]: Read-only.
      [CreatedDateTime <DateTime?>]: The date and time the policy was created.
      [Description <String>]: The policy's description.
      [DisplayName <String>]: Policy display name.
      [LastModifiedDateTime <DateTime?>]: Last time the policy was modified.
      [Version <String>]: Version of the entity.
    [CreatedDateTime <DateTime?>]: Date and time of creation
    [DeviceName <String>]: Host device name
    [DeviceTag <String>]: App management SDK generated tag, which helps relate apps hosted on the same device. Not guaranteed to relate apps in all conditions.
    [DeviceType <String>]: Host device type
    [FlaggedReasons <String[]>]: Zero or more reasons an app registration is flagged. E.g. app running on rooted device
    [IntendedPolicies <IMicrosoftGraphManagedAppPolicy[]>]: Zero or more policies admin intended for the app as of now.
    [LastSyncDateTime <DateTime?>]: Date and time of last the app synced with management service.
    [ManagementSdkVersion <String>]: App management SDK version
    [Operations <IMicrosoftGraphManagedAppOperation[]>]: Zero or more long running operations triggered on the app registration.
      [Id <String>]: Read-only.
      [DisplayName <String>]: The operation name.
      [LastModifiedDateTime <DateTime?>]: The last time the app operation was modified.
      [State <String>]: The current state of the operation
      [Version <String>]: Version of the entity.
    [PlatformVersion <String>]: Operating System version
    [UserId <String>]: The user Id to who this app registration belongs.
    [Version <String>]: Version of the entity.
  [ManagedDevices <IMicrosoftGraphManagedDevice[]>]: The managed devices associated with the user.
    [Id <String>]: Read-only.
    [ActivationLockBypassCode <String>]: Code that allows the Activation Lock on a device to be bypassed.
    [AndroidSecurityPatchLevel <String>]: Android security patch level
    [AzureAdDeviceId <String>]: The unique identifier for the Azure Active Directory device. Read only.
    [AzureAdRegistered <Boolean?>]: Whether the device is Azure Active Directory registered.
    [ComplianceGracePeriodExpirationDateTime <DateTime?>]: The DateTime when device compliance grace period expires
    [ComplianceState <String>]: complianceState
    [ConfigurationManagerClientEnabledFeatures <IMicrosoftGraphConfigurationManagerClientEnabledFeatures>]: configuration Manager client enabled features
      [(Any) <Object>]: This indicates any property can be added to this object.
      [CompliancePolicy <Boolean?>]: Whether compliance policy is managed by Intune
      [DeviceConfiguration <Boolean?>]: Whether device configuration is managed by Intune
      [Inventory <Boolean?>]: Whether inventory is managed by Intune
      [ModernApps <Boolean?>]: Whether modern application is managed by Intune
      [ResourceAccess <Boolean?>]: Whether resource access is managed by Intune
      [WindowsUpdateForBusiness <Boolean?>]: Whether Windows Update for Business is managed by Intune
    [DeviceActionResults <IMicrosoftGraphDeviceActionResult[]>]: List of ComplexType deviceActionResult objects.
      [ActionName <String>]: Action name
      [ActionState <String>]: actionState
      [LastUpdatedDateTime <DateTime?>]: Time the action state was last updated
      [StartDateTime <DateTime?>]: Time the action was initiated
    [DeviceCategory <IMicrosoftGraphDeviceCategory>]: Device categories provides a way to organize your devices. Using device categories, company administrators can define their own categories that make sense to their company.??These categories can then be applied to a device in the Intune Azure console or selected by a user during device enrollment. You can filter reports and create dynamic Azure Active Directory device groups based on device categories.
      [(Any) <Object>]: This indicates any property can be added to this object.
      [Id <String>]: Read-only.
      [Description <String>]: Optional description for the device category.
      [DisplayName <String>]: Display name for the device category.
    [DeviceCategoryDisplayName <String>]: Device category display name
    [DeviceCompliancePolicyStates <IMicrosoftGraphDeviceCompliancePolicyState[]>]: Device compliance policy states for this device.
      [Id <String>]: Read-only.
      [DisplayName <String>]: The name of the policy for this policyBase
      [PlatformType <String>]:
      [SettingCount <Int32?>]: Count of how many setting a policy holds
      [SettingStates <IMicrosoftGraphDeviceCompliancePolicySettingState[]>]:
        [CurrentValue <String>]: Current value of setting on device
        [ErrorCode <Int64?>]: Error code for the setting
        [ErrorDescription <String>]: Error description
        [InstanceDisplayName <String>]: Name of setting instance that is being reported.
        [Setting <String>]: The setting that is being reported
        [SettingName <String>]: Localized/user friendly setting name that is being reported
        [Sources <IMicrosoftGraphSettingSource[]>]: Contributing policies
          [DisplayName <String>]: Not yet documented
          [Id <String>]: Not yet documented
        [State <String>]: complianceStatus
        [UserEmail <String>]: UserEmail
        [UserId <String>]: UserId
        [UserName <String>]: UserName
        [UserPrincipalName <String>]: UserPrincipalName.
      [State <String>]: complianceStatus
      [Version <Int32?>]: The version of the policy
    [DeviceConfigurationStates <IMicrosoftGraphDeviceConfigurationState[]>]: Device configuration states for this device.
      [Id <String>]: Read-only.
      [DisplayName <String>]: The name of the policy for this policyBase
      [PlatformType <String>]:
      [SettingCount <Int32?>]: Count of how many setting a policy holds
      [SettingStates <IMicrosoftGraphDeviceConfigurationSettingState[]>]:
        [CurrentValue <String>]: Current value of setting on device
        [ErrorCode <Int64?>]: Error code for the setting
        [ErrorDescription <String>]: Error description
        [InstanceDisplayName <String>]: Name of setting instance that is being reported.
        [Setting <String>]: The setting that is being reported
        [SettingName <String>]: Localized/user friendly setting name that is being reported
        [Sources <IMicrosoftGraphSettingSource[]>]: Contributing policies
        [State <String>]: complianceStatus
        [UserEmail <String>]: UserEmail
        [UserId <String>]: UserId
        [UserName <String>]: UserName
        [UserPrincipalName <String>]: UserPrincipalName.
      [State <String>]: complianceStatus
      [Version <Int32?>]: The version of the policy
    [DeviceEnrollmentType <String>]:
    [DeviceHealthAttestationState <IMicrosoftGraphDeviceHealthAttestationState>]: deviceHealthAttestationState
      [(Any) <Object>]: This indicates any property can be added to this object.
      [AttestationIdentityKey <String>]: TWhen an Attestation Identity Key (AIK) is present on a device, it indicates that the device has an endorsement key (EK) certificate.
      [BitLockerStatus <String>]: On or Off of BitLocker Drive Encryption
      [BootAppSecurityVersion <String>]: The security version number of the Boot Application
      [BootDebugging <String>]: When bootDebugging is enabled, the device is used in development and testing
      [BootManagerSecurityVersion <String>]: The security version number of the Boot Application
      [BootManagerVersion <String>]: The version of the Boot Manager
      [BootRevisionListInfo <String>]: The Boot Revision List that was loaded during initial boot on the attested device
      [CodeIntegrity <String>]: When code integrity is enabled, code execution is restricted to integrity verified code
      [CodeIntegrityCheckVersion <String>]: The version of the Boot Manager
      [CodeIntegrityPolicy <String>]: The Code Integrity policy that is controlling the security of the boot environment
      [ContentNamespaceUrl <String>]: The DHA report version. (Namespace version)
      [ContentVersion <String>]: The HealthAttestation state schema version
      [DataExcutionPolicy <String>]: DEP Policy defines a set of hardware and software technologies that perform additional checks on memory
      [DeviceHealthAttestationStatus <String>]: The DHA report version. (Namespace version)
      [EarlyLaunchAntiMalwareDriverProtection <String>]: ELAM provides protection for the computers in your network when they start up
      [HealthAttestationSupportedStatus <String>]: This attribute indicates if DHA is supported for the device
      [HealthStatusMismatchInfo <String>]: This attribute appears if DHA-Service detects an integrity issue
      [IssuedDateTime <DateTime?>]: The DateTime when device was evaluated or issued to MDM
      [LastUpdateDateTime <String>]: The Timestamp of the last update.
      [OperatingSystemKernelDebugging <String>]: When operatingSystemKernelDebugging is enabled, the device is used in development and testing
      [OperatingSystemRevListInfo <String>]: The Operating System Revision List that was loaded during initial boot on the attested device
      [Pcr0 <String>]: The measurement that is captured in PCR[0]
      [PcrHashAlgorithm <String>]: Informational attribute that identifies the HASH algorithm that was used by TPM
      [ResetCount <Int64?>]: The number of times a PC device has hibernated or resumed
      [RestartCount <Int64?>]: The number of times a PC device has rebooted
      [SafeMode <String>]: Safe mode is a troubleshooting option for Windows that starts your computer in a limited state
      [SecureBoot <String>]: When Secure Boot is enabled, the core components must have the correct cryptographic signatures
      [SecureBootConfigurationPolicyFingerPrint <String>]: Fingerprint of the Custom Secure Boot Configuration Policy
      [TestSigning <String>]: When test signing is allowed, the device does not enforce signature validation during boot
      [TpmVersion <String>]: The security version number of the Boot Application
      [VirtualSecureMode <String>]: VSM is a container that protects high value assets from a compromised kernel
      [WindowsPe <String>]: Operating system running with limited services that is used to prepare a computer for Windows
    [DeviceName <String>]: Name of the device
    [DeviceRegistrationState <String>]: deviceRegistrationState
    [EasActivated <Boolean?>]: Whether the device is Exchange ActiveSync activated.
    [EasActivationDateTime <DateTime?>]: Exchange ActivationSync activation time of the device.
    [EasDeviceId <String>]: Exchange ActiveSync Id of the device.
    [EmailAddress <String>]: Email(s) for the user associated with the device
    [EnrolledDateTime <DateTime?>]: Enrollment time of the device.
    [ExchangeAccessState <String>]: deviceManagementExchangeAccessState
    [ExchangeAccessStateReason <String>]: deviceManagementExchangeAccessStateReason
    [ExchangeLastSuccessfulSyncDateTime <DateTime?>]: Last time the device contacted Exchange.
    [FreeStorageSpaceInBytes <Int64?>]: Free Storage in Bytes
    [Imei <String>]: IMEI
    [IsEncrypted <Boolean?>]: Device encryption status
    [IsSupervised <Boolean?>]: Device supervised status
    [JailBroken <String>]: whether the device is jail broken or rooted.
    [LastSyncDateTime <DateTime?>]: The date and time that the device last completed a successful sync with Intune.
    [ManagedDeviceName <String>]: Automatically generated name to identify a device. Can be overwritten to a user friendly name.
    [ManagedDeviceOwnerType <String>]: managedDeviceOwnerType
    [ManagementAgent <String>]:
    [Manufacturer <String>]: Manufacturer of the device
    [Meid <String>]: MEID
    [Model <String>]: Model of the device
    [OSVersion <String>]: Operating system version of the device.
    [OperatingSystem <String>]: Operating system of the device. Windows, iOS, etc.
    [PartnerReportedThreatState <String>]: managedDevicePartnerReportedHealthState
    [PhoneNumber <String>]: Phone number of the device
    [RemoteAssistanceSessionErrorDetails <String>]: An error string that identifies issues when creating Remote Assistance session objects.
    [RemoteAssistanceSessionUrl <String>]: Url that allows a Remote Assistance session to be established with the device.
    [SerialNumber <String>]: SerialNumber
    [SubscriberCarrier <String>]: Subscriber Carrier
    [TotalStorageSpaceInBytes <Int64?>]: Total Storage in Bytes
    [UserDisplayName <String>]: User display name
    [UserId <String>]: Unique Identifier for the user associated with the device
    [UserPrincipalName <String>]: Device user principal name
    [WiFiMacAddress <String>]: Wi-Fi MAC
  [Manager <IMicrosoftGraphDirectoryObject>]: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types.
  [MemberOf <IMicrosoftGraphDirectoryObject[]>]: The groups and directory roles that the user is a member of. Read-only. Nullable.
  [Messages <IMicrosoftGraphMessage[]>]: The messages in a mailbox or folder. Read-only. Nullable.
  [MobilePhone <String>]: The primary cellular telephone number for the user.
  [MySite <String>]: The URL for the user's personal site.
  [Oauth2PermissionGrants <IMicrosoftGraphOAuth2PermissionGrant[]>]:
    [Id <String>]: Read-only.
    [ClientId <String>]: The id of the client service principal for the application which is authorized to act on behalf of a signed-in user when accessing an API. Required. Supports $filter (eq only).
    [ConsentType <String>]: Indicates if authorization is granted for the client application to impersonate all users or only a specific user. AllPrincipals indicates authorization to impersonate all users. Principal indicates authorization to impersonate a specific user. Consent on behalf of all users can be granted by an administrator. Non-admin users may be authorized to consent on behalf of themselves in some cases, for some delegated permissions. Required. Supports $filter (eq only).
    [PrincipalId <String>]: The id of the user on behalf of whom the client is authorized to access the resource, when consentType is Principal. If consentType is AllPrincipals this value is null. Required when consentType is Principal.
    [ResourceId <String>]: The id of the resource service principal to which access is authorized. This identifies the API which the client is authorized to attempt to call on behalf of a signed-in user.
    [Scope <String>]: A space-separated list of the claim values for delegated permissions which should be included in access tokens for the resource application (the API). For example, openid User.Read GroupMember.Read.All. Each claim value should match the value field of one of the delegated permissions defined by the API, listed in the publishedPermissionScopes property of the resource service principal.
  [OfficeLocation <String>]: The office location in the user's place of business.
  [OnPremisesDistinguishedName <String>]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only.
  [OnPremisesDomainName <String>]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only.
  [OnPremisesExtensionAttributes <IMicrosoftGraphOnPremisesExtensionAttributes>]: onPremisesExtensionAttributes
    [(Any) <Object>]: This indicates any property can be added to this object.
    [ExtensionAttribute1 <String>]: First customizable extension attribute.
    [ExtensionAttribute10 <String>]: Tenth customizable extension attribute.
    [ExtensionAttribute11 <String>]: Eleventh customizable extension attribute.
    [ExtensionAttribute12 <String>]: Twelfth customizable extension attribute.
    [ExtensionAttribute13 <String>]: Thirteenth customizable extension attribute.
    [ExtensionAttribute14 <String>]: Fourteenth customizable extension attribute.
    [ExtensionAttribute15 <String>]: Fifteenth customizable extension attribute.
    [ExtensionAttribute2 <String>]: Second customizable extension attribute.
    [ExtensionAttribute3 <String>]: Third customizable extension attribute.
    [ExtensionAttribute4 <String>]: Fourth customizable extension attribute.
    [ExtensionAttribute5 <String>]: Fifth customizable extension attribute.
    [ExtensionAttribute6 <String>]: Sixth customizable extension attribute.
    [ExtensionAttribute7 <String>]: Seventh customizable extension attribute.
    [ExtensionAttribute8 <String>]: Eighth customizable extension attribute.
    [ExtensionAttribute9 <String>]: Ninth customizable extension attribute.
  [OnPremisesImmutableId <String>]: This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user’s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Supports $filter.
  [OnPremisesLastSyncDateTime <DateTime?>]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
  [OnPremisesProvisioningErrors <IMicrosoftGraphOnPremisesProvisioningError[]>]: Errors when using Microsoft synchronization product during provisioning.
  [OnPremisesSamAccountName <String>]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only.
  [OnPremisesSecurityIdentifier <String>]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only.
  [OnPremisesSyncEnabled <Boolean?>]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only
  [OnPremisesUserPrincipalName <String>]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only.
  [Onenote <IMicrosoftGraphOnenote>]: onenote
  [OnlineMeetings <IMicrosoftGraphOnlineMeeting[]>]:
    [Id <String>]: Read-only.
    [AudioConferencing <IMicrosoftGraphAudioConferencing>]: audioConferencing
      [(Any) <Object>]: This indicates any property can be added to this object.
      [ConferenceId <String>]:
      [DialinUrl <String>]: A URL to the externally-accessible web page that contains dial-in information.
      [TollFreeNumber <String>]: The toll-free number that connects to the Audio Conference Provider.
      [TollNumber <String>]: The toll number that connects to the Audio Conference Provider.
    [ChatInfo <IMicrosoftGraphChatInfo>]: chatInfo
      [(Any) <Object>]: This indicates any property can be added to this object.
      [MessageId <String>]: The unique identifier of a message in a Microsoft Teams channel.
      [ReplyChainMessageId <String>]: The ID of the reply message.
      [ThreadId <String>]: The unique identifier for a thread in Microsoft Teams.
    [CreationDateTime <DateTime?>]: The meeting creation time in UTC. Read-only.
    [EndDateTime <DateTime?>]: The meeting end time in UTC.
    [ExternalId <String>]:
    [JoinInformation <IMicrosoftGraphItemBody>]: itemBody
    [JoinWebUrl <String>]: The join URL of the online meeting. Read-only.
    [Participants <IMicrosoftGraphMeetingParticipants>]: meetingParticipants
      [(Any) <Object>]: This indicates any property can be added to this object.
      [Attendees <IMicrosoftGraphMeetingParticipantInfo[]>]:
        [Identity <IMicrosoftGraphIdentitySet>]: identitySet
        [Upn <String>]: User principal name of the participant.
      [Organizer <IMicrosoftGraphMeetingParticipantInfo>]: meetingParticipantInfo
    [StartDateTime <DateTime?>]: The meeting start time in UTC.
    [Subject <String>]: The subject of the online meeting.
    [VideoTeleconferenceId <String>]: The video teleconferencing ID. Read-only.
  [OtherMails <String[]>]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Supports $filter.
  [Outlook <IMicrosoftGraphOutlookUser>]: outlookUser
    [(Any) <Object>]: This indicates any property can be added to this object.
    [Id <String>]: Read-only.
    [MasterCategories <IMicrosoftGraphOutlookCategory[]>]: A list of categories defined for the user.
      [Id <String>]: Read-only.
      [Color <String>]: categoryColor
      [DisplayName <String>]: A unique name that identifies a category in the user's mailbox. After a category is created, the name cannot be changed. Read-only.
  [OwnedDevices <IMicrosoftGraphDirectoryObject[]>]: Devices that are owned by the user. Read-only. Nullable.
  [OwnedObjects <IMicrosoftGraphDirectoryObject[]>]: Directory objects that are owned by the user. Read-only. Nullable.
  [PasswordPolicies <String>]: Specifies password policies for the user. This value is an enumeration with one possible value being 'DisableStrongPassword', which allows weaker passwords than the default policy to be specified. 'DisablePasswordExpiration' can also be specified. The two may be specified together; for example: 'DisablePasswordExpiration, DisableStrongPassword'.
  [PasswordProfile <IMicrosoftGraphPasswordProfile>]: passwordProfile
    [(Any) <Object>]: This indicates any property can be added to this object.
    [ForceChangePasswordNextSignIn <Boolean?>]: true if the user must change her password on the next login; otherwise false.
    [ForceChangePasswordNextSignInWithMfa <Boolean?>]: If true, at next sign-in, the user must perform a multi-factor authentication (MFA) before being forced to change their password. The behavior is identical to forceChangePasswordNextSignIn except that the user is required to first perform a multi-factor authentication before password change. After a password change, this property will be automatically reset to false. If not set, default is false.
    [Password <String>]: The password for the user. This property is required when a user is created. It can be updated, but the user will be required to change the password on the next login. The password must satisfy minimum requirements as specified by the user’s passwordPolicies property. By default, a strong password is required.
  [PastProjects <String[]>]: A list for the user to enumerate their past projects.
  [People <IMicrosoftGraphPerson[]>]: People that are relevant to the user. Read-only. Nullable.
    [Id <String>]: Read-only.
    [Birthday <String>]: The person's birthday.
    [CompanyName <String>]: The name of the person's company.
    [Department <String>]: The person's department.
    [DisplayName <String>]: The person's display name.
    [GivenName <String>]: The person's given name.
    [ImAddress <String>]: The instant message voice over IP (VOIP) session initiation protocol (SIP) address for the user. Read-only.
    [IsFavorite <Boolean?>]: true if the user has flagged this person as a favorite.
    [JobTitle <String>]: The person's job title.
    [OfficeLocation <String>]: The location of the person's office.
    [PersonNotes <String>]: Free-form notes that the user has taken about this person.
    [PersonType <IMicrosoftGraphPersonType>]: personType
      [(Any) <Object>]: This indicates any property can be added to this object.
      [Class <String>]: The type of data source, such as Person.
      [Subclass <String>]: The secondary type of data source, such as OrganizationUser.
    [Phones <IMicrosoftGraphPhone[]>]: The person's phone numbers.
    [PostalAddresses <IMicrosoftGraphLocation[]>]: The person's addresses.
    [Profession <String>]: The person's profession.
    [ScoredEmailAddresses <IMicrosoftGraphScoredEmailAddress[]>]: The person's email addresses.
      [Address <String>]: The email address.
      [ItemId <String>]:
      [RelevanceScore <Double?>]: The relevance score of the email address. A relevance score is used as a sort key, in relation to the other returned results. A higher relevance score value corresponds to a more relevant result. Relevance is determined by the user’s communication and collaboration patterns and business relationships.
      [SelectionLikelihood <String>]: selectionLikelihoodInfo
    [Surname <String>]: The person's surname.
    [UserPrincipalName <String>]: The user principal name (UPN) of the person. The UPN is an Internet-style login name for the person based on the Internet standard RFC 822. By convention, this should map to the person's email name. The general format is alias@domain.
    [Websites <IMicrosoftGraphWebsite[]>]: The person's websites.
      [Address <String>]: The URL of the website.
      [DisplayName <String>]: The display name of the web site.
      [Type <String>]: websiteType
    [YomiCompany <String>]: The phonetic Japanese name of the person's company.
  [Photo <IMicrosoftGraphProfilePhoto>]: profilePhoto
  [Photos <IMicrosoftGraphProfilePhoto[]>]:
  [Planner <IMicrosoftGraphPlannerUser>]: plannerUser
    [(Any) <Object>]: This indicates any property can be added to this object.
    [Id <String>]: Read-only.
    [Plans <IMicrosoftGraphPlannerPlan[]>]: Read-only. Nullable. Returns the plannerTasks assigned to the user.
    [Tasks <IMicrosoftGraphPlannerTask[]>]: Read-only. Nullable. Returns the plannerPlans shared with the user.
  [PostalCode <String>]: The postal code for the user's postal address. The postal code is specific to the user's country/region. In the United States of America, this attribute contains the ZIP code.
  [PreferredLanguage <String>]: The preferred language for the user. Should follow ISO 639-1 Code; for example 'en-US'.
  [PreferredName <String>]: The preferred name for the user.
  [ProvisionedPlans <IMicrosoftGraphProvisionedPlan[]>]: The plans that are provisioned for the user. Read-only. Not nullable.
    [CapabilityStatus <String>]: For example, 'Enabled'.
    [ProvisioningStatus <String>]: For example, 'Success'.
    [Service <String>]: The name of the service; for example, 'AccessControlS2S'
  [ProxyAddresses <String[]>]: For example: ['SMTP: bob@contoso.com', 'smtp: bob@sales.contoso.com'] The any operator is required for filter expressions on multi-valued properties. Read-only, Not nullable. Supports $filter.
  [RegisteredDevices <IMicrosoftGraphDirectoryObject[]>]: Devices that are registered for the user. Read-only. Nullable.
  [Responsibilities <String[]>]: A list for the user to enumerate their responsibilities.
  [Schools <String[]>]: A list for the user to enumerate the schools they have attended.
  [Settings <IMicrosoftGraphUserSettings>]: userSettings
    [(Any) <Object>]: This indicates any property can be added to this object.
    [Id <String>]: Read-only.
    [ContributionToContentDiscoveryAsOrganizationDisabled <Boolean?>]:
    [ContributionToContentDiscoveryDisabled <Boolean?>]:
    [ShiftPreferences <IMicrosoftGraphShiftPreferences>]: shiftPreferences
      [(Any) <Object>]: This indicates any property can be added to this object.
      [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
      [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
      [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
      [Id <String>]: Read-only.
      [Availability <IMicrosoftGraphShiftAvailability[]>]: Availability of the user to be scheduled for work and its recurrence pattern.
        [Recurrence <IMicrosoftGraphPatternedRecurrence>]: patternedRecurrence
        [TimeSlots <IMicrosoftGraphTimeRange[]>]: The time slot(s) preferred by the user.
          [EndTime <String>]: End time for the time range.
          [StartTime <String>]: Start time for the time range.
        [TimeZone <String>]: Specifies the time zone for the indicated time.
  [ShowInAddressList <Boolean?>]: true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false.
  [SignInSessionsValidFromDateTime <DateTime?>]: Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use revokeSignInSessions to reset.
  [Skills <String[]>]: A list for the user to enumerate their skills.
  [State <String>]: The state or province in the user's address. Supports $filter.
  [StreetAddress <String>]: The street address of the user's place of business.
  [Surname <String>]: The user's surname (family name or last name). Supports $filter.
  [TransitiveMemberOf <IMicrosoftGraphDirectoryObject[]>]:
  [UsageLocation <String>]: A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: 'US', 'JP', and 'GB'. Not nullable. Supports $filter.
  [UserPrincipalName <String>]: The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant’s collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization. Supports $filter and $orderby.
  [UserType <String>]: A string value that can be used to classify user types in your directory, such as 'Member' and 'Guest'. Supports $filter.
 
INVITEDUSERMESSAGEINFO <IMicrosoftGraphInvitedUserMessageInfo>: invitedUserMessageInfo
  [(Any) <Object>]: This indicates any property can be added to this object.
  [CcRecipients <IMicrosoftGraphRecipient[]>]: Additional recipients the invitation message should be sent to. Currently only 1 additional recipient is supported.
    [EmailAddress <IMicrosoftGraphEmailAddress>]: emailAddress
      [(Any) <Object>]: This indicates any property can be added to this object.
      [Address <String>]: The email address of the person or entity.
      [Name <String>]: The display name of the person or entity.
  [CustomizedMessageBody <String>]: Customized message body you want to send if you don't want the default message.
  [MessageLanguage <String>]: The language you want to send the default message in. If the customizedMessageBody is specified, this property is ignored, and the message is sent using the customizedMessageBody. The language format should be in ISO 639. The default is en-US.
.Link
https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.invitations/new-mginvitation
#>

function New-MgInvitation {
[OutputType([Microsoft.Graph.PowerShell.Models.IMicrosoftGraphInvitation])]
[CmdletBinding(DefaultParameterSetName='CreateExpanded1', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')]
[Microsoft.Graph.PowerShell.Profile('v1.0')]
param(
    [Parameter(ParameterSetName='Create1', Mandatory, ValueFromPipeline)]
    [Microsoft.Graph.PowerShell.Category('Body')]
    [Microsoft.Graph.PowerShell.Models.IMicrosoftGraphInvitation]
    # invitation
    # To construct, see NOTES section for BODYPARAMETER properties and create a hash table.
    ${BodyParameter},

    [Parameter(ParameterSetName='CreateExpanded1')]
    [Microsoft.Graph.PowerShell.Category('Body')]
    [System.Collections.Hashtable]
    # Additional Parameters
    ${AdditionalProperties},

    [Parameter(ParameterSetName='CreateExpanded1')]
    [Microsoft.Graph.PowerShell.Category('Body')]
    [System.String]
    # Read-only.
    ${Id},

    [Parameter(ParameterSetName='CreateExpanded1')]
    [Microsoft.Graph.PowerShell.Category('Body')]
    [System.String]
    # The URL user can use to redeem his invitation.
    # Read-Only
    ${InviteRedeemUrl},

    [Parameter(ParameterSetName='CreateExpanded1')]
    [Microsoft.Graph.PowerShell.Category('Body')]
    [System.String]
    # The URL user should be redirected to once the invitation is redeemed.
    # Required.
    ${InviteRedirectUrl},

    [Parameter(ParameterSetName='CreateExpanded1')]
    [Microsoft.Graph.PowerShell.Category('Body')]
    [Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser]
    # Represents an Azure Active Directory user object.
    # To construct, see NOTES section for INVITEDUSER properties and create a hash table.
    ${InvitedUser},

    [Parameter(ParameterSetName='CreateExpanded1')]
    [Microsoft.Graph.PowerShell.Category('Body')]
    [System.String]
    # The display name of the user being invited.
    ${InvitedUserDisplayName},

    [Parameter(ParameterSetName='CreateExpanded1')]
    [Microsoft.Graph.PowerShell.Category('Body')]
    [System.String]
    # The email address of the user being invited.
    # Required.
    # The following special characters are not permitted in the email address:Tilde (~)Exclamation point (!)Number sign (#)Dollar sign ($)Percent (%)Circumflex (^)Ampersand (&)Asterisk (*)Parentheses (( ))Plus sign (+)Equal sign (=)Brackets ([ ])Braces ({ })Backslash (/)Slash mark (/)Pipe (/|)Semicolon (;)Colon (:)Quotation marks (')Angle brackets (< >)Question mark ()Comma (,)However, the following exceptions apply:A period (.) or a hyphen (-) is permitted anywhere in the user name, except at the beginning or end of the name.An underscore (_) is permitted anywhere in the user name.
    # This includes at the beginning or end of the name.
    ${InvitedUserEmailAddress},

    [Parameter(ParameterSetName='CreateExpanded1')]
    [Microsoft.Graph.PowerShell.Category('Body')]
    [Microsoft.Graph.PowerShell.Models.IMicrosoftGraphInvitedUserMessageInfo]
    # invitedUserMessageInfo
    # To construct, see NOTES section for INVITEDUSERMESSAGEINFO properties and create a hash table.
    ${InvitedUserMessageInfo},

    [Parameter(ParameterSetName='CreateExpanded1')]
    [Microsoft.Graph.PowerShell.Category('Body')]
    [System.String]
    # The userType of the user being invited.
    # By default, this is Guest.
    # You can invite as Member if you are a company administrator.
    ${InvitedUserType},

    [Parameter(ParameterSetName='CreateExpanded1')]
    [Microsoft.Graph.PowerShell.Category('Body')]
    [System.Management.Automation.SwitchParameter]
    # Indicates whether an email should be sent to the user being invited or not.
    # The default is false.
    ${SendInvitationMessage},

    [Parameter(ParameterSetName='CreateExpanded1')]
    [Microsoft.Graph.PowerShell.Category('Body')]
    [System.String]
    # The status of the invitation.
    # Possible values: PendingAcceptance, Completed, InProgress, and Error
    ${Status},

    [Parameter(DontShow)]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [System.Management.Automation.SwitchParameter]
    # Wait for .NET debugger to attach
    ${Break},

    [Parameter(DontShow)]
    [ValidateNotNull()]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]]
    # SendAsync Pipeline Steps to be appended to the front of the pipeline
    ${HttpPipelineAppend},

    [Parameter(DontShow)]
    [ValidateNotNull()]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]]
    # SendAsync Pipeline Steps to be prepended to the front of the pipeline
    ${HttpPipelinePrepend},

    [Parameter(DontShow)]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [System.Uri]
    # The URI for the proxy server to use
    ${Proxy},

    [Parameter(DontShow)]
    [ValidateNotNull()]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [System.Management.Automation.PSCredential]
    # Credentials for a proxy server to use for the remote call
    ${ProxyCredential},

    [Parameter(DontShow)]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [System.Management.Automation.SwitchParameter]
    # Use the default credentials for the proxy
    ${ProxyUseDefaultCredentials}
)

begin {
    try {
        $outBuffer = $null
        if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) {
            $PSBoundParameters['OutBuffer'] = 1
        }
        $parameterSet = $PSCmdlet.ParameterSetName
        $mapping = @{
            Create1 = 'Microsoft.Graph.Identity.Invitations.private\New-MgInvitation_Create1';
            CreateExpanded1 = 'Microsoft.Graph.Identity.Invitations.private\New-MgInvitation_CreateExpanded1';
        }
        $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
        $scriptCmd = {& $wrappedCmd @PSBoundParameters}
        $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
        $steppablePipeline.Begin($PSCmdlet)
    } catch {
        throw
    }
}

process {
    try {
        $steppablePipeline.Process($_)
    } catch {
        throw
    }
}

end {
    try {
        $steppablePipeline.End()
    } catch {
        throw
    }
}
}

# ----------------------------------------------------------------------------------
#
# Copyright Microsoft Corporation
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# http://www.apache.org/licenses/LICENSE-2.0
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# ----------------------------------------------------------------------------------

<#
.Synopsis
Delete ref of navigation property invitedUser for invitations
.Description
Delete ref of navigation property invitedUser for invitations
.Example
PS C:\> {{ Add code here }}
 
{{ Add output here }}
.Example
PS C:\> {{ Add code here }}
 
{{ Add output here }}
 
.Inputs
Microsoft.Graph.PowerShell.Models.IIdentityInvitationsIdentity
.Outputs
System.Boolean
.Notes
COMPLEX PARAMETER PROPERTIES
 
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
 
INPUTOBJECT <IIdentityInvitationsIdentity>: Identity Parameter
  [InvitationId <String>]: key: id of invitation
.Link
https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.invitations/remove-mginvitationinviteduserbyref
#>

function Remove-MgInvitationInvitedUserByRef {
[OutputType([System.Boolean])]
[CmdletBinding(DefaultParameterSetName='Delete', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')]
[Microsoft.Graph.PowerShell.Profile('v1.0')]
param(
    [Parameter(ParameterSetName='Delete', Mandatory)]
    [Microsoft.Graph.PowerShell.Category('Path')]
    [System.String]
    # key: id of invitation
    ${InvitationId},

    [Parameter(ParameterSetName='DeleteViaIdentity', Mandatory, ValueFromPipeline)]
    [Microsoft.Graph.PowerShell.Category('Path')]
    [Microsoft.Graph.PowerShell.Models.IIdentityInvitationsIdentity]
    # Identity Parameter
    # To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
    ${InputObject},

    [Parameter()]
    [Microsoft.Graph.PowerShell.Category('Header')]
    [System.String]
    # ETag
    ${IfMatch},

    [Parameter(DontShow)]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [System.Management.Automation.SwitchParameter]
    # Wait for .NET debugger to attach
    ${Break},

    [Parameter(DontShow)]
    [ValidateNotNull()]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]]
    # SendAsync Pipeline Steps to be appended to the front of the pipeline
    ${HttpPipelineAppend},

    [Parameter(DontShow)]
    [ValidateNotNull()]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]]
    # SendAsync Pipeline Steps to be prepended to the front of the pipeline
    ${HttpPipelinePrepend},

    [Parameter()]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [System.Management.Automation.SwitchParameter]
    # Returns true when the command succeeds
    ${PassThru},

    [Parameter(DontShow)]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [System.Uri]
    # The URI for the proxy server to use
    ${Proxy},

    [Parameter(DontShow)]
    [ValidateNotNull()]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [System.Management.Automation.PSCredential]
    # Credentials for a proxy server to use for the remote call
    ${ProxyCredential},

    [Parameter(DontShow)]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [System.Management.Automation.SwitchParameter]
    # Use the default credentials for the proxy
    ${ProxyUseDefaultCredentials}
)

begin {
    try {
        $outBuffer = $null
        if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) {
            $PSBoundParameters['OutBuffer'] = 1
        }
        $parameterSet = $PSCmdlet.ParameterSetName
        $mapping = @{
            Delete = 'Microsoft.Graph.Identity.Invitations.private\Remove-MgInvitationInvitedUserByRef_Delete';
            DeleteViaIdentity = 'Microsoft.Graph.Identity.Invitations.private\Remove-MgInvitationInvitedUserByRef_DeleteViaIdentity';
        }
        $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
        $scriptCmd = {& $wrappedCmd @PSBoundParameters}
        $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
        $steppablePipeline.Begin($PSCmdlet)
    } catch {
        throw
    }
}

process {
    try {
        $steppablePipeline.Process($_)
    } catch {
        throw
    }
}

end {
    try {
        $steppablePipeline.End()
    } catch {
        throw
    }
}
}

# ----------------------------------------------------------------------------------
#
# Copyright Microsoft Corporation
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# http://www.apache.org/licenses/LICENSE-2.0
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# ----------------------------------------------------------------------------------

<#
.Synopsis
Delete entity from invitations
.Description
Delete entity from invitations
.Example
PS C:\> {{ Add code here }}
 
{{ Add output here }}
.Example
PS C:\> {{ Add code here }}
 
{{ Add output here }}
 
.Inputs
Microsoft.Graph.PowerShell.Models.IIdentityInvitationsIdentity
.Outputs
System.Boolean
.Notes
COMPLEX PARAMETER PROPERTIES
 
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
 
INPUTOBJECT <IIdentityInvitationsIdentity>: Identity Parameter
  [InvitationId <String>]: key: id of invitation
.Link
https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.invitations/remove-mginvitation
#>

function Remove-MgInvitation {
[OutputType([System.Boolean])]
[CmdletBinding(DefaultParameterSetName='Delete', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')]
[Microsoft.Graph.PowerShell.Profile('v1.0')]
param(
    [Parameter(ParameterSetName='Delete', Mandatory)]
    [Microsoft.Graph.PowerShell.Category('Path')]
    [System.String]
    # key: id of invitation
    ${InvitationId},

    [Parameter(ParameterSetName='DeleteViaIdentity', Mandatory, ValueFromPipeline)]
    [Microsoft.Graph.PowerShell.Category('Path')]
    [Microsoft.Graph.PowerShell.Models.IIdentityInvitationsIdentity]
    # Identity Parameter
    # To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
    ${InputObject},

    [Parameter()]
    [Microsoft.Graph.PowerShell.Category('Header')]
    [System.String]
    # ETag
    ${IfMatch},

    [Parameter(DontShow)]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [System.Management.Automation.SwitchParameter]
    # Wait for .NET debugger to attach
    ${Break},

    [Parameter(DontShow)]
    [ValidateNotNull()]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]]
    # SendAsync Pipeline Steps to be appended to the front of the pipeline
    ${HttpPipelineAppend},

    [Parameter(DontShow)]
    [ValidateNotNull()]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]]
    # SendAsync Pipeline Steps to be prepended to the front of the pipeline
    ${HttpPipelinePrepend},

    [Parameter()]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [System.Management.Automation.SwitchParameter]
    # Returns true when the command succeeds
    ${PassThru},

    [Parameter(DontShow)]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [System.Uri]
    # The URI for the proxy server to use
    ${Proxy},

    [Parameter(DontShow)]
    [ValidateNotNull()]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [System.Management.Automation.PSCredential]
    # Credentials for a proxy server to use for the remote call
    ${ProxyCredential},

    [Parameter(DontShow)]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [System.Management.Automation.SwitchParameter]
    # Use the default credentials for the proxy
    ${ProxyUseDefaultCredentials}
)

begin {
    try {
        $outBuffer = $null
        if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) {
            $PSBoundParameters['OutBuffer'] = 1
        }
        $parameterSet = $PSCmdlet.ParameterSetName
        $mapping = @{
            Delete = 'Microsoft.Graph.Identity.Invitations.private\Remove-MgInvitation_Delete';
            DeleteViaIdentity = 'Microsoft.Graph.Identity.Invitations.private\Remove-MgInvitation_DeleteViaIdentity';
        }
        $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
        $scriptCmd = {& $wrappedCmd @PSBoundParameters}
        $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
        $steppablePipeline.Begin($PSCmdlet)
    } catch {
        throw
    }
}

process {
    try {
        $steppablePipeline.Process($_)
    } catch {
        throw
    }
}

end {
    try {
        $steppablePipeline.End()
    } catch {
        throw
    }
}
}

# ----------------------------------------------------------------------------------
#
# Copyright Microsoft Corporation
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# http://www.apache.org/licenses/LICENSE-2.0
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# ----------------------------------------------------------------------------------

<#
.Synopsis
Update the ref of navigation property invitedUser in invitations
.Description
Update the ref of navigation property invitedUser in invitations
.Example
PS C:\> {{ Add code here }}
 
{{ Add output here }}
.Example
PS C:\> {{ Add code here }}
 
{{ Add output here }}
 
.Inputs
Microsoft.Graph.PowerShell.Models.IIdentityInvitationsIdentity
.Inputs
System.Collections.Hashtable
.Outputs
System.Boolean
.Notes
COMPLEX PARAMETER PROPERTIES
 
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
 
INPUTOBJECT <IIdentityInvitationsIdentity>: Identity Parameter
  [InvitationId <String>]: key: id of invitation
.Link
https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.invitations/set-mginvitationinviteduserbyref
#>

function Set-MgInvitationInvitedUserByRef {
[OutputType([System.Boolean])]
[CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')]
[Microsoft.Graph.PowerShell.Profile('v1.0')]
param(
    [Parameter(ParameterSetName='Update', Mandatory)]
    [Parameter(ParameterSetName='UpdateExpanded', Mandatory)]
    [Microsoft.Graph.PowerShell.Category('Path')]
    [System.String]
    # key: id of invitation
    ${InvitationId},

    [Parameter(ParameterSetName='UpdateViaIdentity', Mandatory, ValueFromPipeline)]
    [Parameter(ParameterSetName='UpdateViaIdentityExpanded', Mandatory, ValueFromPipeline)]
    [Microsoft.Graph.PowerShell.Category('Path')]
    [Microsoft.Graph.PowerShell.Models.IIdentityInvitationsIdentity]
    # Identity Parameter
    # To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
    ${InputObject},

    [Parameter(ParameterSetName='Update', Mandatory, ValueFromPipeline)]
    [Parameter(ParameterSetName='UpdateViaIdentity', Mandatory, ValueFromPipeline)]
    [Microsoft.Graph.PowerShell.Category('Body')]
    [Microsoft.Graph.PowerShell.Runtime.Info(Required, PossibleTypes=([Microsoft.Graph.PowerShell.Models.IPaths1Ud8Gr4InvitationsInvitationIdInviteduserRefPutRequestbodyContentApplicationJsonSchema]))]
    [System.Collections.Hashtable]
    # .
    ${BodyParameter},

    [Parameter(ParameterSetName='UpdateExpanded')]
    [Parameter(ParameterSetName='UpdateViaIdentityExpanded')]
    [Microsoft.Graph.PowerShell.Category('Body')]
    [System.Collections.Hashtable]
    # Additional Parameters
    ${AdditionalProperties},

    [Parameter(DontShow)]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [System.Management.Automation.SwitchParameter]
    # Wait for .NET debugger to attach
    ${Break},

    [Parameter(DontShow)]
    [ValidateNotNull()]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]]
    # SendAsync Pipeline Steps to be appended to the front of the pipeline
    ${HttpPipelineAppend},

    [Parameter(DontShow)]
    [ValidateNotNull()]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]]
    # SendAsync Pipeline Steps to be prepended to the front of the pipeline
    ${HttpPipelinePrepend},

    [Parameter()]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [System.Management.Automation.SwitchParameter]
    # Returns true when the command succeeds
    ${PassThru},

    [Parameter(DontShow)]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [System.Uri]
    # The URI for the proxy server to use
    ${Proxy},

    [Parameter(DontShow)]
    [ValidateNotNull()]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [System.Management.Automation.PSCredential]
    # Credentials for a proxy server to use for the remote call
    ${ProxyCredential},

    [Parameter(DontShow)]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [System.Management.Automation.SwitchParameter]
    # Use the default credentials for the proxy
    ${ProxyUseDefaultCredentials}
)

begin {
    try {
        $outBuffer = $null
        if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) {
            $PSBoundParameters['OutBuffer'] = 1
        }
        $parameterSet = $PSCmdlet.ParameterSetName
        $mapping = @{
            Update = 'Microsoft.Graph.Identity.Invitations.private\Set-MgInvitationInvitedUserByRef_Update';
            UpdateExpanded = 'Microsoft.Graph.Identity.Invitations.private\Set-MgInvitationInvitedUserByRef_UpdateExpanded';
            UpdateViaIdentity = 'Microsoft.Graph.Identity.Invitations.private\Set-MgInvitationInvitedUserByRef_UpdateViaIdentity';
            UpdateViaIdentityExpanded = 'Microsoft.Graph.Identity.Invitations.private\Set-MgInvitationInvitedUserByRef_UpdateViaIdentityExpanded';
        }
        $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
        $scriptCmd = {& $wrappedCmd @PSBoundParameters}
        $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
        $steppablePipeline.Begin($PSCmdlet)
    } catch {
        throw
    }
}

process {
    try {
        $steppablePipeline.Process($_)
    } catch {
        throw
    }
}

end {
    try {
        $steppablePipeline.End()
    } catch {
        throw
    }
}
}

# ----------------------------------------------------------------------------------
#
# Copyright Microsoft Corporation
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# http://www.apache.org/licenses/LICENSE-2.0
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# ----------------------------------------------------------------------------------

<#
.Synopsis
Update entity in invitations
.Description
Update entity in invitations
.Example
PS C:\> {{ Add code here }}
 
{{ Add output here }}
.Example
PS C:\> {{ Add code here }}
 
{{ Add output here }}
 
.Inputs
Microsoft.Graph.PowerShell.Models.IIdentityInvitationsIdentity
.Inputs
Microsoft.Graph.PowerShell.Models.IMicrosoftGraphInvitation
.Outputs
System.Boolean
.Notes
COMPLEX PARAMETER PROPERTIES
 
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
 
BODYPARAMETER <IMicrosoftGraphInvitation>: invitation
  [(Any) <Object>]: This indicates any property can be added to this object.
  [Id <String>]: Read-only.
  [InviteRedeemUrl <String>]: The URL user can use to redeem his invitation. Read-Only
  [InviteRedirectUrl <String>]: The URL user should be redirected to once the invitation is redeemed. Required.
  [InvitedUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
    [(Any) <Object>]: This indicates any property can be added to this object.
    [DeletedDateTime <DateTime?>]:
    [Id <String>]: Read-only.
    [AboutMe <String>]: A freeform text entry field for the user to describe themselves.
    [AccountEnabled <Boolean?>]: true if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.
    [Activities <IMicrosoftGraphUserActivity[]>]: The user's activities across devices. Read-only. Nullable.
      [Id <String>]: Read-only.
      [ActivationUrl <String>]: Required. URL used to launch the activity in the best native experience represented by the appId. Might launch a web-based app if no native app exists.
      [ActivitySourceHost <String>]: Required. URL for the domain representing the cross-platform identity mapping for the app. Mapping is stored either as a JSON file hosted on the domain or configurable via Windows Dev Center. The JSON file is named cross-platform-app-identifiers and is hosted at root of your HTTPS domain, either at the top level domain or include a sub domain. For example: https://contoso.com or https://myapp.contoso.com but NOT https://myapp.contoso.com/somepath. You must have a unique file and domain (or sub domain) per cross-platform app identity. For example, a separate file and domain is needed for Word vs. PowerPoint.
      [AppActivityId <String>]: Required. The unique activity ID in the context of the app - supplied by caller and immutable thereafter.
      [AppDisplayName <String>]: Optional. Short text description of the app used to generate the activity for use in cases when the app is not installed on the user’s local device.
      [ContentInfo <IMicrosoftGraphJson>]: Json
        [(Any) <Object>]: This indicates any property can be added to this object.
      [ContentUrl <String>]: Optional. Used in the event the content can be rendered outside of a native or web-based app experience (for example, a pointer to an item in an RSS feed).
      [CreatedDateTime <DateTime?>]: Set by the server. DateTime in UTC when the object was created on the server.
      [ExpirationDateTime <DateTime?>]: Set by the server. DateTime in UTC when the object expired on the server.
      [FallbackUrl <String>]: Optional. URL used to launch the activity in a web-based app, if available.
      [HistoryItems <IMicrosoftGraphActivityHistoryItem[]>]: Optional. NavigationProperty/Containment; navigation property to the activity's historyItems.
        [Id <String>]: Read-only.
        [ActiveDurationSeconds <Int32?>]: Optional. The duration of active user engagement. if not supplied, this is calculated from the startedDateTime and lastActiveDateTime.
        [Activity <IMicrosoftGraphUserActivity>]: userActivity
        [CreatedDateTime <DateTime?>]: Set by the server. DateTime in UTC when the object was created on the server.
        [ExpirationDateTime <DateTime?>]: Optional. UTC DateTime when the historyItem will undergo hard-delete. Can be set by the client.
        [LastActiveDateTime <DateTime?>]: Optional. UTC DateTime when the historyItem (activity session) was last understood as active or finished - if null, historyItem status should be Ongoing.
        [LastModifiedDateTime <DateTime?>]: Set by the server. DateTime in UTC when the object was modified on the server.
        [StartedDateTime <DateTime?>]: Required. UTC DateTime when the historyItem (activity session) was started. Required for timeline history.
        [Status <String>]: status
        [UserTimezone <String>]: Optional. The timezone in which the user's device used to generate the activity was located at activity creation time. Values supplied as Olson IDs in order to support cross-platform representation.
      [LastModifiedDateTime <DateTime?>]: Set by the server. DateTime in UTC when the object was modified on the server.
      [Status <String>]: status
      [UserTimezone <String>]: Optional. The timezone in which the user's device used to generate the activity was located at activity creation time; values supplied as Olson IDs in order to support cross-platform representation.
      [VisualElements <IMicrosoftGraphVisualInfo>]: visualInfo
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Attribution <IMicrosoftGraphImageInfo>]: imageInfo
          [(Any) <Object>]: This indicates any property can be added to this object.
          [AddImageQuery <Boolean?>]: Optional; parameter used to indicate the server is able to render image dynamically in response to parameterization. For example – a high contrast image
          [AlternateText <String>]: Optional; alt-text accessible content for the image
          [AlternativeText <String>]:
          [IconUrl <String>]: Optional; URI that points to an icon which represents the application used to generate the activity
        [BackgroundColor <String>]: Optional. Background color used to render the activity in the UI - brand color for the application source of the activity. Must be a valid hex color
        [Content <IMicrosoftGraphJson>]: Json
        [Description <String>]: Optional. Longer text description of the user's unique activity (example: document name, first sentence, and/or metadata)
        [DisplayText <String>]: Required. Short text description of the user's unique activity (for example, document name in cases where an activity refers to document creation)
    [AgeGroup <String>]: Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information.
    [AppRoleAssignments <IMicrosoftGraphAppRoleAssignment[]>]:
      [DeletedDateTime <DateTime?>]:
      [Id <String>]: Read-only.
      [AppRoleId <String>]: The identifier (id) for the app role which is assigned to the principal. This app role must be exposed in the appRoles property on the resource application's service principal (resourceId). If the resource application has not declared any app roles, a default app role ID of 00000000-0000-0000-0000-000000000000 can be specified to signal that the principal is assigned to the resource app without any specific app roles. Required on create. Does not support $filter.
      [CreatedDateTime <DateTime?>]:
      [PrincipalDisplayName <String>]: The display name of the user, group, or service principal that was granted the app role assignment. Read-only. Supports $filter (eq and startswith).
      [PrincipalId <String>]: The unique identifier (id) for the user, group or service principal being granted the app role. Required on create. Does not support $filter.
      [PrincipalType <String>]: The type of the assigned principal. This can either be 'User', 'Group' or 'ServicePrincipal'. Read-only. Does not support $filter.
      [ResourceDisplayName <String>]: The display name of the resource app's service principal to which the assignment is made. Does not support $filter.
      [ResourceId <String>]: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only).
    [AssignedLicenses <IMicrosoftGraphAssignedLicense[]>]: The licenses that are assigned to the user. Not nullable.
      [DisabledPlans <String[]>]: A collection of the unique identifiers for plans that have been disabled.
      [SkuId <String>]: The unique identifier for the SKU.
    [AssignedPlans <IMicrosoftGraphAssignedPlan[]>]: The plans that are assigned to the user. Read-only. Not nullable.
      [AssignedDateTime <DateTime?>]: The date and time at which the plan was assigned; for example: 2013-01-02T19:32:30Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
      [CapabilityStatus <String>]: For example, 'Enabled'.
      [Service <String>]: The name of the service; for example, 'Exchange'.
      [ServicePlanId <String>]: A GUID that identifies the service plan.
    [Birthday <DateTime?>]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
    [BusinessPhones <String[]>]: The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property.
    [Calendar <IMicrosoftGraphCalendar>]: calendar
      [(Any) <Object>]: This indicates any property can be added to this object.
      [Id <String>]: Read-only.
      [AllowedOnlineMeetingProviders <String[]>]: Represent the online meeting service providers that can be used to create online meetings in this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.
      [CalendarPermissions <IMicrosoftGraphCalendarPermission[]>]: The permissions of the users with whom the calendar is shared.
        [Id <String>]: Read-only.
        [AllowedRoles <String[]>]: List of allowed sharing or delegating permission levels for the calendar. Possible values are: none, freeBusyRead, limitedRead, read, write, delegateWithoutPrivateEventAccess, delegateWithPrivateEventAccess, custom.
        [EmailAddress <IMicrosoftGraphEmailAddress>]: emailAddress
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Address <String>]: The email address of the person or entity.
          [Name <String>]: The display name of the person or entity.
        [IsInsideOrganization <Boolean?>]: True if the user in context (sharee or delegate) is inside the same organization as the calendar owner.
        [IsRemovable <Boolean?>]: True if the user can be removed from the list of sharees or delegates for the specified calendar, false otherwise. The 'My organization' user determines the permissions other people within your organization have to the given calendar. You cannot remove 'My organization' as a sharee to a calendar.
        [Role <String>]: calendarRoleType
      [CalendarView <IMicrosoftGraphEvent[]>]: The calendar view for the calendar. Navigation property. Read-only.
        [Categories <String[]>]: The categories associated with the item
        [ChangeKey <String>]: Identifies the version of the item. Every time the item is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.
        [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [Id <String>]: Read-only.
        [AllowNewTimeProposals <Boolean?>]: True if the meeting organizer allows invitees to propose a new time when responding, false otherwise. Optional. Default is true.
        [Attachments <IMicrosoftGraphAttachment[]>]: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable.
          [Id <String>]: Read-only.
          [ContentType <String>]: The MIME type.
          [IsInline <Boolean?>]: true if the attachment is an inline attachment; otherwise, false.
          [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [Name <String>]: The attachment's file name.
          [Size <Int32?>]: The length of the attachment in bytes.
        [Attendees <IMicrosoftGraphAttendee[]>]: The collection of attendees for the event.
          [Type <String>]: attendeeType
          [EmailAddress <IMicrosoftGraphEmailAddress>]: emailAddress
          [ProposedNewTime <IMicrosoftGraphTimeSlot>]: timeSlot
            [(Any) <Object>]: This indicates any property can be added to this object.
            [End <IMicrosoftGraphDateTimeZone>]: dateTimeTimeZone
              [(Any) <Object>]: This indicates any property can be added to this object.
              [DateTime <String>]: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).
              [TimeZone <String>]: Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.
            [Start <IMicrosoftGraphDateTimeZone>]: dateTimeTimeZone
          [Status <IMicrosoftGraphResponseStatus>]: responseStatus
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Response <String>]: responseType
            [Time <DateTime?>]: The date and time that the response was returned. It uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [Body <IMicrosoftGraphItemBody>]: itemBody
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Content <String>]: The content of the item.
          [ContentType <String>]: bodyType
        [BodyPreview <String>]: The preview of the message associated with the event. It is in text format.
        [Calendar <IMicrosoftGraphCalendar>]: calendar
        [End <IMicrosoftGraphDateTimeZone>]: dateTimeTimeZone
        [Extensions <IMicrosoftGraphExtension[]>]: The collection of open extensions defined for the event. Read-only. Nullable.
          [Id <String>]: Read-only.
        [HasAttachments <Boolean?>]: Set to true if the event has attachments.
        [ICalUId <String>]: A unique identifier that is shared by all instances of an event across different calendars. Read-only.
        [Importance <String>]: importance
        [Instances <IMicrosoftGraphEvent[]>]: The instances of the event. Navigation property. Read-only. Nullable.
        [IsAllDay <Boolean?>]: Set to true if the event lasts all day.
        [IsCancelled <Boolean?>]: Set to true if the event has been canceled.
        [IsOnlineMeeting <Boolean?>]: True if this event has online meeting information, false otherwise. Default is false. Optional.
        [IsOrganizer <Boolean?>]: Set to true if the calendar owner (specified by the owner property of the calendar) is the organizer of the event (specified by the organizer property of the event). This also applies if a delegate organized the event on behalf of the owner.
        [IsReminderOn <Boolean?>]: Set to true if an alert is set to remind the user of the event.
        [Location <IMicrosoftGraphLocation>]: location
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Address <IMicrosoftGraphPhysicalAddress>]: physicalAddress
            [(Any) <Object>]: This indicates any property can be added to this object.
            [City <String>]: The city.
            [CountryOrRegion <String>]: The country or region. It's a free-format string value, for example, 'United States'.
            [PostalCode <String>]: The postal code.
            [State <String>]: The state.
            [Street <String>]: The street.
          [Coordinates <IMicrosoftGraphOutlookGeoCoordinates>]: outlookGeoCoordinates
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Accuracy <Double?>]: The accuracy of the latitude and longitude. As an example, the accuracy can be measured in meters, such as the latitude and longitude are accurate to within 50 meters.
            [Altitude <Double?>]: The altitude of the location.
            [AltitudeAccuracy <Double?>]: The accuracy of the altitude.
            [Latitude <Double?>]: The latitude of the location.
            [Longitude <Double?>]: The longitude of the location.
          [DisplayName <String>]: The name associated with the location.
          [LocationEmailAddress <String>]: Optional email address of the location.
          [LocationType <String>]: locationType
          [LocationUri <String>]: Optional URI representing the location.
          [UniqueId <String>]: For internal use only.
          [UniqueIdType <String>]: locationUniqueIdType
        [Locations <IMicrosoftGraphLocation[]>]: The locations where the event is held or attended from. The location and locations properties always correspond with each other. If you update the location property, any prior locations in the locations collection would be removed and replaced by the new location value.
        [MultiValueExtendedProperties <IMicrosoftGraphMultiValueLegacyExtendedProperty[]>]: The collection of multi-value extended properties defined for the event. Read-only. Nullable.
          [Id <String>]: Read-only.
          [Value <String[]>]: A collection of property values.
        [OnlineMeeting <IMicrosoftGraphOnlineMeetingInfo>]: onlineMeetingInfo
          [(Any) <Object>]: This indicates any property can be added to this object.
          [ConferenceId <String>]: The ID of the conference.
          [JoinUrl <String>]: The external link that launches the online meeting. This is a URL that clients will launch into a browser and will redirect the user to join the meeting.
          [Phones <IMicrosoftGraphPhone[]>]: All of the phone numbers associated with this conference.
            [Language <String>]:
            [Number <String>]: The phone number.
            [Region <String>]:
            [Type <String>]: phoneType
          [QuickDial <String>]: The pre-formatted quickdial for this call.
          [TollFreeNumbers <String[]>]: The toll free numbers that can be used to join the conference.
          [TollNumber <String>]: The toll number that can be used to join the conference.
        [OnlineMeetingProvider <String>]: onlineMeetingProviderType
        [OnlineMeetingUrl <String>]: A URL for an online meeting. The property is set only when an organizer specifies an event as an online meeting such as a Skype meeting. Read-only.
        [Organizer <IMicrosoftGraphRecipient>]: recipient
          [(Any) <Object>]: This indicates any property can be added to this object.
          [EmailAddress <IMicrosoftGraphEmailAddress>]: emailAddress
        [OriginalEndTimeZone <String>]: The end time zone that was set when the event was created. A value of tzone://Microsoft/Custom indicates that a legacy custom time zone was set in desktop Outlook.
        [OriginalStart <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [OriginalStartTimeZone <String>]: The start time zone that was set when the event was created. A value of tzone://Microsoft/Custom indicates that a legacy custom time zone was set in desktop Outlook.
        [Recurrence <IMicrosoftGraphPatternedRecurrence>]: patternedRecurrence
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Pattern <IMicrosoftGraphRecurrencePattern>]: recurrencePattern
            [(Any) <Object>]: This indicates any property can be added to this object.
            [DayOfMonth <Int32?>]: The day of the month on which the event occurs. Required if type is absoluteMonthly or absoluteYearly.
            [DaysOfWeek <String[]>]: A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.
            [FirstDayOfWeek <String>]: dayOfWeek
            [Index <String>]: weekIndex
            [Interval <Int32?>]: The number of units between occurrences, where units can be in days, weeks, months, or years, depending on the type. Required.
            [Month <Int32?>]: The month in which the event occurs. This is a number from 1 to 12.
            [Type <String>]: recurrencePatternType
          [Range <IMicrosoftGraphRecurrenceRange>]: recurrenceRange
            [(Any) <Object>]: This indicates any property can be added to this object.
            [EndDate <DateTime?>]: The date to stop applying the recurrence pattern. Depending on the recurrence pattern of the event, the last occurrence of the meeting may not be this date. Required if type is endDate.
            [NumberOfOccurrences <Int32?>]: The number of times to repeat the event. Required and must be positive if type is numbered.
            [RecurrenceTimeZone <String>]: Time zone for the startDate and endDate properties. Optional. If not specified, the time zone of the event is used.
            [StartDate <DateTime?>]: The date to start applying the recurrence pattern. The first occurrence of the meeting may be this date or later, depending on the recurrence pattern of the event. Must be the same value as the start property of the recurring event. Required.
            [Type <String>]: recurrenceRangeType
        [ReminderMinutesBeforeStart <Int32?>]: The number of minutes before the event start time that the reminder alert occurs.
        [ResponseRequested <Boolean?>]: Default is true, which represents the organizer would like an invitee to send a response to the event.
        [ResponseStatus <IMicrosoftGraphResponseStatus>]: responseStatus
        [Sensitivity <String>]: sensitivity
        [SeriesMasterId <String>]: The ID for the recurring series master item, if this event is part of a recurring series.
        [ShowAs <String>]: freeBusyStatus
        [SingleValueExtendedProperties <IMicrosoftGraphSingleValueLegacyExtendedProperty[]>]: The collection of single-value extended properties defined for the event. Read-only. Nullable.
          [Id <String>]: Read-only.
          [Value <String>]: A property value.
        [Start <IMicrosoftGraphDateTimeZone>]: dateTimeTimeZone
        [Subject <String>]: The text of the event's subject line.
        [Type <String>]: eventType
        [WebLink <String>]: The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can be accessed from within an iFrame.
      [CanEdit <Boolean?>]: True if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access.
      [CanShare <Boolean?>]: True if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it.
      [CanViewPrivateItems <Boolean?>]: True if the user can read calendar items that have been marked private, false otherwise.
      [ChangeKey <String>]: Identifies the version of the calendar object. Every time the calendar is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.
      [Color <String>]: calendarColor
      [DefaultOnlineMeetingProvider <String>]: onlineMeetingProviderType
      [Events <IMicrosoftGraphEvent[]>]: The events in the calendar. Navigation property. Read-only.
      [IsRemovable <Boolean?>]: Indicates whether this user calendar can be deleted from the user mailbox.
      [IsTallyingResponses <Boolean?>]: Indicates whether this user calendar supports tracking of meeting responses. Only meeting invites sent from users' primary calendars support tracking of meeting responses.
      [MultiValueExtendedProperties <IMicrosoftGraphMultiValueLegacyExtendedProperty[]>]: The collection of multi-value extended properties defined for the calendar. Read-only. Nullable.
      [Name <String>]: The calendar name.
      [Owner <IMicrosoftGraphEmailAddress>]: emailAddress
      [SingleValueExtendedProperties <IMicrosoftGraphSingleValueLegacyExtendedProperty[]>]: The collection of single-value extended properties defined for the calendar. Read-only. Nullable.
    [CalendarGroups <IMicrosoftGraphCalendarGroup[]>]: The user's calendar groups. Read-only. Nullable.
      [Id <String>]: Read-only.
      [Calendars <IMicrosoftGraphCalendar[]>]: The calendars in the calendar group. Navigation property. Read-only. Nullable.
      [ChangeKey <String>]: Identifies the version of the calendar group. Every time the calendar group is changed, ChangeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.
      [ClassId <String>]: The class identifier. Read-only.
      [Name <String>]: The group name.
    [CalendarView <IMicrosoftGraphEvent[]>]: The calendar view for the calendar. Read-only. Nullable.
    [Calendars <IMicrosoftGraphCalendar[]>]: The user's calendars. Read-only. Nullable.
    [City <String>]: The city in which the user is located. Supports $filter.
    [CompanyName <String>]: The company name which the user is associated. This property can be useful for describing the company that an external user comes from.
    [ConsentProvidedForMinor <String>]: Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information.
    [ContactFolders <IMicrosoftGraphContactFolder[]>]: The user's contacts folders. Read-only. Nullable.
      [Id <String>]: Read-only.
      [ChildFolders <IMicrosoftGraphContactFolder[]>]: The collection of child folders in the folder. Navigation property. Read-only. Nullable.
      [Contacts <IMicrosoftGraphContact[]>]: The contacts in the folder. Navigation property. Read-only. Nullable.
        [Categories <String[]>]: The categories associated with the item
        [ChangeKey <String>]: Identifies the version of the item. Every time the item is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.
        [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [Id <String>]: Read-only.
        [AssistantName <String>]: The name of the contact's assistant.
        [Birthday <DateTime?>]: The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [BusinessAddress <IMicrosoftGraphPhysicalAddress>]: physicalAddress
        [BusinessHomePage <String>]: The business home page of the contact.
        [BusinessPhones <String[]>]: The contact's business phone numbers.
        [Children <String[]>]: The names of the contact's children.
        [CompanyName <String>]: The name of the contact's company.
        [Department <String>]: The contact's department.
        [DisplayName <String>]: The contact's display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.
        [EmailAddresses <IMicrosoftGraphEmailAddress[]>]: The contact's email addresses.
        [Extensions <IMicrosoftGraphExtension[]>]: The collection of open extensions defined for the contact. Read-only. Nullable.
        [FileAs <String>]: The name the contact is filed under.
        [Generation <String>]: The contact's generation.
        [GivenName <String>]: The contact's given name.
        [HomeAddress <IMicrosoftGraphPhysicalAddress>]: physicalAddress
        [HomePhones <String[]>]: The contact's home phone numbers.
        [ImAddresses <String[]>]: The contact's instant messaging (IM) addresses.
        [Initials <String>]: The contact's initials.
        [JobTitle <String>]: The contact’s job title.
        [Manager <String>]: The name of the contact's manager.
        [MiddleName <String>]: The contact's middle name.
        [MobilePhone <String>]: The contact's mobile phone number.
        [MultiValueExtendedProperties <IMicrosoftGraphMultiValueLegacyExtendedProperty[]>]: The collection of multi-value extended properties defined for the contact. Read-only. Nullable.
        [NickName <String>]: The contact's nickname.
        [OfficeLocation <String>]: The location of the contact's office.
        [OtherAddress <IMicrosoftGraphPhysicalAddress>]: physicalAddress
        [ParentFolderId <String>]: The ID of the contact's parent folder.
        [PersonalNotes <String>]: The user's notes about the contact.
        [Photo <IMicrosoftGraphProfilePhoto>]: profilePhoto
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Id <String>]: Read-only.
          [Height <Int32?>]: The height of the photo. Read-only.
          [Width <Int32?>]: The width of the photo. Read-only.
        [Profession <String>]: The contact's profession.
        [SingleValueExtendedProperties <IMicrosoftGraphSingleValueLegacyExtendedProperty[]>]: The collection of single-value extended properties defined for the contact. Read-only. Nullable.
        [SpouseName <String>]: The name of the contact's spouse/partner.
        [Surname <String>]: The contact's surname.
        [Title <String>]: The contact's title.
        [YomiCompanyName <String>]: The phonetic Japanese company name of the contact.
        [YomiGivenName <String>]: The phonetic Japanese given name (first name) of the contact.
        [YomiSurname <String>]: The phonetic Japanese surname (last name) of the contact.
      [DisplayName <String>]: The folder's display name.
      [MultiValueExtendedProperties <IMicrosoftGraphMultiValueLegacyExtendedProperty[]>]: The collection of multi-value extended properties defined for the contactFolder. Read-only. Nullable.
      [ParentFolderId <String>]: The ID of the folder's parent folder.
      [SingleValueExtendedProperties <IMicrosoftGraphSingleValueLegacyExtendedProperty[]>]: The collection of single-value extended properties defined for the contactFolder. Read-only. Nullable.
    [Contacts <IMicrosoftGraphContact[]>]: The user's contacts. Read-only. Nullable.
    [Country <String>]: The country/region in which the user is located; for example, 'US' or 'UK'. Supports $filter.
    [CreatedObjects <IMicrosoftGraphDirectoryObject[]>]: Directory objects that were created by the user. Read-only. Nullable.
      [Id <String>]: Read-only.
      [DeletedDateTime <DateTime?>]:
    [CreationType <String>]: Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Read-only.
    [Department <String>]: The name for the department in which the user works. Supports $filter.
    [DeviceEnrollmentLimit <Int32?>]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000.
    [DeviceManagementTroubleshootingEvents <IMicrosoftGraphDeviceManagementTroubleshootingEvent[]>]: The list of troubleshooting events for this user.
      [Id <String>]: Read-only.
      [CorrelationId <String>]: Id used for tracing the failure in the service.
      [EventDateTime <DateTime?>]: Time when the event occurred .
    [DirectReports <IMicrosoftGraphDirectoryObject[]>]: The users and contacts that report to the user. (The users and contacts that have their manager property set to this user.) Read-only. Nullable.
    [DisplayName <String>]: The name displayed in the address book for the user. This is usually the combination of the user's first name, middle initial and last name. This property is required when a user is created and it cannot be cleared during updates. Supports $filter and $orderby.
    [Drive <IMicrosoftGraphDrive>]: drive
      [(Any) <Object>]: This indicates any property can be added to this object.
      [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Application <IMicrosoftGraphIdentity>]: identity
          [(Any) <Object>]: This indicates any property can be added to this object.
          [DisplayName <String>]: The identity's display name. Note that this may not always be available or up to date. For example, if a user changes their display name, the API may show the new value in a future response, but the items associated with the user won't show up as having changed when using delta.
          [Id <String>]: Unique identifier for the identity.
        [Device <IMicrosoftGraphIdentity>]: identity
        [User <IMicrosoftGraphIdentity>]: identity
      [CreatedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
      [CreatedDateTime <DateTime?>]: Date and time of item creation. Read-only.
      [Description <String>]: Provides a user-visible description of the item. Optional.
      [ETag <String>]: ETag for the item. Read-only.
      [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
      [LastModifiedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
      [LastModifiedDateTime <DateTime?>]: Date and time the item was last modified. Read-only.
      [Name <String>]: The name of the item. Read-write.
      [ParentReference <IMicrosoftGraphItemReference>]: itemReference
        [(Any) <Object>]: This indicates any property can be added to this object.
        [DriveId <String>]: Unique identifier of the drive instance that contains the item. Read-only.
        [DriveType <String>]: Identifies the type of drive. See [drive][] resource for values.
        [Id <String>]: Unique identifier of the item in the drive. Read-only.
        [Name <String>]: The name of the item being referenced. Read-only.
        [Path <String>]: Path that can be used to navigate to the item. Read-only.
        [ShareId <String>]: A unique identifier for a shared resource that can be accessed via the [Shares][] API.
        [SharepointIds <IMicrosoftGraphSharepointIds>]: sharepointIds
          [(Any) <Object>]: This indicates any property can be added to this object.
          [ListId <String>]: The unique identifier (guid) for the item's list in SharePoint.
          [ListItemId <String>]: An integer identifier for the item within the containing list.
          [ListItemUniqueId <String>]: The unique identifier (guid) for the item within OneDrive for Business or a SharePoint site.
          [SiteId <String>]: The unique identifier (guid) for the item's site collection (SPSite).
          [SiteUrl <String>]: The SharePoint URL for the site that contains the item.
          [TenantId <String>]: The unique identifier (guid) for the tenancy.
          [WebId <String>]: The unique identifier (guid) for the item's site (SPWeb).
        [SiteId <String>]:
      [WebUrl <String>]: URL that displays the resource in the browser. Read-only.
      [Id <String>]: Read-only.
      [DriveType <String>]: Describes the type of drive represented by this resource. OneDrive personal drives will return personal. OneDrive for Business will return business. SharePoint document libraries will return documentLibrary. Read-only.
      [Following <IMicrosoftGraphDriveItem1[]>]: The list of items the user is following. Only in OneDrive for Business.
        [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [CreatedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
        [CreatedDateTime <DateTime?>]: Date and time of item creation. Read-only.
        [Description <String>]: Provides a user-visible description of the item. Optional.
        [ETag <String>]: ETag for the item. Read-only.
        [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [LastModifiedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
        [LastModifiedDateTime <DateTime?>]: Date and time the item was last modified. Read-only.
        [Name <String>]: The name of the item. Read-write.
        [ParentReference <IMicrosoftGraphItemReference>]: itemReference
        [WebUrl <String>]: URL that displays the resource in the browser. Read-only.
        [Id <String>]: Read-only.
        [Analytics <IMicrosoftGraphItemAnalytics>]: itemAnalytics
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Id <String>]: Read-only.
          [AllTime <IMicrosoftGraphItemActivityStat>]: itemActivityStat
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Id <String>]: Read-only.
            [Access <IMicrosoftGraphItemActionStat>]: itemActionStat
              [(Any) <Object>]: This indicates any property can be added to this object.
              [ActionCount <Int32?>]: The number of times the action took place. Read-only.
              [ActorCount <Int32?>]: The number of distinct actors that performed the action. Read-only.
            [Activities <IMicrosoftGraphItemActivity[]>]: Exposes the itemActivities represented in this itemActivityStat resource.
              [Id <String>]: Read-only.
              [Access <IMicrosoftGraphAccessAction>]: accessAction
                [(Any) <Object>]: This indicates any property can be added to this object.
              [ActivityDateTime <DateTime?>]: Details about when the activity took place. Read-only.
              [Actor <IMicrosoftGraphIdentitySet>]: identitySet
              [DriveItem <IMicrosoftGraphDriveItem1>]: driveItem
            [Create <IMicrosoftGraphItemActionStat>]: itemActionStat
            [Delete <IMicrosoftGraphItemActionStat>]: itemActionStat
            [Edit <IMicrosoftGraphItemActionStat>]: itemActionStat
            [EndDateTime <DateTime?>]: When the interval ends. Read-only.
            [IncompleteData <IMicrosoftGraphIncompleteData>]: incompleteData
              [(Any) <Object>]: This indicates any property can be added to this object.
              [MissingDataBeforeDateTime <DateTime?>]: The service does not have source data before the specified time.
              [WasThrottled <Boolean?>]: Some data was not recorded due to excessive activity.
            [IsTrending <Boolean?>]: Indicates whether the item is 'trending.' Read-only.
            [Move <IMicrosoftGraphItemActionStat>]: itemActionStat
            [StartDateTime <DateTime?>]: When the interval starts. Read-only.
          [ItemActivityStats <IMicrosoftGraphItemActivityStat[]>]:
          [LastSevenDays <IMicrosoftGraphItemActivityStat>]: itemActivityStat
        [Audio <IMicrosoftGraphAudio>]: audio
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Album <String>]: The title of the album for this audio file.
          [AlbumArtist <String>]: The artist named on the album for the audio file.
          [Artist <String>]: The performing artist for the audio file.
          [Bitrate <Int64?>]: Bitrate expressed in kbps.
          [Composers <String>]: The name of the composer of the audio file.
          [Copyright <String>]: Copyright information for the audio file.
          [Disc <Int32?>]: The number of the disc this audio file came from.
          [DiscCount <Int32?>]: The total number of discs in this album.
          [Duration <Int64?>]: Duration of the audio file, expressed in milliseconds
          [Genre <String>]: The genre of this audio file.
          [HasDrm <Boolean?>]: Indicates if the file is protected with digital rights management.
          [IsVariableBitrate <Boolean?>]: Indicates if the file is encoded with a variable bitrate.
          [Title <String>]: The title of the audio file.
          [Track <Int32?>]: The number of the track on the original disc for this audio file.
          [TrackCount <Int32?>]: The total number of tracks on the original disc for this audio file.
          [Year <Int32?>]: The year the audio file was recorded.
        [CTag <String>]: An eTag for the content of the item. This eTag is not changed if only the metadata is changed. Note This property is not returned if the item is a folder. Read-only.
        [Children <IMicrosoftGraphDriveItem1[]>]: Collection containing Item objects for the immediate children of Item. Only items representing folders have children. Read-only. Nullable.
        [Content <Byte[]>]: The content stream, if the item represents a file.
        [Deleted <IMicrosoftGraphDeleted>]: deleted
          [(Any) <Object>]: This indicates any property can be added to this object.
          [State <String>]: Represents the state of the deleted item.
        [File <IMicrosoftGraphFile>]: file
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Hashes <IMicrosoftGraphHashes>]: hashes
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Crc32Hash <String>]: The CRC32 value of the file in little endian (if available). Read-only.
            [QuickXorHash <String>]: A proprietary hash of the file that can be used to determine if the contents of the file have changed (if available). Read-only.
            [Sha1Hash <String>]: SHA1 hash for the contents of the file (if available). Read-only.
            [Sha256Hash <String>]: SHA256 hash for the contents of the file (if available). Read-only.
          [MimeType <String>]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only.
          [ProcessingMetadata <Boolean?>]:
        [FileSystemInfo <IMicrosoftGraphFileSystemInfo>]: fileSystemInfo
          [(Any) <Object>]: This indicates any property can be added to this object.
          [CreatedDateTime <DateTime?>]: The UTC date and time the file was created on a client.
          [LastAccessedDateTime <DateTime?>]: The UTC date and time the file was last accessed. Available for the recent file list only.
          [LastModifiedDateTime <DateTime?>]: The UTC date and time the file was last modified on a client.
        [Folder <IMicrosoftGraphFolder>]: folder
          [(Any) <Object>]: This indicates any property can be added to this object.
          [ChildCount <Int32?>]: Number of children contained immediately within this container.
          [View <IMicrosoftGraphFolderView>]: folderView
            [(Any) <Object>]: This indicates any property can be added to this object.
            [SortBy <String>]: The method by which the folder should be sorted.
            [SortOrder <String>]: If true, indicates that items should be sorted in descending order. Otherwise, items should be sorted ascending.
            [ViewType <String>]: The type of view that should be used to represent the folder.
        [Image <IMicrosoftGraphImage>]: image
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Height <Int32?>]: Optional. Height of the image, in pixels. Read-only.
          [Width <Int32?>]: Optional. Width of the image, in pixels. Read-only.
        [ListItem <IMicrosoftGraphListItem>]: listItem
          [(Any) <Object>]: This indicates any property can be added to this object.
          [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
          [CreatedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
          [CreatedDateTime <DateTime?>]: Date and time of item creation. Read-only.
          [Description <String>]: Provides a user-visible description of the item. Optional.
          [ETag <String>]: ETag for the item. Read-only.
          [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
          [LastModifiedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
          [LastModifiedDateTime <DateTime?>]: Date and time the item was last modified. Read-only.
          [Name <String>]: The name of the item. Read-write.
          [ParentReference <IMicrosoftGraphItemReference>]: itemReference
          [WebUrl <String>]: URL that displays the resource in the browser. Read-only.
          [Id <String>]: Read-only.
          [Analytics <IMicrosoftGraphItemAnalytics>]: itemAnalytics
          [ContentType <IMicrosoftGraphContentTypeInfo>]: contentTypeInfo
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Id <String>]: The id of the content type.
            [Name <String>]: The name of the content type.
          [DriveItem <IMicrosoftGraphDriveItem1>]: driveItem
          [Fields <IMicrosoftGraphFieldValueSet>]: fieldValueSet
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Id <String>]: Read-only.
          [SharepointIds <IMicrosoftGraphSharepointIds>]: sharepointIds
          [Versions <IMicrosoftGraphListItemVersion[]>]: The list of previous versions of the list item.
            [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
            [LastModifiedDateTime <DateTime?>]: Date and time the version was last modified. Read-only.
            [Publication <IMicrosoftGraphPublicationFacet>]: publicationFacet
              [(Any) <Object>]: This indicates any property can be added to this object.
              [Level <String>]: The state of publication for this document. Either published or checkout. Read-only.
              [VersionId <String>]: The unique identifier for the version that is visible to the current caller. Read-only.
            [Id <String>]: Read-only.
            [Fields <IMicrosoftGraphFieldValueSet>]: fieldValueSet
        [Location <IMicrosoftGraphGeoCoordinates>]: geoCoordinates
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Altitude <Double?>]: Optional. The altitude (height), in feet, above sea level for the item. Read-only.
          [Latitude <Double?>]: Optional. The latitude, in decimal, for the item. Read-only.
          [Longitude <Double?>]: Optional. The longitude, in decimal, for the item. Read-only.
        [Package <IMicrosoftGraphPackage>]: package
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Type <String>]: A string indicating the type of package. While oneNote is the only currently defined value, you should expect other package types to be returned and handle them accordingly.
        [PendingOperations <IMicrosoftGraphPendingOperations>]: pendingOperations
          [(Any) <Object>]: This indicates any property can be added to this object.
          [PendingContentUpdate <IMicrosoftGraphPendingContentUpdate>]: pendingContentUpdate
            [(Any) <Object>]: This indicates any property can be added to this object.
            [QueuedDateTime <DateTime?>]: Date and time the pending binary operation was queued in UTC time. Read-only.
        [Permissions <IMicrosoftGraphPermission[]>]: The set of permissions for the item. Read-only. Nullable.
          [Id <String>]: Read-only.
          [ExpirationDateTime <DateTime?>]: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional.
          [GrantedTo <IMicrosoftGraphIdentitySet>]: identitySet
          [GrantedToIdentities <IMicrosoftGraphIdentitySet[]>]: For link type permissions, the details of the users to whom permission was granted. Read-only.
          [HasPassword <Boolean?>]: This indicates whether password is set for this permission, it's only showing in response. Optional and Read-only and for OneDrive Personal only.
          [InheritedFrom <IMicrosoftGraphItemReference>]: itemReference
          [Invitation <IMicrosoftGraphSharingInvitation>]: sharingInvitation
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Email <String>]: The email address provided for the recipient of the sharing invitation. Read-only.
            [InvitedBy <IMicrosoftGraphIdentitySet>]: identitySet
            [RedeemedBy <String>]:
            [SignInRequired <Boolean?>]: If true the recipient of the invitation needs to sign in in order to access the shared item. Read-only.
          [Link <IMicrosoftGraphSharingLink>]: sharingLink
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Application <IMicrosoftGraphIdentity>]: identity
            [PreventsDownload <Boolean?>]: If true then the user can only use this link to view the item on the web, and cannot use it to download the contents of the item. Only for OneDrive for Business and SharePoint.
            [Scope <String>]: The scope of the link represented by this permission. Value anonymous indicates the link is usable by anyone, organization indicates the link is only usable for users signed into the same tenant.
            [Type <String>]: The type of the link created.
            [WebHtml <String>]: For embed links, this property contains the HTML code for an <iframe> element that will embed the item in a webpage.
            [WebUrl <String>]: A URL that opens the item in the browser on the OneDrive website.
          [Roles <String[]>]: The type of permission, e.g. read. See below for the full list of roles. Read-only.
          [ShareId <String>]: A unique token that can be used to access this shared item via the **shares** API. Read-only.
        [Photo <IMicrosoftGraphPhoto>]: photo
          [(Any) <Object>]: This indicates any property can be added to this object.
          [CameraMake <String>]: Camera manufacturer. Read-only.
          [CameraModel <String>]: Camera model. Read-only.
          [ExposureDenominator <Double?>]: The denominator for the exposure time fraction from the camera. Read-only.
          [ExposureNumerator <Double?>]: The numerator for the exposure time fraction from the camera. Read-only.
          [FNumber <Double?>]: The F-stop value from the camera. Read-only.
          [FocalLength <Double?>]: The focal length from the camera. Read-only.
          [Iso <Int32?>]: The ISO value from the camera. Read-only.
          [Orientation <Int32?>]: The orientation value from the camera. Writable on OneDrive Personal.
          [TakenDateTime <DateTime?>]: Represents the date and time the photo was taken. Read-only.
        [Publication <IMicrosoftGraphPublicationFacet>]: publicationFacet
        [RemoteItem <IMicrosoftGraphRemoteItem>]: remoteItem
          [(Any) <Object>]: This indicates any property can be added to this object.
          [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
          [CreatedDateTime <DateTime?>]: Date and time of item creation. Read-only.
          [File <IMicrosoftGraphFile>]: file
          [FileSystemInfo <IMicrosoftGraphFileSystemInfo>]: fileSystemInfo
          [Folder <IMicrosoftGraphFolder>]: folder
          [Id <String>]: Unique identifier for the remote item in its drive. Read-only.
          [Image <IMicrosoftGraphImage>]: image
          [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
          [LastModifiedDateTime <DateTime?>]: Date and time the item was last modified. Read-only.
          [Name <String>]: Optional. Filename of the remote item. Read-only.
          [Package <IMicrosoftGraphPackage>]: package
          [ParentReference <IMicrosoftGraphItemReference>]: itemReference
          [Shared <IMicrosoftGraphShared>]: shared
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Owner <IMicrosoftGraphIdentitySet>]: identitySet
            [Scope <String>]: Indicates the scope of how the item is shared: anonymous, organization, or users. Read-only.
            [SharedBy <IMicrosoftGraphIdentitySet>]: identitySet
            [SharedDateTime <DateTime?>]: The UTC date and time when the item was shared. Read-only.
          [SharepointIds <IMicrosoftGraphSharepointIds>]: sharepointIds
          [Size <Int64?>]: Size of the remote item. Read-only.
          [SpecialFolder <IMicrosoftGraphSpecialFolder>]: specialFolder
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Name <String>]: The unique identifier for this item in the /drive/special collection
          [Video <IMicrosoftGraphVideo>]: video
            [(Any) <Object>]: This indicates any property can be added to this object.
            [AudioBitsPerSample <Int32?>]: Number of audio bits per sample.
            [AudioChannels <Int32?>]: Number of audio channels.
            [AudioFormat <String>]: Name of the audio format (AAC, MP3, etc.).
            [AudioSamplesPerSecond <Int32?>]: Number of audio samples per second.
            [Bitrate <Int32?>]: Bit rate of the video in bits per second.
            [Duration <Int64?>]: Duration of the file in milliseconds.
            [FourCc <String>]: 'Four character code' name of the video format.
            [FrameRate <Double?>]: Frame rate of the video.
            [Height <Int32?>]: Height of the video, in pixels.
            [Width <Int32?>]: Width of the video, in pixels.
          [WebDavUrl <String>]: DAV compatible URL for the item.
          [WebUrl <String>]: URL that displays the resource in the browser. Read-only.
        [Root <IMicrosoftGraphRoot>]: root
          [(Any) <Object>]: This indicates any property can be added to this object.
        [SearchResult <IMicrosoftGraphSearchResult>]: searchResult
          [(Any) <Object>]: This indicates any property can be added to this object.
          [OnClickTelemetryUrl <String>]: A callback URL that can be used to record telemetry information. The application should issue a GET on this URL if the user interacts with this item to improve the quality of results.
        [Shared <IMicrosoftGraphShared>]: shared
        [SharepointIds <IMicrosoftGraphSharepointIds>]: sharepointIds
        [Size <Int64?>]: Size of the item in bytes. Read-only.
        [SpecialFolder <IMicrosoftGraphSpecialFolder>]: specialFolder
        [Subscriptions <IMicrosoftGraphSubscription[]>]: The set of subscriptions on the item. Only supported on the root of a drive.
          [Id <String>]: Read-only.
          [ApplicationId <String>]: Identifier of the application used to create the subscription. Read-only.
          [ChangeType <String>]: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list.Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.
          [ClientState <String>]: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification.
          [CreatorId <String>]: Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only.
          [ExpirationDateTime <DateTime?>]: Required. Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time.
          [LatestSupportedTlsVersion <String>]: Specifies the latest version of Transport Layer Security (TLS) that the notification endpoint, specified by notificationUrl, supports. The possible values are: v1_0, v1_1, v1_2, v1_3. For subscribers whose notification endpoint supports a version lower than the currently recommended version (TLS 1.2), specifying this property by a set timeline allows them to temporarily use their deprecated version of TLS before completing their upgrade to TLS 1.2. For these subscribers, not setting this property per the timeline would result in subscription operations failing. For subscribers whose notification endpoint already supports TLS 1.2, setting this property is optional. In such cases, Microsoft Graph defaults the property to v1_2.
          [NotificationUrl <String>]: Required. The URL of the endpoint that will receive the change notifications. This URL must make use of the HTTPS protocol.
          [Resource <String>]: Required. Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/v1.0/). See the possible resource path values for each supported resource.
        [Thumbnails <IMicrosoftGraphThumbnailSet[]>]: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable.
          [Id <String>]: Read-only.
          [Large <IMicrosoftGraphThumbnail>]: thumbnail
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Content <Byte[]>]: The content stream for the thumbnail.
            [Height <Int32?>]: The height of the thumbnail, in pixels.
            [SourceItemId <String>]: The unique identifier of the item that provided the thumbnail. This is only available when a folder thumbnail is requested.
            [Url <String>]: The URL used to fetch the thumbnail content.
            [Width <Int32?>]: The width of the thumbnail, in pixels.
          [Medium <IMicrosoftGraphThumbnail>]: thumbnail
          [Small <IMicrosoftGraphThumbnail>]: thumbnail
          [Source <IMicrosoftGraphThumbnail>]: thumbnail
        [Versions <IMicrosoftGraphDriveItemVersion[]>]: The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.
          [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
          [LastModifiedDateTime <DateTime?>]: Date and time the version was last modified. Read-only.
          [Publication <IMicrosoftGraphPublicationFacet>]: publicationFacet
          [Id <String>]: Read-only.
          [Content <Byte[]>]: The content stream for this version of the item.
          [Size <Int64?>]: Indicates the size of the content stream for this version of the item.
        [Video <IMicrosoftGraphVideo>]: video
        [WebDavUrl <String>]: WebDAV compatible URL for the item.
        [Workbook <IMicrosoftGraphWorkbook>]: workbook
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Id <String>]: Read-only.
          [Application <IMicrosoftGraphWorkbookApplication>]: workbookApplication
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Id <String>]: Read-only.
            [CalculationMode <String>]: Returns the calculation mode used in the workbook. Possible values are: Automatic, AutomaticExceptTables, Manual.
          [Comments <IMicrosoftGraphWorkbookComment[]>]:
            [Id <String>]: Read-only.
            [Content <String>]: The content of comment.
            [ContentType <String>]: Indicates the type for the comment.
            [Replies <IMicrosoftGraphWorkbookCommentReply[]>]: Read-only. Nullable.
              [Id <String>]: Read-only.
              [Content <String>]: The content of a comment reply.
              [ContentType <String>]: Indicates the type for the comment reply.
          [Functions <IMicrosoftGraphWorkbookFunctions>]: workbookFunctions
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Id <String>]: Read-only.
          [Names <IMicrosoftGraphWorkbookNamedItem1[]>]: Represents a collection of workbook scoped named items (named ranges and constants). Read-only.
            [Id <String>]: Read-only.
            [Comment <String>]: Represents the comment associated with this name.
            [Name <String>]: The name of the object. Read-only.
            [Scope <String>]: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only.
            [Type <String>]: Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.
            [Value <IMicrosoftGraphJson>]: Json
            [Visible <Boolean?>]: Specifies whether the object is visible or not.
            [Worksheet <IMicrosoftGraphWorkbookWorksheet1>]: workbookWorksheet
              [(Any) <Object>]: This indicates any property can be added to this object.
              [Id <String>]: Read-only.
              [Charts <IMicrosoftGraphWorkbookChart[]>]: Returns collection of charts that are part of the worksheet. Read-only.
                [Id <String>]: Read-only.
                [Axes <IMicrosoftGraphWorkbookChartAxes>]: workbookChartAxes
                  [(Any) <Object>]: This indicates any property can be added to this object.
                  [Id <String>]: Read-only.
                  [CategoryAxis <IMicrosoftGraphWorkbookChartAxis>]: workbookChartAxis
                    [(Any) <Object>]: This indicates any property can be added to this object.
                    [Id <String>]: Read-only.
                    [Format <IMicrosoftGraphWorkbookChartAxisFormat>]: workbookChartAxisFormat
                      [(Any) <Object>]: This indicates any property can be added to this object.
                      [Id <String>]: Read-only.
                      [Font <IMicrosoftGraphWorkbookChartFont>]: workbookChartFont
                        [(Any) <Object>]: This indicates any property can be added to this object.
                        [Id <String>]: Read-only.
                        [Bold <Boolean?>]: Represents the bold status of font.
                        [Color <String>]: HTML color code representation of the text color. E.g. #FF0000 represents Red.
                        [Italic <Boolean?>]: Represents the italic status of the font.
                        [Name <String>]: Font name (e.g. 'Calibri')
                        [Size <Double?>]: Size of the font (e.g. 11)
                        [Underline <String>]: Type of underline applied to the font. The possible values are: None, Single.
                      [Line <IMicrosoftGraphWorkbookChartLineFormat>]: workbookChartLineFormat
                        [(Any) <Object>]: This indicates any property can be added to this object.
                        [Id <String>]: Read-only.
                        [Color <String>]: HTML color code representing the color of lines in the chart.
                    [MajorGridlines <IMicrosoftGraphWorkbookChartGridlines>]: workbookChartGridlines
                      [(Any) <Object>]: This indicates any property can be added to this object.
                      [Id <String>]: Read-only.
                      [Format <IMicrosoftGraphWorkbookChartGridlinesFormat>]: workbookChartGridlinesFormat
                        [(Any) <Object>]: This indicates any property can be added to this object.
                        [Id <String>]: Read-only.
                        [Line <IMicrosoftGraphWorkbookChartLineFormat>]: workbookChartLineFormat
                      [Visible <Boolean?>]: Boolean value representing if the axis gridlines are visible or not.
                    [MajorUnit <IMicrosoftGraphJson>]: Json
                    [Maximum <IMicrosoftGraphJson>]: Json
                    [Minimum <IMicrosoftGraphJson>]: Json
                    [MinorGridlines <IMicrosoftGraphWorkbookChartGridlines>]: workbookChartGridlines
                    [MinorUnit <IMicrosoftGraphJson>]: Json
                    [Title <IMicrosoftGraphWorkbookChartAxisTitle>]: workbookChartAxisTitle
                      [(Any) <Object>]: This indicates any property can be added to this object.
                      [Id <String>]: Read-only.
                      [Format <IMicrosoftGraphWorkbookChartAxisTitleFormat>]: workbookChartAxisTitleFormat
                        [(Any) <Object>]: This indicates any property can be added to this object.
                        [Id <String>]: Read-only.
                        [Font <IMicrosoftGraphWorkbookChartFont>]: workbookChartFont
                      [Text <String>]: Represents the axis title.
                      [Visible <Boolean?>]: A boolean that specifies the visibility of an axis title.
                  [SeriesAxis <IMicrosoftGraphWorkbookChartAxis>]: workbookChartAxis
                  [ValueAxis <IMicrosoftGraphWorkbookChartAxis>]: workbookChartAxis
                [DataLabels <IMicrosoftGraphWorkbookChartDataLabels>]: workbookChartDataLabels
                  [(Any) <Object>]: This indicates any property can be added to this object.
                  [Id <String>]: Read-only.
                  [Format <IMicrosoftGraphWorkbookChartDataLabelFormat>]: workbookChartDataLabelFormat
                    [(Any) <Object>]: This indicates any property can be added to this object.
                    [Id <String>]: Read-only.
                    [Fill <IMicrosoftGraphWorkbookChartFill>]: workbookChartFill
                      [(Any) <Object>]: This indicates any property can be added to this object.
                      [Id <String>]: Read-only.
                    [Font <IMicrosoftGraphWorkbookChartFont>]: workbookChartFont
                  [Position <String>]: DataLabelPosition value that represents the position of the data label. The possible values are: None, Center, InsideEnd, InsideBase, OutsideEnd, Left, Right, Top, Bottom, BestFit, Callout.
                  [Separator <String>]: String representing the separator used for the data labels on a chart.
                  [ShowBubbleSize <Boolean?>]: Boolean value representing if the data label bubble size is visible or not.
                  [ShowCategoryName <Boolean?>]: Boolean value representing if the data label category name is visible or not.
                  [ShowLegendKey <Boolean?>]: Boolean value representing if the data label legend key is visible or not.
                  [ShowPercentage <Boolean?>]: Boolean value representing if the data label percentage is visible or not.
                  [ShowSeriesName <Boolean?>]: Boolean value representing if the data label series name is visible or not.
                  [ShowValue <Boolean?>]: Boolean value representing if the data label value is visible or not.
                [Format <IMicrosoftGraphWorkbookChartAreaFormat>]: workbookChartAreaFormat
                  [(Any) <Object>]: This indicates any property can be added to this object.
                  [Id <String>]: Read-only.
                  [Fill <IMicrosoftGraphWorkbookChartFill>]: workbookChartFill
                  [Font <IMicrosoftGraphWorkbookChartFont>]: workbookChartFont
                [Height <Double?>]: Represents the height, in points, of the chart object.
                [Left <Double?>]: The distance, in points, from the left side of the chart to the worksheet origin.
                [Legend <IMicrosoftGraphWorkbookChartLegend>]: workbookChartLegend
                  [(Any) <Object>]: This indicates any property can be added to this object.
                  [Id <String>]: Read-only.
                  [Format <IMicrosoftGraphWorkbookChartLegendFormat>]: workbookChartLegendFormat
                    [(Any) <Object>]: This indicates any property can be added to this object.
                    [Id <String>]: Read-only.
                    [Fill <IMicrosoftGraphWorkbookChartFill>]: workbookChartFill
                    [Font <IMicrosoftGraphWorkbookChartFont>]: workbookChartFont
                  [Overlay <Boolean?>]: Boolean value for whether the chart legend should overlap with the main body of the chart.
                  [Position <String>]: Represents the position of the legend on the chart. The possible values are: Top, Bottom, Left, Right, Corner, Custom.
                  [Visible <Boolean?>]: A boolean value the represents the visibility of a ChartLegend object.
                [Name <String>]: Represents the name of a chart object.
                [Series <IMicrosoftGraphWorkbookChartSeries1[]>]: Represents either a single series or collection of series in the chart. Read-only.
                  [Id <String>]: Read-only.
                  [Format <IMicrosoftGraphWorkbookChartSeriesFormat>]: workbookChartSeriesFormat
                    [(Any) <Object>]: This indicates any property can be added to this object.
                    [Id <String>]: Read-only.
                    [Fill <IMicrosoftGraphWorkbookChartFill>]: workbookChartFill
                    [Line <IMicrosoftGraphWorkbookChartLineFormat>]: workbookChartLineFormat
                  [Name <String>]: Represents the name of a series in a chart.
                  [Points <IMicrosoftGraphWorkbookChartPoint[]>]: Represents a collection of all points in the series. Read-only.
                    [Id <String>]: Read-only.
                    [Format <IMicrosoftGraphWorkbookChartPointFormat>]: workbookChartPointFormat
                      [(Any) <Object>]: This indicates any property can be added to this object.
                      [Id <String>]: Read-only.
                      [Fill <IMicrosoftGraphWorkbookChartFill>]: workbookChartFill
                    [Value <IMicrosoftGraphJson>]: Json
                [Title <IMicrosoftGraphWorkbookChartTitle>]: workbookChartTitle
                  [(Any) <Object>]: This indicates any property can be added to this object.
                  [Id <String>]: Read-only.
                  [Format <IMicrosoftGraphWorkbookChartTitleFormat>]: workbookChartTitleFormat
                    [(Any) <Object>]: This indicates any property can be added to this object.
                    [Id <String>]: Read-only.
                    [Fill <IMicrosoftGraphWorkbookChartFill>]: workbookChartFill
                    [Font <IMicrosoftGraphWorkbookChartFont>]: workbookChartFont
                  [Overlay <Boolean?>]: Boolean value representing if the chart title will overlay the chart or not.
                  [Text <String>]: Represents the title text of a chart.
                  [Visible <Boolean?>]: A boolean value the represents the visibility of a chart title object.
                [Top <Double?>]: Represents the distance, in points, from the top edge of the object to the top of row 1 (on a worksheet) or the top of the chart area (on a chart).
                [Width <Double?>]: Represents the width, in points, of the chart object.
                [Worksheet <IMicrosoftGraphWorkbookWorksheet1>]: workbookWorksheet
              [Name <String>]: The display name of the worksheet.
              [Names <IMicrosoftGraphWorkbookNamedItem1[]>]: Returns collection of names that are associated with the worksheet. Read-only.
              [PivotTables <IMicrosoftGraphWorkbookPivotTable[]>]: Collection of PivotTables that are part of the worksheet.
                [Id <String>]: Read-only.
                [Name <String>]: Name of the PivotTable.
                [Worksheet <IMicrosoftGraphWorkbookWorksheet1>]: workbookWorksheet
              [Position <Int32?>]: The zero-based position of the worksheet within the workbook.
              [Protection <IMicrosoftGraphWorkbookWorksheetProtection>]: workbookWorksheetProtection
                [(Any) <Object>]: This indicates any property can be added to this object.
                [Id <String>]: Read-only.
                [Options <IMicrosoftGraphWorkbookWorksheetProtectionOptions>]: workbookWorksheetProtectionOptions
                  [(Any) <Object>]: This indicates any property can be added to this object.
                  [AllowAutoFilter <Boolean?>]: Represents the worksheet protection option of allowing using auto filter feature.
                  [AllowDeleteColumns <Boolean?>]: Represents the worksheet protection option of allowing deleting columns.
                  [AllowDeleteRows <Boolean?>]: Represents the worksheet protection option of allowing deleting rows.
                  [AllowFormatCells <Boolean?>]: Represents the worksheet protection option of allowing formatting cells.
                  [AllowFormatColumns <Boolean?>]: Represents the worksheet protection option of allowing formatting columns.
                  [AllowFormatRows <Boolean?>]: Represents the worksheet protection option of allowing formatting rows.
                  [AllowInsertColumns <Boolean?>]: Represents the worksheet protection option of allowing inserting columns.
                  [AllowInsertHyperlinks <Boolean?>]: Represents the worksheet protection option of allowing inserting hyperlinks.
                  [AllowInsertRows <Boolean?>]: Represents the worksheet protection option of allowing inserting rows.
                  [AllowPivotTables <Boolean?>]: Represents the worksheet protection option of allowing using pivot table feature.
                  [AllowSort <Boolean?>]: Represents the worksheet protection option of allowing using sort feature.
                [Protected <Boolean?>]: Indicates if the worksheet is protected. Read-only.
              [Tables <IMicrosoftGraphWorkbookTable[]>]: Collection of tables that are part of the worksheet. Read-only.
                [Id <String>]: Read-only.
                [Columns <IMicrosoftGraphWorkbookTableColumn[]>]: Represents a collection of all the columns in the table. Read-only.
                  [Id <String>]: Read-only.
                  [Filter <IMicrosoftGraphWorkbookFilter>]: workbookFilter
                    [(Any) <Object>]: This indicates any property can be added to this object.
                    [Id <String>]: Read-only.
                    [Criteria <IMicrosoftGraphWorkbookFilterCriteria>]: workbookFilterCriteria
                      [(Any) <Object>]: This indicates any property can be added to this object.
                      [Color <String>]:
                      [Criterion1 <String>]:
                      [Criterion2 <String>]:
                      [DynamicCriteria <String>]:
                      [FilterOn <String>]:
                      [Icon <IMicrosoftGraphWorkbookIcon>]: workbookIcon
                        [(Any) <Object>]: This indicates any property can be added to this object.
                        [Index <Int32?>]: Represents the index of the icon in the given set.
                        [Set <String>]: Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.
                      [Operator <String>]:
                      [Values <IMicrosoftGraphJson>]: Json
                  [Index <Int32?>]: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only.
                  [Name <String>]: Returns the name of the table column.
                  [Values <IMicrosoftGraphJson>]: Json
                [HighlightFirstColumn <Boolean?>]: Indicates whether the first column contains special formatting.
                [HighlightLastColumn <Boolean?>]: Indicates whether the last column contains special formatting.
                [LegacyId <String>]: Legacy Id used in older Excle clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and should not be parsed to any other type. Read-only.
                [Name <String>]: Name of the table.
                [Rows <IMicrosoftGraphWorkbookTableRow[]>]: Represents a collection of all the rows in the table. Read-only.
                  [Id <String>]: Read-only.
                  [Index <Int32?>]: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only.
                  [Values <IMicrosoftGraphJson>]: Json
                [ShowBandedColumns <Boolean?>]: Indicates whether the columns show banded formatting in which odd columns are highlighted differently from even ones to make reading the table easier.
                [ShowBandedRows <Boolean?>]: Indicates whether the rows show banded formatting in which odd rows are highlighted differently from even ones to make reading the table easier.
                [ShowFilterButton <Boolean?>]: Indicates whether the filter buttons are visible at the top of each column header. Setting this is only allowed if the table contains a header row.
                [ShowHeaders <Boolean?>]: Indicates whether the header row is visible or not. This value can be set to show or remove the header row.
                [ShowTotals <Boolean?>]: Indicates whether the total row is visible or not. This value can be set to show or remove the total row.
                [Sort <IMicrosoftGraphWorkbookTableSort>]: workbookTableSort
                  [(Any) <Object>]: This indicates any property can be added to this object.
                  [Id <String>]: Read-only.
                  [Fields <IMicrosoftGraphWorkbookSortField[]>]: Represents the current conditions used to last sort the table. Read-only.
                    [Ascending <Boolean?>]: Represents whether the sorting is done in an ascending fashion.
                    [Color <String>]: Represents the color that is the target of the condition if the sorting is on font or cell color.
                    [DataOption <String>]: Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.
                    [Icon <IMicrosoftGraphWorkbookIcon>]: workbookIcon
                    [Key <Int32?>]: Represents the column (or row, depending on the sort orientation) that the condition is on. Represented as an offset from the first column (or row).
                    [SortOn <String>]: Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.
                  [MatchCase <Boolean?>]: Represents whether the casing impacted the last sort of the table. Read-only.
                  [Method <String>]: Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.
                [Style <String>]: Constant value that represents the Table style. The possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.
                [Worksheet <IMicrosoftGraphWorkbookWorksheet1>]: workbookWorksheet
              [Visibility <String>]: The Visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.
          [Operations <IMicrosoftGraphWorkbookOperation[]>]: The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.
            [Id <String>]: Read-only.
            [Error <IMicrosoftGraphWorkbookOperationError>]: workbookOperationError
              [(Any) <Object>]: This indicates any property can be added to this object.
              [Code <String>]: The error code.
              [InnerError <IMicrosoftGraphWorkbookOperationError>]: workbookOperationError
              [Message <String>]: The error message.
            [ResourceLocation <String>]: The resource URI for the result.
            [Status <String>]: workbookOperationStatus
          [Tables <IMicrosoftGraphWorkbookTable[]>]: Represents a collection of tables associated with the workbook. Read-only.
          [Worksheets <IMicrosoftGraphWorkbookWorksheet1[]>]: Represents a collection of worksheets associated with the workbook. Read-only.
      [Items <IMicrosoftGraphDriveItem1[]>]: All items contained in the drive. Read-only. Nullable.
      [List <IMicrosoftGraphList>]: list
        [(Any) <Object>]: This indicates any property can be added to this object.
        [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [CreatedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
        [CreatedDateTime <DateTime?>]: Date and time of item creation. Read-only.
        [Description <String>]: Provides a user-visible description of the item. Optional.
        [ETag <String>]: ETag for the item. Read-only.
        [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [LastModifiedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
        [LastModifiedDateTime <DateTime?>]: Date and time the item was last modified. Read-only.
        [Name <String>]: The name of the item. Read-write.
        [ParentReference <IMicrosoftGraphItemReference>]: itemReference
        [WebUrl <String>]: URL that displays the resource in the browser. Read-only.
        [Id <String>]: Read-only.
        [Columns <IMicrosoftGraphColumnDefinition[]>]: The collection of field definitions for this list.
          [Id <String>]: Read-only.
          [Boolean <IMicrosoftGraphBooleanColumn>]: booleanColumn
            [(Any) <Object>]: This indicates any property can be added to this object.
          [Calculated <IMicrosoftGraphCalculatedColumn>]: calculatedColumn
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Format <String>]: For dateTime output types, the format of the value. Must be one of dateOnly or dateTime.
            [Formula <String>]: The formula used to compute the value for this column.
            [OutputType <String>]: The output type used to format values in this column. Must be one of boolean, currency, dateTime, number, or text.
          [Choice <IMicrosoftGraphChoiceColumn>]: choiceColumn
            [(Any) <Object>]: This indicates any property can be added to this object.
            [AllowTextEntry <Boolean?>]: If true, allows custom values that aren't in the configured choices.
            [Choices <String[]>]: The list of values available for this column.
            [DisplayAs <String>]: How the choices are to be presented in the UX. Must be one of checkBoxes, dropDownMenu, or radioButtons
          [ColumnGroup <String>]: For site columns, the name of the group this column belongs to. Helps organize related columns.
          [Currency <IMicrosoftGraphCurrencyColumn>]: currencyColumn
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Locale <String>]: Specifies the locale from which to infer the currency symbol.
          [DateTime <IMicrosoftGraphDateTimeColumn>]: dateTimeColumn
            [(Any) <Object>]: This indicates any property can be added to this object.
            [DisplayAs <String>]: How the value should be presented in the UX. Must be one of default, friendly, or standard. See below for more details. If unspecified, treated as default.
            [Format <String>]: Indicates whether the value should be presented as a date only or a date and time. Must be one of dateOnly or dateTime
          [DefaultValue <IMicrosoftGraphDefaultColumnValue>]: defaultColumnValue
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Formula <String>]: The formula used to compute the default value for this column.
            [Value <String>]: The direct value to use as the default value for this column.
          [Description <String>]: The user-facing description of the column.
          [DisplayName <String>]: The user-facing name of the column.
          [EnforceUniqueValues <Boolean?>]: If true, no two list items may have the same value for this column.
          [Geolocation <IMicrosoftGraphGeolocationColumn>]: geolocationColumn
            [(Any) <Object>]: This indicates any property can be added to this object.
          [Hidden <Boolean?>]: Specifies whether the column is displayed in the user interface.
          [Indexed <Boolean?>]: Specifies whether the column values can used for sorting and searching.
          [Lookup <IMicrosoftGraphLookupColumn>]: lookupColumn
            [(Any) <Object>]: This indicates any property can be added to this object.
            [AllowMultipleValues <Boolean?>]: Indicates whether multiple values can be selected from the source.
            [AllowUnlimitedLength <Boolean?>]: Indicates whether values in the column should be able to exceed the standard limit of 255 characters.
            [ColumnName <String>]: The name of the lookup source column.
            [ListId <String>]: The unique identifier of the lookup source list.
            [PrimaryLookupColumnId <String>]: If specified, this column is a secondary lookup, pulling an additional field from the list item looked up by the primary lookup. Use the list item looked up by the primary as the source for the column named here.
          [Name <String>]: The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.
          [Number <IMicrosoftGraphNumberColumn>]: numberColumn
            [(Any) <Object>]: This indicates any property can be added to this object.
            [DecimalPlaces <String>]: How many decimal places to display. See below for information about the possible values.
            [DisplayAs <String>]: How the value should be presented in the UX. Must be one of number or percentage. If unspecified, treated as number.
            [Maximum <Double?>]: The maximum permitted value.
            [Minimum <Double?>]: The minimum permitted value.
          [PersonOrGroup <IMicrosoftGraphPersonOrGroupColumn>]: personOrGroupColumn
            [(Any) <Object>]: This indicates any property can be added to this object.
            [AllowMultipleSelection <Boolean?>]: Indicates whether multiple values can be selected from the source.
            [ChooseFromType <String>]: Whether to allow selection of people only, or people and groups. Must be one of peopleAndGroups or peopleOnly.
            [DisplayAs <String>]: How to display the information about the person or group chosen. See below.
          [ReadOnly <Boolean?>]: Specifies whether the column values can be modified.
          [Required <Boolean?>]: Specifies whether the column value is not optional.
          [Text <IMicrosoftGraphTextColumn>]: textColumn
            [(Any) <Object>]: This indicates any property can be added to this object.
            [AllowMultipleLines <Boolean?>]: Whether to allow multiple lines of text.
            [AppendChangesToExistingText <Boolean?>]: Whether updates to this column should replace existing text, or append to it.
            [LinesForEditing <Int32?>]: The size of the text box.
            [MaxLength <Int32?>]: The maximum number of characters for the value.
            [TextType <String>]: The type of text being stored. Must be one of plain or richText
        [ContentTypes <IMicrosoftGraphContentType[]>]: The collection of content types present in this list.
          [Id <String>]: Read-only.
          [ColumnLinks <IMicrosoftGraphColumnLink[]>]: The collection of columns that are required by this content type
            [Id <String>]: Read-only.
            [Name <String>]: The name of the column in this content type.
          [Description <String>]: The descriptive text for the item.
          [Group <String>]: The name of the group this content type belongs to. Helps organize related content types.
          [Hidden <Boolean?>]: Indicates whether the content type is hidden in the list's 'New' menu.
          [InheritedFrom <IMicrosoftGraphItemReference>]: itemReference
          [Name <String>]: The name of the content type.
          [Order <IMicrosoftGraphContentTypeOrder>]: contentTypeOrder
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Default <Boolean?>]: Whether this is the default Content Type
            [Position <Int32?>]: Specifies the position in which the Content Type appears in the selection UI.
          [ParentId <String>]: The unique identifier of the content type.
          [ReadOnly <Boolean?>]: If true, the content type cannot be modified unless this value is first set to false.
          [Sealed <Boolean?>]: If true, the content type cannot be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types.
        [DisplayName <String>]: The displayable title of the list.
        [Drive <IMicrosoftGraphDrive>]: drive
        [Items <IMicrosoftGraphListItem[]>]: All items contained in the list.
        [List <IMicrosoftGraphListInfo>]: listInfo
          [(Any) <Object>]: This indicates any property can be added to this object.
          [ContentTypesEnabled <Boolean?>]: If true, indicates that content types are enabled for this list.
          [Hidden <Boolean?>]: If true, indicates that the list is not normally visible in the SharePoint user experience.
          [Template <String>]: An enumerated value that represents the base list template used in creating the list. Possible values include documentLibrary, genericList, task, survey, announcements, contacts, and more.
        [SharepointIds <IMicrosoftGraphSharepointIds>]: sharepointIds
        [Subscriptions <IMicrosoftGraphSubscription[]>]: The set of subscriptions on the list.
        [System <IMicrosoftGraphSystemFacet>]: systemFacet
          [(Any) <Object>]: This indicates any property can be added to this object.
      [Owner <IMicrosoftGraphIdentitySet>]: identitySet
      [Quota <IMicrosoftGraphQuota>]: quota
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Deleted <Int64?>]: Total space consumed by files in the recycle bin, in bytes. Read-only.
        [Remaining <Int64?>]: Total space remaining before reaching the quota limit, in bytes. Read-only.
        [State <String>]: Enumeration value that indicates the state of the storage space. Read-only.
        [StoragePlanInformation <IMicrosoftGraphStoragePlanInformation>]: storagePlanInformation
          [(Any) <Object>]: This indicates any property can be added to this object.
          [UpgradeAvailable <Boolean?>]: Indicates whether there are higher storage quota plans available. Read-only.
        [Total <Int64?>]: Total allowed storage space, in bytes. Read-only.
        [Used <Int64?>]: Total space used, in bytes. Read-only.
      [Root <IMicrosoftGraphDriveItem1>]: driveItem
      [SharePointIds <IMicrosoftGraphSharepointIds>]: sharepointIds
      [Special <IMicrosoftGraphDriveItem1[]>]: Collection of common folders available in OneDrive. Read-only. Nullable.
      [System <IMicrosoftGraphSystemFacet>]: systemFacet
    [Drives <IMicrosoftGraphDrive[]>]: A collection of drives available for this user. Read-only.
    [EmployeeId <String>]: The employee identifier assigned to the user by the organization. Supports $filter.
    [Events <IMicrosoftGraphEvent[]>]: The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable.
    [Extensions <IMicrosoftGraphExtension[]>]: The collection of open extensions defined for the user. Read-only. Nullable.
    [ExternalUserState <String>]: For an external user invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. Returned only on $select. Supports $filter with the supported values. For example: $filter=externalUserState eq 'PendingAcceptance'.
    [ExternalUserStateChangeDateTime <DateTime?>]: Shows the timestamp for the latest change to the externalUserState property. Returned only on $select.
    [FaxNumber <String>]: The fax number of the user.
    [FollowedSites <IMicrosoftGraphSite[]>]:
      [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
      [CreatedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
      [CreatedDateTime <DateTime?>]: Date and time of item creation. Read-only.
      [Description <String>]: Provides a user-visible description of the item. Optional.
      [ETag <String>]: ETag for the item. Read-only.
      [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
      [LastModifiedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
      [LastModifiedDateTime <DateTime?>]: Date and time the item was last modified. Read-only.
      [Name <String>]: The name of the item. Read-write.
      [ParentReference <IMicrosoftGraphItemReference>]: itemReference
      [WebUrl <String>]: URL that displays the resource in the browser. Read-only.
      [Id <String>]: Read-only.
      [Analytics <IMicrosoftGraphItemAnalytics>]: itemAnalytics
      [Columns <IMicrosoftGraphColumnDefinition[]>]: The collection of column definitions reusable across lists under this site.
      [ContentTypes <IMicrosoftGraphContentType[]>]: The collection of content types defined for this site.
      [DisplayName <String>]: The full title for the site. Read-only.
      [Drive <IMicrosoftGraphDrive>]: drive
      [Drives <IMicrosoftGraphDrive[]>]: The collection of drives (document libraries) under this site.
      [Error <IMicrosoftGraphPublicError>]: publicError
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Code <String>]:
        [Details <IMicrosoftGraphPublicErrorDetail[]>]:
          [Code <String>]:
          [Message <String>]:
          [Target <String>]:
        [InnerError <IMicrosoftGraphPublicInnerError>]: publicInnerError
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Code <String>]:
          [Details <IMicrosoftGraphPublicErrorDetail[]>]:
          [Message <String>]:
          [Target <String>]:
        [Message <String>]:
        [Target <String>]:
      [Items <IMicrosoftGraphBaseItem[]>]: Used to address any item contained in this site. This collection cannot be enumerated.
        [Id <String>]: Read-only.
        [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [CreatedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
        [CreatedDateTime <DateTime?>]: Date and time of item creation. Read-only.
        [Description <String>]: Provides a user-visible description of the item. Optional.
        [ETag <String>]: ETag for the item. Read-only.
        [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [LastModifiedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
        [LastModifiedDateTime <DateTime?>]: Date and time the item was last modified. Read-only.
        [Name <String>]: The name of the item. Read-write.
        [ParentReference <IMicrosoftGraphItemReference>]: itemReference
        [WebUrl <String>]: URL that displays the resource in the browser. Read-only.
      [Lists <IMicrosoftGraphList[]>]: The collection of lists under this site.
      [Onenote <IMicrosoftGraphOnenote>]: onenote
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Id <String>]: Read-only.
        [Notebooks <IMicrosoftGraphNotebook1[]>]: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable.
          [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
          [DisplayName <String>]: The name of the notebook.
          [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
          [LastModifiedDateTime <DateTime?>]: The date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
          [CreatedDateTime <DateTime?>]: The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
          [Self <String>]: The endpoint where you can get details about the page. Read-only.
          [Id <String>]: Read-only.
          [IsDefault <Boolean?>]: Indicates whether this is the user's default notebook. Read-only.
          [IsShared <Boolean?>]: Indicates whether the notebook is shared. If true, the contents of the notebook can be seen by people other than the owner. Read-only.
          [Links <IMicrosoftGraphNotebookLinks>]: notebookLinks
            [(Any) <Object>]: This indicates any property can be added to this object.
            [OneNoteClientUrl <IMicrosoftGraphExternalLink>]: externalLink
              [(Any) <Object>]: This indicates any property can be added to this object.
              [Href <String>]: The url of the link.
            [OneNoteWebUrl <IMicrosoftGraphExternalLink>]: externalLink
          [SectionGroups <IMicrosoftGraphSectionGroup1[]>]: The section groups in the notebook. Read-only. Nullable.
            [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
            [DisplayName <String>]: The name of the notebook.
            [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
            [LastModifiedDateTime <DateTime?>]: The date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
            [CreatedDateTime <DateTime?>]: The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
            [Self <String>]: The endpoint where you can get details about the page. Read-only.
            [Id <String>]: Read-only.
            [ParentNotebook <IMicrosoftGraphNotebook1>]: notebook
            [ParentSectionGroup <IMicrosoftGraphSectionGroup1>]: sectionGroup
            [SectionGroups <IMicrosoftGraphSectionGroup1[]>]: The section groups in the section. Read-only. Nullable.
            [SectionGroupsUrl <String>]: The URL for the sectionGroups navigation property, which returns all the section groups in the section group. Read-only.
            [Sections <IMicrosoftGraphOnenoteSection1[]>]: The sections in the section group. Read-only. Nullable.
              [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
              [DisplayName <String>]: The name of the notebook.
              [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
              [LastModifiedDateTime <DateTime?>]: The date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
              [CreatedDateTime <DateTime?>]: The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
              [Self <String>]: The endpoint where you can get details about the page. Read-only.
              [Id <String>]: Read-only.
              [IsDefault <Boolean?>]: Indicates whether this is the user's default section. Read-only.
              [Links <IMicrosoftGraphSectionLinks>]: sectionLinks
                [(Any) <Object>]: This indicates any property can be added to this object.
                [OneNoteClientUrl <IMicrosoftGraphExternalLink>]: externalLink
                [OneNoteWebUrl <IMicrosoftGraphExternalLink>]: externalLink
              [Pages <IMicrosoftGraphOnenotePage[]>]: The collection of pages in the section. Read-only. Nullable.
                [CreatedDateTime <DateTime?>]: The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
                [Self <String>]: The endpoint where you can get details about the page. Read-only.
                [Id <String>]: Read-only.
                [Content <Byte[]>]: The page's HTML content.
                [ContentUrl <String>]: The URL for the page's HTML content. Read-only.
                [CreatedByAppId <String>]: The unique identifier of the application that created the page. Read-only.
                [LastModifiedDateTime <DateTime?>]: The date and time when the page was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
                [Level <Int32?>]: The indentation level of the page. Read-only.
                [Links <IMicrosoftGraphPageLinks>]: pageLinks
                  [(Any) <Object>]: This indicates any property can be added to this object.
                  [OneNoteClientUrl <IMicrosoftGraphExternalLink>]: externalLink
                  [OneNoteWebUrl <IMicrosoftGraphExternalLink>]: externalLink
                [Order <Int32?>]: The order of the page within its parent section. Read-only.
                [ParentNotebook <IMicrosoftGraphNotebook1>]: notebook
                [ParentSection <IMicrosoftGraphOnenoteSection1>]: onenoteSection
                [Title <String>]: The title of the page.
                [UserTags <String[]>]:
              [PagesUrl <String>]: The pages endpoint where you can get details for all the pages in the section. Read-only.
              [ParentNotebook <IMicrosoftGraphNotebook1>]: notebook
              [ParentSectionGroup <IMicrosoftGraphSectionGroup1>]: sectionGroup
            [SectionsUrl <String>]: The URL for the sections navigation property, which returns all the sections in the section group. Read-only.
          [SectionGroupsUrl <String>]: The URL for the sectionGroups navigation property, which returns all the section groups in the notebook. Read-only.
          [Sections <IMicrosoftGraphOnenoteSection1[]>]: The sections in the notebook. Read-only. Nullable.
          [SectionsUrl <String>]: The URL for the sections navigation property, which returns all the sections in the notebook. Read-only.
          [UserRole <String>]: onenoteUserRole
        [Operations <IMicrosoftGraphOnenoteOperation[]>]: The status of OneNote operations. Getting an operations collection is not supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.
          [CreatedDateTime <DateTime?>]: The start time of the operation.
          [LastActionDateTime <DateTime?>]: The time of the last action of the operation.
          [Status <String>]: operationStatus
          [Id <String>]: Read-only.
          [Error <IMicrosoftGraphOnenoteOperationError>]: onenoteOperationError
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Code <String>]: The error code.
            [Message <String>]: The error message.
          [PercentComplete <String>]: The operation percent complete if the operation is still in running status
          [ResourceId <String>]: The resource id.
          [ResourceLocation <String>]: The resource URI for the object. For example, the resource URI for a copied page or section.
        [Pages <IMicrosoftGraphOnenotePage[]>]: The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
        [Resources <IMicrosoftGraphOnenoteResource[]>]: The image and other file resources in OneNote pages. Getting a resources collection is not supported, but you can get the binary content of a specific resource. Read-only. Nullable.
          [Self <String>]: The endpoint where you can get details about the page. Read-only.
          [Id <String>]: Read-only.
          [Content <Byte[]>]: The content stream
          [ContentUrl <String>]: The URL for downloading the content
        [SectionGroups <IMicrosoftGraphSectionGroup1[]>]: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
        [Sections <IMicrosoftGraphOnenoteSection1[]>]: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
      [Root <IMicrosoftGraphRoot>]: root
      [SharepointIds <IMicrosoftGraphSharepointIds>]: sharepointIds
      [SiteCollection <IMicrosoftGraphSiteCollection>]: siteCollection
        [(Any) <Object>]: This indicates any property can be added to this object.
        [DataLocationCode <String>]: The geographic region code for where this site collection resides. Read-only.
        [Hostname <String>]: The hostname for the site collection. Read-only.
        [Root <IMicrosoftGraphRoot>]: root
      [Sites <IMicrosoftGraphSite[]>]: The collection of the sub-sites under this site.
    [GivenName <String>]: The given name (first name) of the user. Supports $filter.
    [HireDate <DateTime?>]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
    [Identities <IMicrosoftGraphObjectIdentity[]>]: Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Supports $filter.
      [Issuer <String>]: Specifies the issuer of the identity, for example facebook.com.For local accounts (where signInType is not federated), this property is the local B2C tenant default domain name, for example contoso.onmicrosoft.com.For external users from other Azure AD organization, this will be the domain of the federated organization, for example contoso.com.Supports $filter. 512 character limit.
      [IssuerAssignedId <String>]: Specifies the unique identifier assigned to the user by the issuer. The combination of issuer and issuerAssignedId must be unique within the organization. Represents the sign-in name for the user, when signInType is set to emailAddress or userName (also known as local accounts).When signInType is set to: emailAddress, (or starts with emailAddress like emailAddress1) issuerAssignedId must be a valid email addressuserName, issuerAssignedId must be a valid local part of an email addressSupports $filter. 512 character limit.
      [SignInType <String>]: Specifies the user sign-in types in your directory, such as emailAddress, userName or federated. Here, federated represents a unique identifier for a user from an issuer, that can be in any format chosen by the issuer. Additional validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string.
    [ImAddresses <String[]>]: The instant message voice over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only.
    [InferenceClassification <IMicrosoftGraphInferenceClassification>]: inferenceClassification
      [(Any) <Object>]: This indicates any property can be added to this object.
      [Id <String>]: Read-only.
      [Overrides <IMicrosoftGraphInferenceClassificationOverride[]>]: A set of overrides for a user to always classify messages from specific senders in certain ways: focused, or other. Read-only. Nullable.
        [Id <String>]: Read-only.
        [ClassifyAs <String>]: inferenceClassificationType
        [SenderEmailAddress <IMicrosoftGraphEmailAddress>]: emailAddress
    [Insights <IMicrosoftGraphOfficeGraphInsights>]: officeGraphInsights
      [(Any) <Object>]: This indicates any property can be added to this object.
      [Id <String>]: Read-only.
      [Shared <IMicrosoftGraphSharedInsight[]>]: Calculated relationship identifying documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for Business and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.
        [Id <String>]: Read-only.
        [LastShared <IMicrosoftGraphSharingDetail>]: sharingDetail
          [(Any) <Object>]: This indicates any property can be added to this object.
          [SharedBy <IMicrosoftGraphInsightIdentity>]: insightIdentity
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Address <String>]: The email address of the user who shared the item.
            [DisplayName <String>]: The display name of the user who shared the item.
            [Id <String>]: The id of the user who shared the item.
          [SharedDateTime <DateTime?>]: The date and time the file was last shared. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: 2014-01-01T00:00:00Z. Read-only.
          [SharingReference <IMicrosoftGraphResourceReference>]: resourceReference
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Id <String>]: The item's unique identifier.
            [Type <String>]: A string value that can be used to classify the item, such as 'microsoft.graph.driveItem'
            [WebUrl <String>]: A URL leading to the referenced item.
          [SharingSubject <String>]: The subject with which the document was shared.
          [SharingType <String>]: Determines the way the document was shared, can be by a 'Link', 'Attachment', 'Group', 'Site'.
        [LastSharedMethod <IMicrosoftGraphEntity>]: entity
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Id <String>]: Read-only.
        [Resource <IMicrosoftGraphEntity>]: entity
        [ResourceReference <IMicrosoftGraphResourceReference>]: resourceReference
        [ResourceVisualization <IMicrosoftGraphResourceVisualization>]: resourceVisualization
          [(Any) <Object>]: This indicates any property can be added to this object.
          [ContainerDisplayName <String>]: A string describing where the item is stored. For example, the name of a SharePoint site or the user name identifying the owner of the OneDrive storing the item.
          [ContainerType <String>]: Can be used for filtering by the type of container in which the file is stored. Such as Site or OneDriveBusiness.
          [ContainerWebUrl <String>]: A path leading to the folder in which the item is stored.
          [MediaType <String>]: The item's media type. Can be used for filtering for a specific type of file based on supported IANA Media Mime Types. Note that not all Media Mime Types are supported.
          [PreviewImageUrl <String>]: A URL leading to the preview image for the item.
          [PreviewText <String>]: A preview text for the item.
          [Title <String>]: The item's title text.
          [Type <String>]: The item's media type. Can be used for filtering for a specific file based on a specific type. See below for supported types.
        [SharingHistory <IMicrosoftGraphSharingDetail[]>]:
      [Trending <IMicrosoftGraphTrending[]>]: Calculated relationship identifying documents trending around a user. Trending documents are calculated based on activity of the user's closest network of people and include files stored in OneDrive for Business and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.
        [Id <String>]: Read-only.
        [LastModifiedDateTime <DateTime?>]:
        [Resource <IMicrosoftGraphEntity>]: entity
        [ResourceReference <IMicrosoftGraphResourceReference>]: resourceReference
        [ResourceVisualization <IMicrosoftGraphResourceVisualization>]: resourceVisualization
        [Weight <Double?>]: Value indicating how much the document is currently trending. The larger the number, the more the document is currently trending around the user (the more relevant it is). Returned documents are sorted by this value.
      [Used <IMicrosoftGraphUsedInsight[]>]: Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.
        [Id <String>]: Read-only.
        [LastUsed <IMicrosoftGraphUsageDetails>]: usageDetails
          [(Any) <Object>]: This indicates any property can be added to this object.
          [LastAccessedDateTime <DateTime?>]: The date and time the resource was last accessed by the user. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: 2014-01-01T00:00:00Z. Read-only.
          [LastModifiedDateTime <DateTime?>]: The date and time the resource was last modified by the user. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: 2014-01-01T00:00:00Z. Read-only.
        [Resource <IMicrosoftGraphEntity>]: entity
        [ResourceReference <IMicrosoftGraphResourceReference>]: resourceReference
        [ResourceVisualization <IMicrosoftGraphResourceVisualization>]: resourceVisualization
    [Interests <String[]>]: A list for the user to describe their interests.
    [IsResourceAccount <Boolean?>]: Do not use – reserved for future use.
    [JobTitle <String>]: The user’s job title. Supports $filter.
    [JoinedTeams <IMicrosoftGraphTeam[]>]:
      [Id <String>]: Read-only.
      [Channels <IMicrosoftGraphChannel[]>]: The collection of channels & messages associated with the team.
        [Id <String>]: Read-only.
        [Description <String>]: Optional textual description for the channel.
        [DisplayName <String>]: Channel name as it will appear to the user in Microsoft Teams.
        [Email <String>]: The email address for sending messages to the channel. Read-only.
        [FilesFolder <IMicrosoftGraphDriveItem1>]: driveItem
        [Messages <IMicrosoftGraphChatMessage1[]>]: A collection of all the messages in the channel. A navigation property. Nullable.
          [Id <String>]: Read-only.
          [Attachments <IMicrosoftGraphChatMessageAttachment[]>]: Attached files. Attachments are currently read-only – sending attachments is not supported.
            [Content <String>]: The content of the attachment. If the attachment is a rich card, set the property to the rich card object. This property and contentUrl are mutually exclusive.
            [ContentType <String>]: The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.
            [ContentUrl <String>]: URL for the content of the attachment. Supported protocols: http, https, file and data.
            [Id <String>]: Read-only. Unique id of the attachment.
            [Name <String>]: Name of the attachment.
            [ThumbnailUrl <String>]: URL to a thumbnail image that the channel can use if it supports using an alternative, smaller form of content or contentUrl. For example, if you set contentType to application/word and set contentUrl to the location of the Word document, you might include a thumbnail image that represents the document. The channel could display the thumbnail image instead of the document. When the user clicks the image, the channel would open the document.
          [Body <IMicrosoftGraphItemBody>]: itemBody
          [CreatedDateTime <DateTime?>]: Read only. Timestamp of when the chat message was created.
          [DeletedDateTime <DateTime?>]: Read only. Timestamp at which the chat message was deleted, or null if not deleted.
          [Etag <String>]: Read-only. Version number of the chat message.
          [From <IMicrosoftGraphIdentitySet>]: identitySet
          [HostedContents <IMicrosoftGraphChatMessageHostedContent[]>]:
            [Id <String>]: Read-only.
          [Importance <String>]:
          [LastModifiedDateTime <DateTime?>]: Read only. Timestamp of when the chat message is created or edited, including when a reply is made (if it's a root chat message in a channel) or a reaction is added or removed.
          [Locale <String>]: Locale of the chat message set by the client.
          [Mentions <IMicrosoftGraphChatMessageMention[]>]: List of entities mentioned in the chat message. Currently supports user, bot, team, channel.
            [Id <Int32?>]: Index of an entity being mentioned in the specified chatMessage. Matches the {index} value in the corresponding <at id='{index}'> tag in the message body.
            [MentionText <String>]: String used to represent the mention. For example, a user's display name, a team name.
            [Mentioned <IMicrosoftGraphIdentitySet>]: identitySet
          [MessageType <String>]:
          [PolicyViolation <IMicrosoftGraphChatMessagePolicyViolation>]: chatMessagePolicyViolation
            [(Any) <Object>]: This indicates any property can be added to this object.
            [DlpAction <String>]: chatMessagePolicyViolationDlpActionTypes
            [JustificationText <String>]:
            [PolicyTip <IMicrosoftGraphChatMessagePolicyViolationPolicyTip>]: chatMessagePolicyViolationPolicyTip
              [(Any) <Object>]: This indicates any property can be added to this object.
              [ComplianceUrl <String>]:
              [GeneralText <String>]:
              [MatchedConditionDescriptions <String[]>]:
            [UserAction <String>]: chatMessagePolicyViolationUserActionTypes
            [VerdictDetails <String>]: chatMessagePolicyViolationVerdictDetailsTypes
          [Reactions <IMicrosoftGraphChatMessageReaction[]>]:
            [CreatedDateTime <DateTime?>]:
            [ReactionType <String>]:
            [User <IMicrosoftGraphIdentitySet>]: identitySet
          [Replies <IMicrosoftGraphChatMessage1[]>]:
          [ReplyToId <String>]: Read-only. Id of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels not chats)
          [Subject <String>]: The subject of the chat message, in plaintext.
          [Summary <String>]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. Only applies to channel chat messages, not chat messages in a chat.
          [WebUrl <String>]:
        [Tabs <IMicrosoftGraphTeamsTab[]>]: A collection of all the tabs in the channel. A navigation property.
          [Id <String>]: Read-only.
          [Configuration <IMicrosoftGraphTeamsTabConfiguration>]: teamsTabConfiguration
            [(Any) <Object>]: This indicates any property can be added to this object.
            [ContentUrl <String>]: Url used for rendering tab contents in Teams. Required.
            [EntityId <String>]: Identifier for the entity hosted by the tab provider.
            [RemoveUrl <String>]: Url called by Teams client when a Tab is removed using the Teams Client.
            [WebsiteUrl <String>]: Url for showing tab contents outside of Teams.
          [DisplayName <String>]: Name of the tab.
          [TeamsApp <IMicrosoftGraphTeamsApp>]: teamsApp
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Id <String>]: Read-only.
            [AppDefinitions <IMicrosoftGraphTeamsAppDefinition[]>]: The details for each version of the app.
              [Id <String>]: Read-only.
              [DisplayName <String>]: The name of the app provided by the app developer.
              [TeamsAppId <String>]: The id from the Teams App manifest.
              [Version <String>]: The version number of the application.
            [DisplayName <String>]: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package.
            [DistributionMethod <String>]: teamsAppDistributionMethod
            [ExternalId <String>]: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package.
          [WebUrl <String>]: Deep link URL of the tab instance. Read only.
        [WebUrl <String>]: A hyperlink that will navigate to the channel in Microsoft Teams. This is the URL that you get when you right-click a channel in Microsoft Teams and select Get link to channel. This URL should be treated as an opaque blob, and not parsed. Read-only.
      [Classification <String>]:
      [Description <String>]:
      [DisplayName <String>]:
      [FunSettings <IMicrosoftGraphTeamFunSettings>]: teamFunSettings
        [(Any) <Object>]: This indicates any property can be added to this object.
        [AllowCustomMemes <Boolean?>]: If set to true, enables users to include custom memes.
        [AllowGiphy <Boolean?>]: If set to true, enables Giphy use.
        [AllowStickersAndMemes <Boolean?>]: If set to true, enables users to include stickers and memes.
        [GiphyContentRating <String>]: giphyRatingType
      [Group <IMicrosoftGraphGroup1>]: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types.
        [(Any) <Object>]: This indicates any property can be added to this object.
        [DeletedDateTime <DateTime?>]:
        [Id <String>]: Read-only.
        [AcceptedSenders <IMicrosoftGraphDirectoryObject[]>]: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post.
        [AllowExternalSenders <Boolean?>]: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select.
        [AppRoleAssignments <IMicrosoftGraphAppRoleAssignment[]>]:
        [AssignedLabels <IMicrosoftGraphAssignedLabel[]>]: The list of sensitivity label pairs (label ID, label name) associated with an Microsoft 365 group. Returned only on $select. Read-only.
          [DisplayName <String>]: The display name of the label. Read-only.
          [LabelId <String>]: The unique identifier of the label.
        [AssignedLicenses <IMicrosoftGraphAssignedLicense[]>]: The licenses that are assigned to the group. Returned only on $select. Read-only.
        [AutoSubscribeNewMembers <Boolean?>]: Indicates if new members added to the group will be auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; do not set it in the initial POST request that creates the group. Default value is false. Returned only on $select.
        [Calendar <IMicrosoftGraphCalendar>]: calendar
        [CalendarView <IMicrosoftGraphEvent[]>]: The calendar view for the calendar. Read-only.
        [Classification <String>]: Describes a classification for the group (such as low, medium or high business impact). Valid values for this property are defined by creating a ClassificationList setting value, based on the template definition.Returned by default.
        [Conversations <IMicrosoftGraphConversation[]>]: The group's conversations.
          [Id <String>]: Read-only.
          [HasAttachments <Boolean?>]: Indicates whether any of the posts within this Conversation has at least one attachment.
          [LastDeliveredDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [Preview <String>]: A short summary from the body of the latest post in this converstaion.
          [Threads <IMicrosoftGraphConversationThread[]>]: A collection of all the conversation threads in the conversation. A navigation property. Read-only. Nullable.
            [Id <String>]: Read-only.
            [CcRecipients <IMicrosoftGraphRecipient[]>]: The Cc: recipients for the thread.
            [HasAttachments <Boolean?>]: Indicates whether any of the posts within this thread has at least one attachment.
            [IsLocked <Boolean?>]: Indicates if the thread is locked.
            [LastDeliveredDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
            [Posts <IMicrosoftGraphPost1[]>]: Read-only. Nullable.
              [Categories <String[]>]: The categories associated with the item
              [ChangeKey <String>]: Identifies the version of the item. Every time the item is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.
              [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
              [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
              [Id <String>]: Read-only.
              [Attachments <IMicrosoftGraphAttachment[]>]: Read-only. Nullable.
              [Body <IMicrosoftGraphItemBody>]: itemBody
              [ConversationId <String>]: Unique ID of the conversation. Read-only.
              [ConversationThreadId <String>]: Unique ID of the conversation thread. Read-only.
              [Extensions <IMicrosoftGraphExtension[]>]: The collection of open extensions defined for the post. Read-only. Nullable.
              [From <IMicrosoftGraphRecipient>]: recipient
              [HasAttachments <Boolean?>]: Indicates whether the post has at least one attachment. This is a default property.
              [InReplyTo <IMicrosoftGraphPost1>]: post
              [MultiValueExtendedProperties <IMicrosoftGraphMultiValueLegacyExtendedProperty[]>]: The collection of multi-value extended properties defined for the post. Read-only. Nullable.
              [NewParticipants <IMicrosoftGraphRecipient[]>]: Conversation participants that were added to the thread as part of this post.
              [ReceivedDateTime <DateTime?>]: Specifies when the post was received. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
              [Sender <IMicrosoftGraphRecipient>]: recipient
              [SingleValueExtendedProperties <IMicrosoftGraphSingleValueLegacyExtendedProperty[]>]: The collection of single-value extended properties defined for the post. Read-only. Nullable.
            [Preview <String>]: A short summary from the body of the latest post in this conversation.
            [ToRecipients <IMicrosoftGraphRecipient[]>]: The To: recipients for the thread.
            [Topic <String>]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated.
            [UniqueSenders <String[]>]: All the users that sent a message to this thread.
          [Topic <String>]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated.
          [UniqueSenders <String[]>]: All the users that sent a message to this Conversation.
        [CreatedDateTime <DateTime?>]: Timestamp of when the group was created. The value cannot be modified and is automatically populated when the group is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Returned by default. Read-only.
        [CreatedOnBehalfOf <IMicrosoftGraphDirectoryObject>]: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types.
        [Description <String>]: An optional description for the group. Returned by default.
        [DisplayName <String>]: The display name for the group. This property is required when a group is created and cannot be cleared during updates. Returned by default. Supports $filter and $orderby.
        [Drive <IMicrosoftGraphDrive>]: drive
        [Drives <IMicrosoftGraphDrive[]>]: The group's drives. Read-only.
        [Events <IMicrosoftGraphEvent[]>]: The group's calendar events.
        [ExpirationDateTime <DateTime?>]: Timestamp of when the group is set to expire. The value cannot be modified and is automatically populated when the group is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Returned by default. Read-only.
        [Extensions <IMicrosoftGraphExtension[]>]: The collection of open extensions defined for the group. Read-only. Nullable.
        [GroupLifecyclePolicies <IMicrosoftGraphGroupLifecyclePolicy[]>]: The collection of lifecycle policies for this group. Read-only. Nullable.
          [Id <String>]: Read-only.
          [AlternateNotificationEmails <String>]: List of email address to send notifications for groups without owners. Multiple email address can be defined by separating email address with a semicolon.
          [GroupLifetimeInDays <Int32?>]: Number of days before a group expires and needs to be renewed. Once renewed, the group expiration is extended by the number of days defined.
          [ManagedGroupTypes <String>]: The group type for which the expiration policy applies. Possible values are All, Selected or None.
        [GroupTypes <String[]>]: Specifies the group type and its membership. If the collection contains Unified, the group is a Microsoft 365 group; otherwise, it's either a security group or distribution group. For details, see groups overview.If the collection includes DynamicMembership, the group has dynamic membership; otherwise, membership is static. Returned by default. Supports $filter.
        [HasMembersWithLicenseErrors <Boolean?>]: Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true). See an example.
        [HideFromAddressLists <Boolean?>]: True if the group is not displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select.
        [HideFromOutlookClients <Boolean?>]: True if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. Default value is false. Returned only on $select.
        [IsArchived <Boolean?>]:
        [IsSubscribedByMail <Boolean?>]: Indicates whether the signed-in user is subscribed to receive email conversations. Default value is true. Returned only on $select.
        [LicenseProcessingState <IMicrosoftGraphLicenseProcessingState>]: licenseProcessingState
          [(Any) <Object>]: This indicates any property can be added to this object.
          [State <String>]:
        [Mail <String>]: The SMTP address for the group, for example, 'serviceadmins@contoso.onmicrosoft.com'. Returned by default. Read-only. Supports $filter.
        [MailEnabled <Boolean?>]: Specifies whether the group is mail-enabled. Returned by default.
        [MailNickname <String>]: The mail alias for the group, unique in the organization. This property must be specified when a group is created. Returned by default. Supports $filter.
        [MemberOf <IMicrosoftGraphDirectoryObject[]>]: Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.
        [Members <IMicrosoftGraphDirectoryObject[]>]: Users and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups) Nullable.
        [MembersWithLicenseErrors <IMicrosoftGraphDirectoryObject[]>]: A list of group members with license errors from this group-based license assignment. Read-only.
        [MembershipRule <String>]: The rule that determines members for this group if the group is a dynamic group (groupTypes contains DynamicMembership). For more information about the syntax of the membership rule, see Membership Rules syntax. Returned by default.
        [MembershipRuleProcessingState <String>]: Indicates whether the dynamic membership processing is on or paused. Possible values are 'On' or 'Paused'. Returned by default.
        [OnPremisesDomainName <String>]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only.
        [OnPremisesLastSyncDateTime <DateTime?>]: Indicates the last time at which the group was synced with the on-premises directory.The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Returned by default. Read-only. Supports $filter.
        [OnPremisesNetBiosName <String>]: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only.
        [OnPremisesProvisioningErrors <IMicrosoftGraphOnPremisesProvisioningError[]>]: Errors when using Microsoft synchronization product during provisioning. Returned by default.
          [Category <String>]: Category of the provisioning error. Note: Currently, there is only one possible value. Possible value: PropertyConflict - indicates a property value is not unique. Other objects contain the same value for the property.
          [OccurredDateTime <DateTime?>]: The date and time at which the error occurred.
          [PropertyCausingError <String>]: Name of the directory property causing the error. Current possible values: UserPrincipalName or ProxyAddress
          [Value <String>]: Value of the property causing the error.
        [OnPremisesSamAccountName <String>]: Contains the on-premises SAM account name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only.
        [OnPremisesSecurityIdentifier <String>]: Contains the on-premises security identifier (SID) for the group that was synchronized from on-premises to the cloud. Returned by default. Read-only.
        [OnPremisesSyncEnabled <Boolean?>]: true if this group is synced from an on-premises directory; false if this group was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Returned by default. Read-only. Supports $filter.
        [Onenote <IMicrosoftGraphOnenote>]: onenote
        [Owners <IMicrosoftGraphDirectoryObject[]>]: The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. Limited to 100 owners. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.
        [Photo <IMicrosoftGraphProfilePhoto>]: profilePhoto
        [Photos <IMicrosoftGraphProfilePhoto[]>]: The profile photos owned by the group. Read-only. Nullable.
        [Planner <IMicrosoftGraphPlannerGroup>]: plannerGroup
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Id <String>]: Read-only.
          [Plans <IMicrosoftGraphPlannerPlan[]>]: Read-only. Nullable. Returns the plannerPlans owned by the group.
            [Id <String>]: Read-only.
            [Buckets <IMicrosoftGraphPlannerBucket[]>]: Read-only. Nullable. Collection of buckets in the plan.
              [Id <String>]: Read-only.
              [Name <String>]: Name of the bucket.
              [OrderHint <String>]: Hint used to order items of this type in a list view. The format is defined as outlined here.
              [PlanId <String>]: Plan ID to which the bucket belongs.
              [Tasks <IMicrosoftGraphPlannerTask[]>]: Read-only. Nullable. The collection of tasks in the bucket.
                [Id <String>]: Read-only.
                [ActiveChecklistItemCount <Int32?>]: Number of checklist items with value set to false, representing incomplete items.
                [AppliedCategories <IMicrosoftGraphPlannerAppliedCategories>]: plannerAppliedCategories
                  [(Any) <Object>]: This indicates any property can be added to this object.
                [AssignedToTaskBoardFormat <IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat>]: plannerAssignedToTaskBoardTaskFormat
                  [(Any) <Object>]: This indicates any property can be added to this object.
                  [Id <String>]: Read-only.
                  [OrderHintsByAssignee <IMicrosoftGraphPlannerOrderHintsByAssignee>]: plannerOrderHintsByAssignee
                    [(Any) <Object>]: This indicates any property can be added to this object.
                  [UnassignedOrderHint <String>]: Hint value used to order the task on the AssignedTo view of the Task Board when the task is not assigned to anyone, or if the orderHintsByAssignee dictionary does not provide an order hint for the user the task is assigned to. The format is defined as outlined here.
                [AssigneePriority <String>]: Hint used to order items of this type in a list view. The format is defined as outlined here.
                [Assignments <IMicrosoftGraphPlannerAssignments>]: plannerAssignments
                  [(Any) <Object>]: This indicates any property can be added to this object.
                [BucketId <String>]: Bucket ID to which the task belongs. The bucket needs to be in the plan that the task is in. It is 28 characters long and case-sensitive. Format validation is done on the service.
                [BucketTaskBoardFormat <IMicrosoftGraphPlannerBucketTaskBoardTaskFormat>]: plannerBucketTaskBoardTaskFormat
                  [(Any) <Object>]: This indicates any property can be added to this object.
                  [Id <String>]: Read-only.
                  [OrderHint <String>]: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here.
                [ChecklistItemCount <Int32?>]: Number of checklist items that are present on the task.
                [CompletedBy <IMicrosoftGraphIdentitySet>]: identitySet
                [CompletedDateTime <DateTime?>]: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
                [ConversationThreadId <String>]: Thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group.
                [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
                [CreatedDateTime <DateTime?>]: Read-only. Date and time at which the task is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
                [Details <IMicrosoftGraphPlannerTaskDetails>]: plannerTaskDetails
                  [(Any) <Object>]: This indicates any property can be added to this object.
                  [Id <String>]: Read-only.
                  [Checklist <IMicrosoftGraphPlannerChecklistItems>]: plannerChecklistItems
                    [(Any) <Object>]: This indicates any property can be added to this object.
                  [Description <String>]: Description of the task
                  [PreviewType <String>]: plannerPreviewType
                  [References <IMicrosoftGraphPlannerExternalReferences>]: plannerExternalReferences
                    [(Any) <Object>]: This indicates any property can be added to this object.
                [DueDateTime <DateTime?>]: Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
                [HasDescription <Boolean?>]: Read-only. Value is true if the details object of the task has a non-empty description and false otherwise.
                [OrderHint <String>]: Hint used to order items of this type in a list view. The format is defined as outlined here.
                [PercentComplete <Int32?>]: Percentage of task completion. When set to 100, the task is considered completed.
                [PlanId <String>]: Plan ID to which the task belongs.
                [PreviewType <String>]: plannerPreviewType
                [ProgressTaskBoardFormat <IMicrosoftGraphPlannerProgressTaskBoardTaskFormat>]: plannerProgressTaskBoardTaskFormat
                  [(Any) <Object>]: This indicates any property can be added to this object.
                  [Id <String>]: Read-only.
                  [OrderHint <String>]: Hint value used to order the task on the Progress view of the Task Board. The format is defined as outlined here.
                [ReferenceCount <Int32?>]: Number of external references that exist on the task.
                [StartDateTime <DateTime?>]: Date and time at which the task starts. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
                [Title <String>]: Title of the task.
            [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
            [CreatedDateTime <DateTime?>]: Read-only. Date and time at which the plan is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
            [Details <IMicrosoftGraphPlannerPlanDetails>]: plannerPlanDetails
              [(Any) <Object>]: This indicates any property can be added to this object.
              [Id <String>]: Read-only.
              [CategoryDescriptions <IMicrosoftGraphPlannerCategoryDescriptions>]: plannerCategoryDescriptions
                [(Any) <Object>]: This indicates any property can be added to this object.
                [Category1 <String>]: The label associated with Category 1
                [Category2 <String>]: The label associated with Category 2
                [Category3 <String>]: The label associated with Category 3
                [Category4 <String>]: The label associated with Category 4
                [Category5 <String>]: The label associated with Category 5
                [Category6 <String>]: The label associated with Category 6
              [SharedWith <IMicrosoftGraphPlannerUserIds>]: plannerUserIds
                [(Any) <Object>]: This indicates any property can be added to this object.
            [Owner <String>]: ID of the Group that owns the plan. A valid group must exist before this field can be set. After it is set, this property can’t be updated.
            [Tasks <IMicrosoftGraphPlannerTask[]>]: Read-only. Nullable. Collection of tasks in the plan.
            [Title <String>]: Required. Title of the plan.
        [PreferredDataLocation <String>]: The preferred data location for the group. For more information, see OneDrive Online Multi-Geo. Returned by default.
        [PreferredLanguage <String>]: The preferred language for an Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default.
        [ProxyAddresses <String[]>]: Email addresses for the group that direct to the same group mailbox. For example: ['SMTP: bob@contoso.com', 'smtp: bob@sales.contoso.com']. The any operator is required to filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.
        [RejectedSenders <IMicrosoftGraphDirectoryObject[]>]: The list of users or groups that are not allowed to create posts or calendar events in this group. Nullable
        [RenewedDateTime <DateTime?>]: Timestamp of when the group was last renewed. This cannot be modified directly and is only updated via the renew service action. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Returned by default. Read-only.
        [SecurityEnabled <Boolean?>]: Specifies whether the group is a security group. Returned by default. Supports $filter.
        [SecurityIdentifier <String>]: Security identifier of the group, used in Windows scenarios. Returned by default.
        [Settings <IMicrosoftGraphGroupSetting[]>]: Read-only. Nullable.
          [Id <String>]: Read-only.
          [DisplayName <String>]: Display name of this group of settings, which comes from the associated template.
          [TemplateId <String>]: Unique identifier for the template used to create this group of settings. Read-only.
          [Values <IMicrosoftGraphSettingValue[]>]: Collection of name value pairs. Must contain and set all the settings defined in the template.
            [Name <String>]: Name of the setting (as defined by the groupSettingTemplate).
            [Value <String>]: Value of the setting.
        [Sites <IMicrosoftGraphSite[]>]: The list of SharePoint sites in this group. Access the default site with /sites/root.
        [Team <IMicrosoftGraphTeam>]: team
        [Theme <String>]: Specifies an Microsoft 365 group's color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.
        [Threads <IMicrosoftGraphConversationThread[]>]: The group's conversation threads. Nullable.
        [TransitiveMemberOf <IMicrosoftGraphDirectoryObject[]>]:
        [TransitiveMembers <IMicrosoftGraphDirectoryObject[]>]:
        [UnseenCount <Int32?>]: Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select.
        [Visibility <String>]: Specifies the visibility of a Microsoft 365 group. Possible values are: Private, Public, or Hiddenmembership; blank values are treated as public. See group visibility options to learn more.Visibility can be set only when a group is created; it is not editable.Visibility is supported only for unified groups; it is not supported for security groups. Returned by default.
      [GuestSettings <IMicrosoftGraphTeamGuestSettings>]: teamGuestSettings
        [(Any) <Object>]: This indicates any property can be added to this object.
        [AllowCreateUpdateChannels <Boolean?>]: If set to true, guests can add and update channels.
        [AllowDeleteChannels <Boolean?>]: If set to true, guests can delete channels.
      [InstalledApps <IMicrosoftGraphTeamsAppInstallation[]>]: The apps installed in this team.
        [Id <String>]: Read-only.
        [TeamsApp <IMicrosoftGraphTeamsApp>]: teamsApp
        [TeamsAppDefinition <IMicrosoftGraphTeamsAppDefinition>]: teamsAppDefinition
      [InternalId <String>]: A unique ID for the team that has been used in a few places such as the audit log/Office 365 Management Activity API.
      [IsArchived <Boolean?>]: Whether this team is in read-only mode.
      [MemberSettings <IMicrosoftGraphTeamMemberSettings>]: teamMemberSettings
        [(Any) <Object>]: This indicates any property can be added to this object.
        [AllowAddRemoveApps <Boolean?>]: If set to true, members can add and remove apps.
        [AllowCreateUpdateChannels <Boolean?>]: If set to true, members can add and update channels.
        [AllowCreateUpdateRemoveConnectors <Boolean?>]: If set to true, members can add, update, and remove connectors.
        [AllowCreateUpdateRemoveTabs <Boolean?>]: If set to true, members can add, update, and remove tabs.
        [AllowDeleteChannels <Boolean?>]: If set to true, members can delete channels.
      [Members <IMicrosoftGraphConversationMember[]>]:
        [Id <String>]: Read-only.
        [DisplayName <String>]:
        [Roles <String[]>]:
      [MessagingSettings <IMicrosoftGraphTeamMessagingSettings>]: teamMessagingSettings
        [(Any) <Object>]: This indicates any property can be added to this object.
        [AllowChannelMentions <Boolean?>]: If set to true, @channel mentions are allowed.
        [AllowOwnerDeleteMessages <Boolean?>]: If set to true, owners can delete any message.
        [AllowTeamMentions <Boolean?>]: If set to true, @team mentions are allowed.
        [AllowUserDeleteMessages <Boolean?>]: If set to true, users can delete their messages.
        [AllowUserEditMessages <Boolean?>]: If set to true, users can edit their messages.
      [Operations <IMicrosoftGraphTeamsAsyncOperation[]>]:
        [Id <String>]: Read-only.
        [AttemptsCount <Int32?>]:
        [CreatedDateTime <DateTime?>]:
        [Error <IMicrosoftGraphOperationError>]: operationError
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Code <String>]: Operation error code.
          [Message <String>]: Operation error message.
        [LastActionDateTime <DateTime?>]:
        [OperationType <String>]: teamsAsyncOperationType
        [Status <String>]: teamsAsyncOperationStatus
        [TargetResourceId <String>]:
        [TargetResourceLocation <String>]:
      [PrimaryChannel <IMicrosoftGraphChannel>]: channel
      [Schedule <IMicrosoftGraphSchedule>]: schedule
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Id <String>]: Read-only.
        [Enabled <Boolean?>]: Indicates whether the schedule is enabled for the team. Required.
        [OfferShiftRequests <IMicrosoftGraphOfferShiftRequest[]>]:
          [AssignedTo <String>]: scheduleChangeRequestActor
          [ManagerActionDateTime <DateTime?>]:
          [ManagerActionMessage <String>]:
          [ManagerUserId <String>]:
          [SenderDateTime <DateTime?>]:
          [SenderMessage <String>]:
          [SenderUserId <String>]:
          [State <String>]: scheduleChangeState
          [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
          [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [Id <String>]: Read-only.
          [RecipientActionDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [RecipientActionMessage <String>]: Custom message sent by recipient of the offer shift request.
          [RecipientUserId <String>]: User ID of the recipient of the offer shift request.
          [SenderShiftId <String>]: User ID of the sender of the offer shift request.
        [OfferShiftRequestsEnabled <Boolean?>]: Indicates whether offer shift requests are enabled for the schedule.
        [OpenShiftChangeRequests <IMicrosoftGraphOpenShiftChangeRequest[]>]:
          [AssignedTo <String>]: scheduleChangeRequestActor
          [ManagerActionDateTime <DateTime?>]:
          [ManagerActionMessage <String>]:
          [ManagerUserId <String>]:
          [SenderDateTime <DateTime?>]:
          [SenderMessage <String>]:
          [SenderUserId <String>]:
          [State <String>]: scheduleChangeState
          [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
          [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [Id <String>]: Read-only.
          [OpenShiftId <String>]: ID for the open shift.
        [OpenShifts <IMicrosoftGraphOpenShift[]>]:
          [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
          [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [Id <String>]: Read-only.
          [DraftOpenShift <IMicrosoftGraphOpenShiftItem>]: openShiftItem
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Activities <IMicrosoftGraphShiftActivity[]>]: An incremental part of a shift which can cover details of when and where an employee is during their shift. For example, an assignment or a scheduled break or lunch. Required.
              [Code <String>]: Customer defined code for the shiftActivity. Required.
              [DisplayName <String>]: The name of the shiftActivity. Required.
              [EndDateTime <DateTime?>]: The end date and time for the shiftActivity. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Required.
              [IsPaid <Boolean?>]: Indicates whether the microsoft.graph.user should be paid for the activity during their shift. Required.
              [StartDateTime <DateTime?>]: The start date and time for the shiftActivity. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Required.
              [Theme <String>]: scheduleEntityTheme
            [DisplayName <String>]: The shift label of the shiftItem.
            [Notes <String>]: The shift notes for the shiftItem.
            [EndDateTime <DateTime?>]:
            [StartDateTime <DateTime?>]:
            [Theme <String>]: scheduleEntityTheme
            [OpenSlotCount <Int32?>]: Count of the number of slots for the given open shift.
          [SchedulingGroupId <String>]: ID for the scheduling group that the open shift belongs to.
          [SharedOpenShift <IMicrosoftGraphOpenShiftItem>]: openShiftItem
        [OpenShiftsEnabled <Boolean?>]: Indicates whether open shifts are enabled for the schedule.
        [ProvisionStatus <String>]: operationStatus
        [ProvisionStatusCode <String>]: Additional information about why schedule provisioning failed.
        [SchedulingGroups <IMicrosoftGraphSchedulingGroup[]>]: The logical grouping of users in the schedule (usually by role).
          [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
          [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [Id <String>]: Read-only.
          [DisplayName <String>]: The display name for the schedulingGroup. Required.
          [IsActive <Boolean?>]: Indicates whether the schedulingGroup can be used when creating new entities or updating existing ones. Required.
          [UserIds <String[]>]: The list of user IDs that are a member of the schedulingGroup. Required.
        [Shifts <IMicrosoftGraphShift[]>]: The shifts in the schedule.
          [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
          [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [Id <String>]: Read-only.
          [DraftShift <IMicrosoftGraphShiftItem>]: shiftItem
            [(Any) <Object>]: This indicates any property can be added to this object.
            [EndDateTime <DateTime?>]:
            [StartDateTime <DateTime?>]:
            [Theme <String>]: scheduleEntityTheme
            [Activities <IMicrosoftGraphShiftActivity[]>]: An incremental part of a shift which can cover details of when and where an employee is during their shift. For example, an assignment or a scheduled break or lunch. Required.
            [DisplayName <String>]: The shift label of the shiftItem.
            [Notes <String>]: The shift notes for the shiftItem.
          [SchedulingGroupId <String>]: ID of the scheduling group the shift is part of. Required.
          [SharedShift <IMicrosoftGraphShiftItem>]: shiftItem
          [UserId <String>]: ID of the user assigned to the shift. Required.
        [SwapShiftsChangeRequests <IMicrosoftGraphSwapShiftsChangeRequest[]>]:
          [RecipientActionDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [RecipientActionMessage <String>]: Custom message sent by recipient of the offer shift request.
          [RecipientUserId <String>]: User ID of the recipient of the offer shift request.
          [SenderShiftId <String>]: User ID of the sender of the offer shift request.
          [AssignedTo <String>]: scheduleChangeRequestActor
          [ManagerActionDateTime <DateTime?>]:
          [ManagerActionMessage <String>]:
          [ManagerUserId <String>]:
          [SenderDateTime <DateTime?>]:
          [SenderMessage <String>]:
          [SenderUserId <String>]:
          [State <String>]: scheduleChangeState
          [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
          [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [Id <String>]: Read-only.
          [RecipientShiftId <String>]: ShiftId for the recipient user with whom the request is to swap.
        [SwapShiftsRequestsEnabled <Boolean?>]: Indicates whether swap shifts requests are enabled for the schedule.
        [TimeClockEnabled <Boolean?>]: Indicates whether time clock is enabled for the schedule.
        [TimeOffReasons <IMicrosoftGraphTimeOffReason[]>]: The set of reasons for a time off in the schedule.
          [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
          [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [Id <String>]: Read-only.
          [DisplayName <String>]: The name of the timeOffReason. Required.
          [IconType <String>]: timeOffReasonIconType
          [IsActive <Boolean?>]: Indicates whether the timeOffReason can be used when creating new entities or updating existing ones. Required.
        [TimeOffRequests <IMicrosoftGraphTimeOffRequest[]>]:
          [AssignedTo <String>]: scheduleChangeRequestActor
          [ManagerActionDateTime <DateTime?>]:
          [ManagerActionMessage <String>]:
          [ManagerUserId <String>]:
          [SenderDateTime <DateTime?>]:
          [SenderMessage <String>]:
          [SenderUserId <String>]:
          [State <String>]: scheduleChangeState
          [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
          [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [Id <String>]: Read-only.
          [EndDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [StartDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [TimeOffReasonId <String>]: The reason for the time off.
        [TimeOffRequestsEnabled <Boolean?>]: Indicates whether time off requests are enabled for the schedule.
        [TimeZone <String>]: Indicates the time zone of the schedule team using tz database format. Required.
        [TimesOff <IMicrosoftGraphTimeOff[]>]: The instances of times off in the schedule.
          [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
          [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [Id <String>]: Read-only.
          [DraftTimeOff <IMicrosoftGraphTimeOffItem>]: timeOffItem
            [(Any) <Object>]: This indicates any property can be added to this object.
            [EndDateTime <DateTime?>]:
            [StartDateTime <DateTime?>]:
            [Theme <String>]: scheduleEntityTheme
            [TimeOffReasonId <String>]: ID of the timeOffReason for this timeOffItem. Required.
          [SharedTimeOff <IMicrosoftGraphTimeOffItem>]: timeOffItem
          [UserId <String>]: ID of the user assigned to the timeOff. Required.
        [WorkforceIntegrationIds <String[]>]:
      [Specialization <String>]: teamSpecialization
      [Template <IMicrosoftGraphTeamsTemplate>]: teamsTemplate
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Id <String>]: Read-only.
      [Visibility <String>]: teamVisibilityType
      [WebUrl <String>]: A hyperlink that will go to the team in the Microsoft Teams client. This is the URL that you get when you right-click a team in the Microsoft Teams client and select Get link to team. This URL should be treated as an opaque blob, and not parsed.
    [LastPasswordChangeDateTime <DateTime?>]: The time when this Azure AD user last changed their password. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
    [LegalAgeGroupClassification <String>]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information.)
    [LicenseAssignmentStates <IMicrosoftGraphLicenseAssignmentState[]>]: State of license assignments for this user. Read-only.
      [AssignedByGroup <String>]:
      [DisabledPlans <String[]>]:
      [Error <String>]:
      [SkuId <String>]:
      [State <String>]:
    [LicenseDetails <IMicrosoftGraphLicenseDetails[]>]: A collection of this user's license details. Read-only.
      [Id <String>]: Read-only.
      [ServicePlans <IMicrosoftGraphServicePlanInfo[]>]: Information about the service plans assigned with the license. Read-only, Not nullable
        [AppliesTo <String>]: The object the service plan can be assigned to. Possible values:'User' - service plan can be assigned to individual users.'Company' - service plan can be assigned to the entire tenant.
        [ProvisioningStatus <String>]: The provisioning status of the service plan. Possible values:'Success' - Service is fully provisioned.'Disabled' - Service has been disabled.'PendingInput' - Service is not yet provisioned; awaiting service confirmation.'PendingActivation' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan)'PendingProvisioning' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.
        [ServicePlanId <String>]: The unique identifier of the service plan.
        [ServicePlanName <String>]: The name of the service plan.
      [SkuId <String>]: Unique identifier (GUID) for the service SKU. Equal to the skuId property on the related SubscribedSku object. Read-only
      [SkuPartNumber <String>]: Unique SKU display name. Equal to the skuPartNumber on the related SubscribedSku object; for example: 'AAD_Premium'. Read-only
    [Mail <String>]: The SMTP address for the user, for example, 'jeff@contoso.onmicrosoft.com'. Read-Only. Supports $filter.
    [MailFolders <IMicrosoftGraphMailFolder[]>]: The user's mail folders. Read-only. Nullable.
      [Id <String>]: Read-only.
      [ChildFolderCount <Int32?>]: The number of immediate child mailFolders in the current mailFolder.
      [ChildFolders <IMicrosoftGraphMailFolder[]>]: The collection of child folders in the mailFolder.
      [DisplayName <String>]: The mailFolder's display name.
      [MessageRules <IMicrosoftGraphMessageRule[]>]: The collection of rules that apply to the user's Inbox folder.
        [Id <String>]: Read-only.
        [Actions <IMicrosoftGraphMessageRuleActions>]: messageRuleActions
          [(Any) <Object>]: This indicates any property can be added to this object.
          [AssignCategories <String[]>]: A list of categories to be assigned to a message.
          [CopyToFolder <String>]: The ID of a folder that a message is to be copied to.
          [Delete <Boolean?>]: Indicates whether a message should be moved to the Deleted Items folder.
          [ForwardAsAttachmentTo <IMicrosoftGraphRecipient[]>]: The email addresses of the recipients to which a message should be forwarded as an attachment.
          [ForwardTo <IMicrosoftGraphRecipient[]>]: The email addresses of the recipients to which a message should be forwarded.
          [MarkAsRead <Boolean?>]: Indicates whether a message should be marked as read.
          [MarkImportance <String>]: importance
          [MoveToFolder <String>]: The ID of the folder that a message will be moved to.
          [PermanentDelete <Boolean?>]: Indicates whether a message should be permanently deleted and not saved to the Deleted Items folder.
          [RedirectTo <IMicrosoftGraphRecipient[]>]: The email addresses to which a message should be redirected.
          [StopProcessingRules <Boolean?>]: Indicates whether subsequent rules should be evaluated.
        [Conditions <IMicrosoftGraphMessageRulePredicates>]: messageRulePredicates
          [(Any) <Object>]: This indicates any property can be added to this object.
          [BodyContains <String[]>]: Represents the strings that should appear in the body of an incoming message in order for the condition or exception to apply.
          [BodyOrSubjectContains <String[]>]: Represents the strings that should appear in the body or subject of an incoming message in order for the condition or exception to apply.
          [Categories <String[]>]: Represents the categories that an incoming message should be labeled with in order for the condition or exception to apply.
          [FromAddresses <IMicrosoftGraphRecipient[]>]: Represents the specific sender email addresses of an incoming message in order for the condition or exception to apply.
          [HasAttachments <Boolean?>]: Indicates whether an incoming message must have attachments in order for the condition or exception to apply.
          [HeaderContains <String[]>]: Represents the strings that appear in the headers of an incoming message in order for the condition or exception to apply.
          [Importance <String>]: importance
          [IsApprovalRequest <Boolean?>]: Indicates whether an incoming message must be an approval request in order for the condition or exception to apply.
          [IsAutomaticForward <Boolean?>]: Indicates whether an incoming message must be automatically forwarded in order for the condition or exception to apply.
          [IsAutomaticReply <Boolean?>]: Indicates whether an incoming message must be an auto reply in order for the condition or exception to apply.
          [IsEncrypted <Boolean?>]: Indicates whether an incoming message must be encrypted in order for the condition or exception to apply.
          [IsMeetingRequest <Boolean?>]: Indicates whether an incoming message must be a meeting request in order for the condition or exception to apply.
          [IsMeetingResponse <Boolean?>]: Indicates whether an incoming message must be a meeting response in order for the condition or exception to apply.
          [IsNonDeliveryReport <Boolean?>]: Indicates whether an incoming message must be a non-delivery report in order for the condition or exception to apply.
          [IsPermissionControlled <Boolean?>]: Indicates whether an incoming message must be permission controlled (RMS-protected) in order for the condition or exception to apply.
          [IsReadReceipt <Boolean?>]: Indicates whether an incoming message must be a read receipt in order for the condition or exception to apply.
          [IsSigned <Boolean?>]: Indicates whether an incoming message must be S/MIME-signed in order for the condition or exception to apply.
          [IsVoicemail <Boolean?>]: Indicates whether an incoming message must be a voice mail in order for the condition or exception to apply.
          [MessageActionFlag <String>]: messageActionFlag
          [NotSentToMe <Boolean?>]: Indicates whether the owner of the mailbox must not be a recipient of an incoming message in order for the condition or exception to apply.
          [RecipientContains <String[]>]: Represents the strings that appear in either the toRecipients or ccRecipients properties of an incoming message in order for the condition or exception to apply.
          [SenderContains <String[]>]: Represents the strings that appear in the from property of an incoming message in order for the condition or exception to apply.
          [Sensitivity <String>]: sensitivity
          [SentCcMe <Boolean?>]: Indicates whether the owner of the mailbox must be in the ccRecipients property of an incoming message in order for the condition or exception to apply.
          [SentOnlyToMe <Boolean?>]: Indicates whether the owner of the mailbox must be the only recipient in an incoming message in order for the condition or exception to apply.
          [SentToAddresses <IMicrosoftGraphRecipient[]>]: Represents the email addresses that an incoming message must have been sent to in order for the condition or exception to apply.
          [SentToMe <Boolean?>]: Indicates whether the owner of the mailbox must be in the toRecipients property of an incoming message in order for the condition or exception to apply.
          [SentToOrCcMe <Boolean?>]: Indicates whether the owner of the mailbox must be in either a toRecipients or ccRecipients property of an incoming message in order for the condition or exception to apply.
          [SubjectContains <String[]>]: Represents the strings that appear in the subject of an incoming message in order for the condition or exception to apply.
          [WithinSizeRange <IMicrosoftGraphSizeRange>]: sizeRange
            [(Any) <Object>]: This indicates any property can be added to this object.
            [MaximumSize <Int32?>]: The maximum size (in kilobytes) that an incoming message must have in order for a condition or exception to apply.
            [MinimumSize <Int32?>]: The minimum size (in kilobytes) that an incoming message must have in order for a condition or exception to apply.
        [DisplayName <String>]: The display name of the rule.
        [Exceptions <IMicrosoftGraphMessageRulePredicates>]: messageRulePredicates
        [HasError <Boolean?>]: Indicates whether the rule is in an error condition. Read-only.
        [IsEnabled <Boolean?>]: Indicates whether the rule is enabled to be applied to messages.
        [IsReadOnly <Boolean?>]: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API.
        [Sequence <Int32?>]: Indicates the order in which the rule is executed, among other rules.
      [Messages <IMicrosoftGraphMessage[]>]: The collection of messages in the mailFolder.
        [Categories <String[]>]: The categories associated with the item
        [ChangeKey <String>]: Identifies the version of the item. Every time the item is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.
        [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [Id <String>]: Read-only.
        [Attachments <IMicrosoftGraphAttachment[]>]: The fileAttachment and itemAttachment attachments for the message.
        [BccRecipients <IMicrosoftGraphRecipient[]>]: The Bcc: recipients for the message.
        [Body <IMicrosoftGraphItemBody>]: itemBody
        [BodyPreview <String>]: The first 255 characters of the message body. It is in text format.
        [CcRecipients <IMicrosoftGraphRecipient[]>]: The Cc: recipients for the message.
        [ConversationId <String>]: The ID of the conversation the email belongs to.
        [ConversationIndex <Byte[]>]: Indicates the position of the message within the conversation.
        [Extensions <IMicrosoftGraphExtension[]>]: The collection of open extensions defined for the message. Nullable.
        [Flag <IMicrosoftGraphFollowupFlag>]: followupFlag
          [(Any) <Object>]: This indicates any property can be added to this object.
          [CompletedDateTime <IMicrosoftGraphDateTimeZone>]: dateTimeTimeZone
          [DueDateTime <IMicrosoftGraphDateTimeZone>]: dateTimeTimeZone
          [FlagStatus <String>]: followupFlagStatus
          [StartDateTime <IMicrosoftGraphDateTimeZone>]: dateTimeTimeZone
        [From <IMicrosoftGraphRecipient>]: recipient
        [HasAttachments <Boolean?>]: Indicates whether the message has attachments. This property doesn't include inline attachments, so if a message contains only inline attachments, this property is false. To verify the existence of inline attachments, parse the body property to look for a src attribute, such as <IMG src='cid:image001.jpg@01D26CD8.6C05F070'>.
        [Importance <String>]: importance
        [InferenceClassification <String>]: inferenceClassificationType
        [InternetMessageHeaders <IMicrosoftGraphInternetMessageHeader[]>]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. Returned only on applying a $select query option. Read-only.
          [Name <String>]: Represents the key in a key-value pair.
          [Value <String>]: The value in a key-value pair.
        [InternetMessageId <String>]: The message ID in the format specified by RFC2822.
        [IsDeliveryReceiptRequested <Boolean?>]: Indicates whether a read receipt is requested for the message.
        [IsDraft <Boolean?>]: Indicates whether the message is a draft. A message is a draft if it hasn't been sent yet.
        [IsRead <Boolean?>]: Indicates whether the message has been read.
        [IsReadReceiptRequested <Boolean?>]: Indicates whether a read receipt is requested for the message.
        [MultiValueExtendedProperties <IMicrosoftGraphMultiValueLegacyExtendedProperty[]>]: The collection of multi-value extended properties defined for the message. Nullable.
        [ParentFolderId <String>]: The unique identifier for the message's parent mailFolder.
        [ReceivedDateTime <DateTime?>]: The date and time the message was received.
        [ReplyTo <IMicrosoftGraphRecipient[]>]: The email addresses to use when replying.
        [Sender <IMicrosoftGraphRecipient>]: recipient
        [SentDateTime <DateTime?>]: The date and time the message was sent.
        [SingleValueExtendedProperties <IMicrosoftGraphSingleValueLegacyExtendedProperty[]>]: The collection of single-value extended properties defined for the message. Nullable.
        [Subject <String>]: The subject of the message.
        [ToRecipients <IMicrosoftGraphRecipient[]>]: The To: recipients for the message.
        [UniqueBody <IMicrosoftGraphItemBody>]: itemBody
        [WebLink <String>]: The URL to open the message in Outlook Web App.You can append an ispopout argument to the end of the URL to change how the message is displayed. If ispopout is not present or if it is set to 1, then the message is shown in a popout window. If ispopout is set to 0, then the browser will show the message in the Outlook Web App review pane.The message will open in the browser if you are logged in to your mailbox via Outlook Web App. You will be prompted to login if you are not already logged in with the browser.This URL can be accessed from within an iFrame.
      [MultiValueExtendedProperties <IMicrosoftGraphMultiValueLegacyExtendedProperty[]>]: The collection of multi-value extended properties defined for the mailFolder. Read-only. Nullable.
      [ParentFolderId <String>]: The unique identifier for the mailFolder's parent mailFolder.
      [SingleValueExtendedProperties <IMicrosoftGraphSingleValueLegacyExtendedProperty[]>]: The collection of single-value extended properties defined for the mailFolder. Read-only. Nullable.
      [TotalItemCount <Int32?>]: The number of items in the mailFolder.
      [UnreadItemCount <Int32?>]: The number of items in the mailFolder marked as unread.
    [MailNickname <String>]: The mail alias for the user. This property must be specified when a user is created. Supports $filter.
    [MailboxSettings <IMicrosoftGraphMailboxSettings>]: mailboxSettings
      [(Any) <Object>]: This indicates any property can be added to this object.
      [ArchiveFolder <String>]: Folder ID of an archive folder for the user.
      [AutomaticRepliesSetting <IMicrosoftGraphAutomaticRepliesSetting>]: automaticRepliesSetting
        [(Any) <Object>]: This indicates any property can be added to this object.
        [ExternalAudience <String>]: externalAudienceScope
        [ExternalReplyMessage <String>]: The automatic reply to send to the specified external audience, if Status is AlwaysEnabled or Scheduled.
        [InternalReplyMessage <String>]: The automatic reply to send to the audience internal to the signed-in user's organization, if Status is AlwaysEnabled or Scheduled.
        [ScheduledEndDateTime <IMicrosoftGraphDateTimeZone>]: dateTimeTimeZone
        [ScheduledStartDateTime <IMicrosoftGraphDateTimeZone>]: dateTimeTimeZone
        [Status <String>]: automaticRepliesStatus
      [DateFormat <String>]: The date format for the user's mailbox.
      [DelegateMeetingMessageDeliveryOptions <String>]: delegateMeetingMessageDeliveryOptions
      [Language <IMicrosoftGraphLocaleInfo>]: localeInfo
        [(Any) <Object>]: This indicates any property can be added to this object.
        [DisplayName <String>]: A name representing the user's locale in natural language, for example, 'English (United States)'.
        [Locale <String>]: A locale representation for the user, which includes the user's preferred language and country/region. For example, 'en-us'. The language component follows 2-letter codes as defined in ISO 639-1, and the country component follows 2-letter codes as defined in ISO 3166-1 alpha-2.
      [TimeFormat <String>]: The time format for the user's mailbox.
      [TimeZone <String>]: The default time zone for the user's mailbox.
      [WorkingHours <IMicrosoftGraphWorkingHours>]: workingHours
        [(Any) <Object>]: This indicates any property can be added to this object.
        [DaysOfWeek <String[]>]: The days of the week on which the user works.
        [EndTime <String>]: The time of the day that the user stops working.
        [StartTime <String>]: The time of the day that the user starts working.
        [TimeZone <IMicrosoftGraphTimeZoneBase>]: timeZoneBase
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Name <String>]: The name of a time zone. It can be a standard time zone name such as 'Hawaii-Aleutian Standard Time', or 'Customized Time Zone' for a custom time zone.
    [ManagedAppRegistrations <IMicrosoftGraphManagedAppRegistration[]>]: Zero or more managed app registrations that belong to the user.
      [Id <String>]: Read-only.
      [AppIdentifier <IMicrosoftGraphMobileAppIdentifier>]: The identifier for a mobile app.
        [(Any) <Object>]: This indicates any property can be added to this object.
      [ApplicationVersion <String>]: App version
      [AppliedPolicies <IMicrosoftGraphManagedAppPolicy[]>]: Zero or more policys already applied on the registered app when it last synchronized with managment service.
        [Id <String>]: Read-only.
        [CreatedDateTime <DateTime?>]: The date and time the policy was created.
        [Description <String>]: The policy's description.
        [DisplayName <String>]: Policy display name.
        [LastModifiedDateTime <DateTime?>]: Last time the policy was modified.
        [Version <String>]: Version of the entity.
      [CreatedDateTime <DateTime?>]: Date and time of creation
      [DeviceName <String>]: Host device name
      [DeviceTag <String>]: App management SDK generated tag, which helps relate apps hosted on the same device. Not guaranteed to relate apps in all conditions.
      [DeviceType <String>]: Host device type
      [FlaggedReasons <String[]>]: Zero or more reasons an app registration is flagged. E.g. app running on rooted device
      [IntendedPolicies <IMicrosoftGraphManagedAppPolicy[]>]: Zero or more policies admin intended for the app as of now.
      [LastSyncDateTime <DateTime?>]: Date and time of last the app synced with management service.
      [ManagementSdkVersion <String>]: App management SDK version
      [Operations <IMicrosoftGraphManagedAppOperation[]>]: Zero or more long running operations triggered on the app registration.
        [Id <String>]: Read-only.
        [DisplayName <String>]: The operation name.
        [LastModifiedDateTime <DateTime?>]: The last time the app operation was modified.
        [State <String>]: The current state of the operation
        [Version <String>]: Version of the entity.
      [PlatformVersion <String>]: Operating System version
      [UserId <String>]: The user Id to who this app registration belongs.
      [Version <String>]: Version of the entity.
    [ManagedDevices <IMicrosoftGraphManagedDevice[]>]: The managed devices associated with the user.
      [Id <String>]: Read-only.
      [ActivationLockBypassCode <String>]: Code that allows the Activation Lock on a device to be bypassed.
      [AndroidSecurityPatchLevel <String>]: Android security patch level
      [AzureAdDeviceId <String>]: The unique identifier for the Azure Active Directory device. Read only.
      [AzureAdRegistered <Boolean?>]: Whether the device is Azure Active Directory registered.
      [ComplianceGracePeriodExpirationDateTime <DateTime?>]: The DateTime when device compliance grace period expires
      [ComplianceState <String>]: complianceState
      [ConfigurationManagerClientEnabledFeatures <IMicrosoftGraphConfigurationManagerClientEnabledFeatures>]: configuration Manager client enabled features
        [(Any) <Object>]: This indicates any property can be added to this object.
        [CompliancePolicy <Boolean?>]: Whether compliance policy is managed by Intune
        [DeviceConfiguration <Boolean?>]: Whether device configuration is managed by Intune
        [Inventory <Boolean?>]: Whether inventory is managed by Intune
        [ModernApps <Boolean?>]: Whether modern application is managed by Intune
        [ResourceAccess <Boolean?>]: Whether resource access is managed by Intune
        [WindowsUpdateForBusiness <Boolean?>]: Whether Windows Update for Business is managed by Intune
      [DeviceActionResults <IMicrosoftGraphDeviceActionResult[]>]: List of ComplexType deviceActionResult objects.
        [ActionName <String>]: Action name
        [ActionState <String>]: actionState
        [LastUpdatedDateTime <DateTime?>]: Time the action state was last updated
        [StartDateTime <DateTime?>]: Time the action was initiated
      [DeviceCategory <IMicrosoftGraphDeviceCategory>]: Device categories provides a way to organize your devices. Using device categories, company administrators can define their own categories that make sense to their company.??These categories can then be applied to a device in the Intune Azure console or selected by a user during device enrollment. You can filter reports and create dynamic Azure Active Directory device groups based on device categories.
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Id <String>]: Read-only.
        [Description <String>]: Optional description for the device category.
        [DisplayName <String>]: Display name for the device category.
      [DeviceCategoryDisplayName <String>]: Device category display name
      [DeviceCompliancePolicyStates <IMicrosoftGraphDeviceCompliancePolicyState[]>]: Device compliance policy states for this device.
        [Id <String>]: Read-only.
        [DisplayName <String>]: The name of the policy for this policyBase
        [PlatformType <String>]:
        [SettingCount <Int32?>]: Count of how many setting a policy holds
        [SettingStates <IMicrosoftGraphDeviceCompliancePolicySettingState[]>]:
          [CurrentValue <String>]: Current value of setting on device
          [ErrorCode <Int64?>]: Error code for the setting
          [ErrorDescription <String>]: Error description
          [InstanceDisplayName <String>]: Name of setting instance that is being reported.
          [Setting <String>]: The setting that is being reported
          [SettingName <String>]: Localized/user friendly setting name that is being reported
          [Sources <IMicrosoftGraphSettingSource[]>]: Contributing policies
            [DisplayName <String>]: Not yet documented
            [Id <String>]: Not yet documented
          [State <String>]: complianceStatus
          [UserEmail <String>]: UserEmail
          [UserId <String>]: UserId
          [UserName <String>]: UserName
          [UserPrincipalName <String>]: UserPrincipalName.
        [State <String>]: complianceStatus
        [Version <Int32?>]: The version of the policy
      [DeviceConfigurationStates <IMicrosoftGraphDeviceConfigurationState[]>]: Device configuration states for this device.
        [Id <String>]: Read-only.
        [DisplayName <String>]: The name of the policy for this policyBase
        [PlatformType <String>]:
        [SettingCount <Int32?>]: Count of how many setting a policy holds
        [SettingStates <IMicrosoftGraphDeviceConfigurationSettingState[]>]:
          [CurrentValue <String>]: Current value of setting on device
          [ErrorCode <Int64?>]: Error code for the setting
          [ErrorDescription <String>]: Error description
          [InstanceDisplayName <String>]: Name of setting instance that is being reported.
          [Setting <String>]: The setting that is being reported
          [SettingName <String>]: Localized/user friendly setting name that is being reported
          [Sources <IMicrosoftGraphSettingSource[]>]: Contributing policies
          [State <String>]: complianceStatus
          [UserEmail <String>]: UserEmail
          [UserId <String>]: UserId
          [UserName <String>]: UserName
          [UserPrincipalName <String>]: UserPrincipalName.
        [State <String>]: complianceStatus
        [Version <Int32?>]: The version of the policy
      [DeviceEnrollmentType <String>]:
      [DeviceHealthAttestationState <IMicrosoftGraphDeviceHealthAttestationState>]: deviceHealthAttestationState
        [(Any) <Object>]: This indicates any property can be added to this object.
        [AttestationIdentityKey <String>]: TWhen an Attestation Identity Key (AIK) is present on a device, it indicates that the device has an endorsement key (EK) certificate.
        [BitLockerStatus <String>]: On or Off of BitLocker Drive Encryption
        [BootAppSecurityVersion <String>]: The security version number of the Boot Application
        [BootDebugging <String>]: When bootDebugging is enabled, the device is used in development and testing
        [BootManagerSecurityVersion <String>]: The security version number of the Boot Application
        [BootManagerVersion <String>]: The version of the Boot Manager
        [BootRevisionListInfo <String>]: The Boot Revision List that was loaded during initial boot on the attested device
        [CodeIntegrity <String>]: When code integrity is enabled, code execution is restricted to integrity verified code
        [CodeIntegrityCheckVersion <String>]: The version of the Boot Manager
        [CodeIntegrityPolicy <String>]: The Code Integrity policy that is controlling the security of the boot environment
        [ContentNamespaceUrl <String>]: The DHA report version. (Namespace version)
        [ContentVersion <String>]: The HealthAttestation state schema version
        [DataExcutionPolicy <String>]: DEP Policy defines a set of hardware and software technologies that perform additional checks on memory
        [DeviceHealthAttestationStatus <String>]: The DHA report version. (Namespace version)
        [EarlyLaunchAntiMalwareDriverProtection <String>]: ELAM provides protection for the computers in your network when they start up
        [HealthAttestationSupportedStatus <String>]: This attribute indicates if DHA is supported for the device
        [HealthStatusMismatchInfo <String>]: This attribute appears if DHA-Service detects an integrity issue
        [IssuedDateTime <DateTime?>]: The DateTime when device was evaluated or issued to MDM
        [LastUpdateDateTime <String>]: The Timestamp of the last update.
        [OperatingSystemKernelDebugging <String>]: When operatingSystemKernelDebugging is enabled, the device is used in development and testing
        [OperatingSystemRevListInfo <String>]: The Operating System Revision List that was loaded during initial boot on the attested device
        [Pcr0 <String>]: The measurement that is captured in PCR[0]
        [PcrHashAlgorithm <String>]: Informational attribute that identifies the HASH algorithm that was used by TPM
        [ResetCount <Int64?>]: The number of times a PC device has hibernated or resumed
        [RestartCount <Int64?>]: The number of times a PC device has rebooted
        [SafeMode <String>]: Safe mode is a troubleshooting option for Windows that starts your computer in a limited state
        [SecureBoot <String>]: When Secure Boot is enabled, the core components must have the correct cryptographic signatures
        [SecureBootConfigurationPolicyFingerPrint <String>]: Fingerprint of the Custom Secure Boot Configuration Policy
        [TestSigning <String>]: When test signing is allowed, the device does not enforce signature validation during boot
        [TpmVersion <String>]: The security version number of the Boot Application
        [VirtualSecureMode <String>]: VSM is a container that protects high value assets from a compromised kernel
        [WindowsPe <String>]: Operating system running with limited services that is used to prepare a computer for Windows
      [DeviceName <String>]: Name of the device
      [DeviceRegistrationState <String>]: deviceRegistrationState
      [EasActivated <Boolean?>]: Whether the device is Exchange ActiveSync activated.
      [EasActivationDateTime <DateTime?>]: Exchange ActivationSync activation time of the device.
      [EasDeviceId <String>]: Exchange ActiveSync Id of the device.
      [EmailAddress <String>]: Email(s) for the user associated with the device
      [EnrolledDateTime <DateTime?>]: Enrollment time of the device.
      [ExchangeAccessState <String>]: deviceManagementExchangeAccessState
      [ExchangeAccessStateReason <String>]: deviceManagementExchangeAccessStateReason
      [ExchangeLastSuccessfulSyncDateTime <DateTime?>]: Last time the device contacted Exchange.
      [FreeStorageSpaceInBytes <Int64?>]: Free Storage in Bytes
      [Imei <String>]: IMEI
      [IsEncrypted <Boolean?>]: Device encryption status
      [IsSupervised <Boolean?>]: Device supervised status
      [JailBroken <String>]: whether the device is jail broken or rooted.
      [LastSyncDateTime <DateTime?>]: The date and time that the device last completed a successful sync with Intune.
      [ManagedDeviceName <String>]: Automatically generated name to identify a device. Can be overwritten to a user friendly name.
      [ManagedDeviceOwnerType <String>]: managedDeviceOwnerType
      [ManagementAgent <String>]:
      [Manufacturer <String>]: Manufacturer of the device
      [Meid <String>]: MEID
      [Model <String>]: Model of the device
      [OSVersion <String>]: Operating system version of the device.
      [OperatingSystem <String>]: Operating system of the device. Windows, iOS, etc.
      [PartnerReportedThreatState <String>]: managedDevicePartnerReportedHealthState
      [PhoneNumber <String>]: Phone number of the device
      [RemoteAssistanceSessionErrorDetails <String>]: An error string that identifies issues when creating Remote Assistance session objects.
      [RemoteAssistanceSessionUrl <String>]: Url that allows a Remote Assistance session to be established with the device.
      [SerialNumber <String>]: SerialNumber
      [SubscriberCarrier <String>]: Subscriber Carrier
      [TotalStorageSpaceInBytes <Int64?>]: Total Storage in Bytes
      [UserDisplayName <String>]: User display name
      [UserId <String>]: Unique Identifier for the user associated with the device
      [UserPrincipalName <String>]: Device user principal name
      [WiFiMacAddress <String>]: Wi-Fi MAC
    [Manager <IMicrosoftGraphDirectoryObject>]: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types.
    [MemberOf <IMicrosoftGraphDirectoryObject[]>]: The groups and directory roles that the user is a member of. Read-only. Nullable.
    [Messages <IMicrosoftGraphMessage[]>]: The messages in a mailbox or folder. Read-only. Nullable.
    [MobilePhone <String>]: The primary cellular telephone number for the user.
    [MySite <String>]: The URL for the user's personal site.
    [Oauth2PermissionGrants <IMicrosoftGraphOAuth2PermissionGrant[]>]:
      [Id <String>]: Read-only.
      [ClientId <String>]: The id of the client service principal for the application which is authorized to act on behalf of a signed-in user when accessing an API. Required. Supports $filter (eq only).
      [ConsentType <String>]: Indicates if authorization is granted for the client application to impersonate all users or only a specific user. AllPrincipals indicates authorization to impersonate all users. Principal indicates authorization to impersonate a specific user. Consent on behalf of all users can be granted by an administrator. Non-admin users may be authorized to consent on behalf of themselves in some cases, for some delegated permissions. Required. Supports $filter (eq only).
      [PrincipalId <String>]: The id of the user on behalf of whom the client is authorized to access the resource, when consentType is Principal. If consentType is AllPrincipals this value is null. Required when consentType is Principal.
      [ResourceId <String>]: The id of the resource service principal to which access is authorized. This identifies the API which the client is authorized to attempt to call on behalf of a signed-in user.
      [Scope <String>]: A space-separated list of the claim values for delegated permissions which should be included in access tokens for the resource application (the API). For example, openid User.Read GroupMember.Read.All. Each claim value should match the value field of one of the delegated permissions defined by the API, listed in the publishedPermissionScopes property of the resource service principal.
    [OfficeLocation <String>]: The office location in the user's place of business.
    [OnPremisesDistinguishedName <String>]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only.
    [OnPremisesDomainName <String>]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only.
    [OnPremisesExtensionAttributes <IMicrosoftGraphOnPremisesExtensionAttributes>]: onPremisesExtensionAttributes
      [(Any) <Object>]: This indicates any property can be added to this object.
      [ExtensionAttribute1 <String>]: First customizable extension attribute.
      [ExtensionAttribute10 <String>]: Tenth customizable extension attribute.
      [ExtensionAttribute11 <String>]: Eleventh customizable extension attribute.
      [ExtensionAttribute12 <String>]: Twelfth customizable extension attribute.
      [ExtensionAttribute13 <String>]: Thirteenth customizable extension attribute.
      [ExtensionAttribute14 <String>]: Fourteenth customizable extension attribute.
      [ExtensionAttribute15 <String>]: Fifteenth customizable extension attribute.
      [ExtensionAttribute2 <String>]: Second customizable extension attribute.
      [ExtensionAttribute3 <String>]: Third customizable extension attribute.
      [ExtensionAttribute4 <String>]: Fourth customizable extension attribute.
      [ExtensionAttribute5 <String>]: Fifth customizable extension attribute.
      [ExtensionAttribute6 <String>]: Sixth customizable extension attribute.
      [ExtensionAttribute7 <String>]: Seventh customizable extension attribute.
      [ExtensionAttribute8 <String>]: Eighth customizable extension attribute.
      [ExtensionAttribute9 <String>]: Ninth customizable extension attribute.
    [OnPremisesImmutableId <String>]: This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user’s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Supports $filter.
    [OnPremisesLastSyncDateTime <DateTime?>]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
    [OnPremisesProvisioningErrors <IMicrosoftGraphOnPremisesProvisioningError[]>]: Errors when using Microsoft synchronization product during provisioning.
    [OnPremisesSamAccountName <String>]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only.
    [OnPremisesSecurityIdentifier <String>]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only.
    [OnPremisesSyncEnabled <Boolean?>]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only
    [OnPremisesUserPrincipalName <String>]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only.
    [Onenote <IMicrosoftGraphOnenote>]: onenote
    [OnlineMeetings <IMicrosoftGraphOnlineMeeting[]>]:
      [Id <String>]: Read-only.
      [AudioConferencing <IMicrosoftGraphAudioConferencing>]: audioConferencing
        [(Any) <Object>]: This indicates any property can be added to this object.
        [ConferenceId <String>]:
        [DialinUrl <String>]: A URL to the externally-accessible web page that contains dial-in information.
        [TollFreeNumber <String>]: The toll-free number that connects to the Audio Conference Provider.
        [TollNumber <String>]: The toll number that connects to the Audio Conference Provider.
      [ChatInfo <IMicrosoftGraphChatInfo>]: chatInfo
        [(Any) <Object>]: This indicates any property can be added to this object.
        [MessageId <String>]: The unique identifier of a message in a Microsoft Teams channel.
        [ReplyChainMessageId <String>]: The ID of the reply message.
        [ThreadId <String>]: The unique identifier for a thread in Microsoft Teams.
      [CreationDateTime <DateTime?>]: The meeting creation time in UTC. Read-only.
      [EndDateTime <DateTime?>]: The meeting end time in UTC.
      [ExternalId <String>]:
      [JoinInformation <IMicrosoftGraphItemBody>]: itemBody
      [JoinWebUrl <String>]: The join URL of the online meeting. Read-only.
      [Participants <IMicrosoftGraphMeetingParticipants>]: meetingParticipants
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Attendees <IMicrosoftGraphMeetingParticipantInfo[]>]:
          [Identity <IMicrosoftGraphIdentitySet>]: identitySet
          [Upn <String>]: User principal name of the participant.
        [Organizer <IMicrosoftGraphMeetingParticipantInfo>]: meetingParticipantInfo
      [StartDateTime <DateTime?>]: The meeting start time in UTC.
      [Subject <String>]: The subject of the online meeting.
      [VideoTeleconferenceId <String>]: The video teleconferencing ID. Read-only.
    [OtherMails <String[]>]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Supports $filter.
    [Outlook <IMicrosoftGraphOutlookUser>]: outlookUser
      [(Any) <Object>]: This indicates any property can be added to this object.
      [Id <String>]: Read-only.
      [MasterCategories <IMicrosoftGraphOutlookCategory[]>]: A list of categories defined for the user.
        [Id <String>]: Read-only.
        [Color <String>]: categoryColor
        [DisplayName <String>]: A unique name that identifies a category in the user's mailbox. After a category is created, the name cannot be changed. Read-only.
    [OwnedDevices <IMicrosoftGraphDirectoryObject[]>]: Devices that are owned by the user. Read-only. Nullable.
    [OwnedObjects <IMicrosoftGraphDirectoryObject[]>]: Directory objects that are owned by the user. Read-only. Nullable.
    [PasswordPolicies <String>]: Specifies password policies for the user. This value is an enumeration with one possible value being 'DisableStrongPassword', which allows weaker passwords than the default policy to be specified. 'DisablePasswordExpiration' can also be specified. The two may be specified together; for example: 'DisablePasswordExpiration, DisableStrongPassword'.
    [PasswordProfile <IMicrosoftGraphPasswordProfile>]: passwordProfile
      [(Any) <Object>]: This indicates any property can be added to this object.
      [ForceChangePasswordNextSignIn <Boolean?>]: true if the user must change her password on the next login; otherwise false.
      [ForceChangePasswordNextSignInWithMfa <Boolean?>]: If true, at next sign-in, the user must perform a multi-factor authentication (MFA) before being forced to change their password. The behavior is identical to forceChangePasswordNextSignIn except that the user is required to first perform a multi-factor authentication before password change. After a password change, this property will be automatically reset to false. If not set, default is false.
      [Password <String>]: The password for the user. This property is required when a user is created. It can be updated, but the user will be required to change the password on the next login. The password must satisfy minimum requirements as specified by the user’s passwordPolicies property. By default, a strong password is required.
    [PastProjects <String[]>]: A list for the user to enumerate their past projects.
    [People <IMicrosoftGraphPerson[]>]: People that are relevant to the user. Read-only. Nullable.
      [Id <String>]: Read-only.
      [Birthday <String>]: The person's birthday.
      [CompanyName <String>]: The name of the person's company.
      [Department <String>]: The person's department.
      [DisplayName <String>]: The person's display name.
      [GivenName <String>]: The person's given name.
      [ImAddress <String>]: The instant message voice over IP (VOIP) session initiation protocol (SIP) address for the user. Read-only.
      [IsFavorite <Boolean?>]: true if the user has flagged this person as a favorite.
      [JobTitle <String>]: The person's job title.
      [OfficeLocation <String>]: The location of the person's office.
      [PersonNotes <String>]: Free-form notes that the user has taken about this person.
      [PersonType <IMicrosoftGraphPersonType>]: personType
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Class <String>]: The type of data source, such as Person.
        [Subclass <String>]: The secondary type of data source, such as OrganizationUser.
      [Phones <IMicrosoftGraphPhone[]>]: The person's phone numbers.
      [PostalAddresses <IMicrosoftGraphLocation[]>]: The person's addresses.
      [Profession <String>]: The person's profession.
      [ScoredEmailAddresses <IMicrosoftGraphScoredEmailAddress[]>]: The person's email addresses.
        [Address <String>]: The email address.
        [ItemId <String>]:
        [RelevanceScore <Double?>]: The relevance score of the email address. A relevance score is used as a sort key, in relation to the other returned results. A higher relevance score value corresponds to a more relevant result. Relevance is determined by the user’s communication and collaboration patterns and business relationships.
        [SelectionLikelihood <String>]: selectionLikelihoodInfo
      [Surname <String>]: The person's surname.
      [UserPrincipalName <String>]: The user principal name (UPN) of the person. The UPN is an Internet-style login name for the person based on the Internet standard RFC 822. By convention, this should map to the person's email name. The general format is alias@domain.
      [Websites <IMicrosoftGraphWebsite[]>]: The person's websites.
        [Address <String>]: The URL of the website.
        [DisplayName <String>]: The display name of the web site.
        [Type <String>]: websiteType
      [YomiCompany <String>]: The phonetic Japanese name of the person's company.
    [Photo <IMicrosoftGraphProfilePhoto>]: profilePhoto
    [Photos <IMicrosoftGraphProfilePhoto[]>]:
    [Planner <IMicrosoftGraphPlannerUser>]: plannerUser
      [(Any) <Object>]: This indicates any property can be added to this object.
      [Id <String>]: Read-only.
      [Plans <IMicrosoftGraphPlannerPlan[]>]: Read-only. Nullable. Returns the plannerTasks assigned to the user.
      [Tasks <IMicrosoftGraphPlannerTask[]>]: Read-only. Nullable. Returns the plannerPlans shared with the user.
    [PostalCode <String>]: The postal code for the user's postal address. The postal code is specific to the user's country/region. In the United States of America, this attribute contains the ZIP code.
    [PreferredLanguage <String>]: The preferred language for the user. Should follow ISO 639-1 Code; for example 'en-US'.
    [PreferredName <String>]: The preferred name for the user.
    [ProvisionedPlans <IMicrosoftGraphProvisionedPlan[]>]: The plans that are provisioned for the user. Read-only. Not nullable.
      [CapabilityStatus <String>]: For example, 'Enabled'.
      [ProvisioningStatus <String>]: For example, 'Success'.
      [Service <String>]: The name of the service; for example, 'AccessControlS2S'
    [ProxyAddresses <String[]>]: For example: ['SMTP: bob@contoso.com', 'smtp: bob@sales.contoso.com'] The any operator is required for filter expressions on multi-valued properties. Read-only, Not nullable. Supports $filter.
    [RegisteredDevices <IMicrosoftGraphDirectoryObject[]>]: Devices that are registered for the user. Read-only. Nullable.
    [Responsibilities <String[]>]: A list for the user to enumerate their responsibilities.
    [Schools <String[]>]: A list for the user to enumerate the schools they have attended.
    [Settings <IMicrosoftGraphUserSettings>]: userSettings
      [(Any) <Object>]: This indicates any property can be added to this object.
      [Id <String>]: Read-only.
      [ContributionToContentDiscoveryAsOrganizationDisabled <Boolean?>]:
      [ContributionToContentDiscoveryDisabled <Boolean?>]:
      [ShiftPreferences <IMicrosoftGraphShiftPreferences>]: shiftPreferences
        [(Any) <Object>]: This indicates any property can be added to this object.
        [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [Id <String>]: Read-only.
        [Availability <IMicrosoftGraphShiftAvailability[]>]: Availability of the user to be scheduled for work and its recurrence pattern.
          [Recurrence <IMicrosoftGraphPatternedRecurrence>]: patternedRecurrence
          [TimeSlots <IMicrosoftGraphTimeRange[]>]: The time slot(s) preferred by the user.
            [EndTime <String>]: End time for the time range.
            [StartTime <String>]: Start time for the time range.
          [TimeZone <String>]: Specifies the time zone for the indicated time.
    [ShowInAddressList <Boolean?>]: true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false.
    [SignInSessionsValidFromDateTime <DateTime?>]: Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use revokeSignInSessions to reset.
    [Skills <String[]>]: A list for the user to enumerate their skills.
    [State <String>]: The state or province in the user's address. Supports $filter.
    [StreetAddress <String>]: The street address of the user's place of business.
    [Surname <String>]: The user's surname (family name or last name). Supports $filter.
    [TransitiveMemberOf <IMicrosoftGraphDirectoryObject[]>]:
    [UsageLocation <String>]: A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: 'US', 'JP', and 'GB'. Not nullable. Supports $filter.
    [UserPrincipalName <String>]: The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant’s collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization. Supports $filter and $orderby.
    [UserType <String>]: A string value that can be used to classify user types in your directory, such as 'Member' and 'Guest'. Supports $filter.
  [InvitedUserDisplayName <String>]: The display name of the user being invited.
  [InvitedUserEmailAddress <String>]: The email address of the user being invited. Required. The following special characters are not permitted in the email address:Tilde (~)Exclamation point (!)Number sign (#)Dollar sign ($)Percent (%)Circumflex (^)Ampersand (&)Asterisk (*)Parentheses (( ))Plus sign (+)Equal sign (=)Brackets ([ ])Braces ({ })Backslash (/)Slash mark (/)Pipe (/|)Semicolon (;)Colon (:)Quotation marks (')Angle brackets (< >)Question mark (?)Comma (,)However, the following exceptions apply:A period (.) or a hyphen (-) is permitted anywhere in the user name, except at the beginning or end of the name.An underscore (_) is permitted anywhere in the user name. This includes at the beginning or end of the name.
  [InvitedUserMessageInfo <IMicrosoftGraphInvitedUserMessageInfo>]: invitedUserMessageInfo
    [(Any) <Object>]: This indicates any property can be added to this object.
    [CcRecipients <IMicrosoftGraphRecipient[]>]: Additional recipients the invitation message should be sent to. Currently only 1 additional recipient is supported.
    [CustomizedMessageBody <String>]: Customized message body you want to send if you don't want the default message.
    [MessageLanguage <String>]: The language you want to send the default message in. If the customizedMessageBody is specified, this property is ignored, and the message is sent using the customizedMessageBody. The language format should be in ISO 639. The default is en-US.
  [InvitedUserType <String>]: The userType of the user being invited. By default, this is Guest. You can invite as Member if you are a company administrator.
  [SendInvitationMessage <Boolean?>]: Indicates whether an email should be sent to the user being invited or not. The default is false.
  [Status <String>]: The status of the invitation. Possible values: PendingAcceptance, Completed, InProgress, and Error
 
INPUTOBJECT <IIdentityInvitationsIdentity>: Identity Parameter
  [InvitationId <String>]: key: id of invitation
 
INVITEDUSER <IMicrosoftGraphUser>: Represents an Azure Active Directory user object.
  [(Any) <Object>]: This indicates any property can be added to this object.
  [DeletedDateTime <DateTime?>]:
  [Id <String>]: Read-only.
  [AboutMe <String>]: A freeform text entry field for the user to describe themselves.
  [AccountEnabled <Boolean?>]: true if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.
  [Activities <IMicrosoftGraphUserActivity[]>]: The user's activities across devices. Read-only. Nullable.
    [Id <String>]: Read-only.
    [ActivationUrl <String>]: Required. URL used to launch the activity in the best native experience represented by the appId. Might launch a web-based app if no native app exists.
    [ActivitySourceHost <String>]: Required. URL for the domain representing the cross-platform identity mapping for the app. Mapping is stored either as a JSON file hosted on the domain or configurable via Windows Dev Center. The JSON file is named cross-platform-app-identifiers and is hosted at root of your HTTPS domain, either at the top level domain or include a sub domain. For example: https://contoso.com or https://myapp.contoso.com but NOT https://myapp.contoso.com/somepath. You must have a unique file and domain (or sub domain) per cross-platform app identity. For example, a separate file and domain is needed for Word vs. PowerPoint.
    [AppActivityId <String>]: Required. The unique activity ID in the context of the app - supplied by caller and immutable thereafter.
    [AppDisplayName <String>]: Optional. Short text description of the app used to generate the activity for use in cases when the app is not installed on the user’s local device.
    [ContentInfo <IMicrosoftGraphJson>]: Json
      [(Any) <Object>]: This indicates any property can be added to this object.
    [ContentUrl <String>]: Optional. Used in the event the content can be rendered outside of a native or web-based app experience (for example, a pointer to an item in an RSS feed).
    [CreatedDateTime <DateTime?>]: Set by the server. DateTime in UTC when the object was created on the server.
    [ExpirationDateTime <DateTime?>]: Set by the server. DateTime in UTC when the object expired on the server.
    [FallbackUrl <String>]: Optional. URL used to launch the activity in a web-based app, if available.
    [HistoryItems <IMicrosoftGraphActivityHistoryItem[]>]: Optional. NavigationProperty/Containment; navigation property to the activity's historyItems.
      [Id <String>]: Read-only.
      [ActiveDurationSeconds <Int32?>]: Optional. The duration of active user engagement. if not supplied, this is calculated from the startedDateTime and lastActiveDateTime.
      [Activity <IMicrosoftGraphUserActivity>]: userActivity
      [CreatedDateTime <DateTime?>]: Set by the server. DateTime in UTC when the object was created on the server.
      [ExpirationDateTime <DateTime?>]: Optional. UTC DateTime when the historyItem will undergo hard-delete. Can be set by the client.
      [LastActiveDateTime <DateTime?>]: Optional. UTC DateTime when the historyItem (activity session) was last understood as active or finished - if null, historyItem status should be Ongoing.
      [LastModifiedDateTime <DateTime?>]: Set by the server. DateTime in UTC when the object was modified on the server.
      [StartedDateTime <DateTime?>]: Required. UTC DateTime when the historyItem (activity session) was started. Required for timeline history.
      [Status <String>]: status
      [UserTimezone <String>]: Optional. The timezone in which the user's device used to generate the activity was located at activity creation time. Values supplied as Olson IDs in order to support cross-platform representation.
    [LastModifiedDateTime <DateTime?>]: Set by the server. DateTime in UTC when the object was modified on the server.
    [Status <String>]: status
    [UserTimezone <String>]: Optional. The timezone in which the user's device used to generate the activity was located at activity creation time; values supplied as Olson IDs in order to support cross-platform representation.
    [VisualElements <IMicrosoftGraphVisualInfo>]: visualInfo
      [(Any) <Object>]: This indicates any property can be added to this object.
      [Attribution <IMicrosoftGraphImageInfo>]: imageInfo
        [(Any) <Object>]: This indicates any property can be added to this object.
        [AddImageQuery <Boolean?>]: Optional; parameter used to indicate the server is able to render image dynamically in response to parameterization. For example – a high contrast image
        [AlternateText <String>]: Optional; alt-text accessible content for the image
        [AlternativeText <String>]:
        [IconUrl <String>]: Optional; URI that points to an icon which represents the application used to generate the activity
      [BackgroundColor <String>]: Optional. Background color used to render the activity in the UI - brand color for the application source of the activity. Must be a valid hex color
      [Content <IMicrosoftGraphJson>]: Json
      [Description <String>]: Optional. Longer text description of the user's unique activity (example: document name, first sentence, and/or metadata)
      [DisplayText <String>]: Required. Short text description of the user's unique activity (for example, document name in cases where an activity refers to document creation)
  [AgeGroup <String>]: Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information.
  [AppRoleAssignments <IMicrosoftGraphAppRoleAssignment[]>]:
    [DeletedDateTime <DateTime?>]:
    [Id <String>]: Read-only.
    [AppRoleId <String>]: The identifier (id) for the app role which is assigned to the principal. This app role must be exposed in the appRoles property on the resource application's service principal (resourceId). If the resource application has not declared any app roles, a default app role ID of 00000000-0000-0000-0000-000000000000 can be specified to signal that the principal is assigned to the resource app without any specific app roles. Required on create. Does not support $filter.
    [CreatedDateTime <DateTime?>]:
    [PrincipalDisplayName <String>]: The display name of the user, group, or service principal that was granted the app role assignment. Read-only. Supports $filter (eq and startswith).
    [PrincipalId <String>]: The unique identifier (id) for the user, group or service principal being granted the app role. Required on create. Does not support $filter.
    [PrincipalType <String>]: The type of the assigned principal. This can either be 'User', 'Group' or 'ServicePrincipal'. Read-only. Does not support $filter.
    [ResourceDisplayName <String>]: The display name of the resource app's service principal to which the assignment is made. Does not support $filter.
    [ResourceId <String>]: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only).
  [AssignedLicenses <IMicrosoftGraphAssignedLicense[]>]: The licenses that are assigned to the user. Not nullable.
    [DisabledPlans <String[]>]: A collection of the unique identifiers for plans that have been disabled.
    [SkuId <String>]: The unique identifier for the SKU.
  [AssignedPlans <IMicrosoftGraphAssignedPlan[]>]: The plans that are assigned to the user. Read-only. Not nullable.
    [AssignedDateTime <DateTime?>]: The date and time at which the plan was assigned; for example: 2013-01-02T19:32:30Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
    [CapabilityStatus <String>]: For example, 'Enabled'.
    [Service <String>]: The name of the service; for example, 'Exchange'.
    [ServicePlanId <String>]: A GUID that identifies the service plan.
  [Birthday <DateTime?>]: The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
  [BusinessPhones <String[]>]: The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property.
  [Calendar <IMicrosoftGraphCalendar>]: calendar
    [(Any) <Object>]: This indicates any property can be added to this object.
    [Id <String>]: Read-only.
    [AllowedOnlineMeetingProviders <String[]>]: Represent the online meeting service providers that can be used to create online meetings in this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.
    [CalendarPermissions <IMicrosoftGraphCalendarPermission[]>]: The permissions of the users with whom the calendar is shared.
      [Id <String>]: Read-only.
      [AllowedRoles <String[]>]: List of allowed sharing or delegating permission levels for the calendar. Possible values are: none, freeBusyRead, limitedRead, read, write, delegateWithoutPrivateEventAccess, delegateWithPrivateEventAccess, custom.
      [EmailAddress <IMicrosoftGraphEmailAddress>]: emailAddress
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Address <String>]: The email address of the person or entity.
        [Name <String>]: The display name of the person or entity.
      [IsInsideOrganization <Boolean?>]: True if the user in context (sharee or delegate) is inside the same organization as the calendar owner.
      [IsRemovable <Boolean?>]: True if the user can be removed from the list of sharees or delegates for the specified calendar, false otherwise. The 'My organization' user determines the permissions other people within your organization have to the given calendar. You cannot remove 'My organization' as a sharee to a calendar.
      [Role <String>]: calendarRoleType
    [CalendarView <IMicrosoftGraphEvent[]>]: The calendar view for the calendar. Navigation property. Read-only.
      [Categories <String[]>]: The categories associated with the item
      [ChangeKey <String>]: Identifies the version of the item. Every time the item is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.
      [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
      [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
      [Id <String>]: Read-only.
      [AllowNewTimeProposals <Boolean?>]: True if the meeting organizer allows invitees to propose a new time when responding, false otherwise. Optional. Default is true.
      [Attachments <IMicrosoftGraphAttachment[]>]: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable.
        [Id <String>]: Read-only.
        [ContentType <String>]: The MIME type.
        [IsInline <Boolean?>]: true if the attachment is an inline attachment; otherwise, false.
        [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [Name <String>]: The attachment's file name.
        [Size <Int32?>]: The length of the attachment in bytes.
      [Attendees <IMicrosoftGraphAttendee[]>]: The collection of attendees for the event.
        [Type <String>]: attendeeType
        [EmailAddress <IMicrosoftGraphEmailAddress>]: emailAddress
        [ProposedNewTime <IMicrosoftGraphTimeSlot>]: timeSlot
          [(Any) <Object>]: This indicates any property can be added to this object.
          [End <IMicrosoftGraphDateTimeZone>]: dateTimeTimeZone
            [(Any) <Object>]: This indicates any property can be added to this object.
            [DateTime <String>]: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).
            [TimeZone <String>]: Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.
          [Start <IMicrosoftGraphDateTimeZone>]: dateTimeTimeZone
        [Status <IMicrosoftGraphResponseStatus>]: responseStatus
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Response <String>]: responseType
          [Time <DateTime?>]: The date and time that the response was returned. It uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
      [Body <IMicrosoftGraphItemBody>]: itemBody
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Content <String>]: The content of the item.
        [ContentType <String>]: bodyType
      [BodyPreview <String>]: The preview of the message associated with the event. It is in text format.
      [Calendar <IMicrosoftGraphCalendar>]: calendar
      [End <IMicrosoftGraphDateTimeZone>]: dateTimeTimeZone
      [Extensions <IMicrosoftGraphExtension[]>]: The collection of open extensions defined for the event. Read-only. Nullable.
        [Id <String>]: Read-only.
      [HasAttachments <Boolean?>]: Set to true if the event has attachments.
      [ICalUId <String>]: A unique identifier that is shared by all instances of an event across different calendars. Read-only.
      [Importance <String>]: importance
      [Instances <IMicrosoftGraphEvent[]>]: The instances of the event. Navigation property. Read-only. Nullable.
      [IsAllDay <Boolean?>]: Set to true if the event lasts all day.
      [IsCancelled <Boolean?>]: Set to true if the event has been canceled.
      [IsOnlineMeeting <Boolean?>]: True if this event has online meeting information, false otherwise. Default is false. Optional.
      [IsOrganizer <Boolean?>]: Set to true if the calendar owner (specified by the owner property of the calendar) is the organizer of the event (specified by the organizer property of the event). This also applies if a delegate organized the event on behalf of the owner.
      [IsReminderOn <Boolean?>]: Set to true if an alert is set to remind the user of the event.
      [Location <IMicrosoftGraphLocation>]: location
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Address <IMicrosoftGraphPhysicalAddress>]: physicalAddress
          [(Any) <Object>]: This indicates any property can be added to this object.
          [City <String>]: The city.
          [CountryOrRegion <String>]: The country or region. It's a free-format string value, for example, 'United States'.
          [PostalCode <String>]: The postal code.
          [State <String>]: The state.
          [Street <String>]: The street.
        [Coordinates <IMicrosoftGraphOutlookGeoCoordinates>]: outlookGeoCoordinates
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Accuracy <Double?>]: The accuracy of the latitude and longitude. As an example, the accuracy can be measured in meters, such as the latitude and longitude are accurate to within 50 meters.
          [Altitude <Double?>]: The altitude of the location.
          [AltitudeAccuracy <Double?>]: The accuracy of the altitude.
          [Latitude <Double?>]: The latitude of the location.
          [Longitude <Double?>]: The longitude of the location.
        [DisplayName <String>]: The name associated with the location.
        [LocationEmailAddress <String>]: Optional email address of the location.
        [LocationType <String>]: locationType
        [LocationUri <String>]: Optional URI representing the location.
        [UniqueId <String>]: For internal use only.
        [UniqueIdType <String>]: locationUniqueIdType
      [Locations <IMicrosoftGraphLocation[]>]: The locations where the event is held or attended from. The location and locations properties always correspond with each other. If you update the location property, any prior locations in the locations collection would be removed and replaced by the new location value.
      [MultiValueExtendedProperties <IMicrosoftGraphMultiValueLegacyExtendedProperty[]>]: The collection of multi-value extended properties defined for the event. Read-only. Nullable.
        [Id <String>]: Read-only.
        [Value <String[]>]: A collection of property values.
      [OnlineMeeting <IMicrosoftGraphOnlineMeetingInfo>]: onlineMeetingInfo
        [(Any) <Object>]: This indicates any property can be added to this object.
        [ConferenceId <String>]: The ID of the conference.
        [JoinUrl <String>]: The external link that launches the online meeting. This is a URL that clients will launch into a browser and will redirect the user to join the meeting.
        [Phones <IMicrosoftGraphPhone[]>]: All of the phone numbers associated with this conference.
          [Language <String>]:
          [Number <String>]: The phone number.
          [Region <String>]:
          [Type <String>]: phoneType
        [QuickDial <String>]: The pre-formatted quickdial for this call.
        [TollFreeNumbers <String[]>]: The toll free numbers that can be used to join the conference.
        [TollNumber <String>]: The toll number that can be used to join the conference.
      [OnlineMeetingProvider <String>]: onlineMeetingProviderType
      [OnlineMeetingUrl <String>]: A URL for an online meeting. The property is set only when an organizer specifies an event as an online meeting such as a Skype meeting. Read-only.
      [Organizer <IMicrosoftGraphRecipient>]: recipient
        [(Any) <Object>]: This indicates any property can be added to this object.
        [EmailAddress <IMicrosoftGraphEmailAddress>]: emailAddress
      [OriginalEndTimeZone <String>]: The end time zone that was set when the event was created. A value of tzone://Microsoft/Custom indicates that a legacy custom time zone was set in desktop Outlook.
      [OriginalStart <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
      [OriginalStartTimeZone <String>]: The start time zone that was set when the event was created. A value of tzone://Microsoft/Custom indicates that a legacy custom time zone was set in desktop Outlook.
      [Recurrence <IMicrosoftGraphPatternedRecurrence>]: patternedRecurrence
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Pattern <IMicrosoftGraphRecurrencePattern>]: recurrencePattern
          [(Any) <Object>]: This indicates any property can be added to this object.
          [DayOfMonth <Int32?>]: The day of the month on which the event occurs. Required if type is absoluteMonthly or absoluteYearly.
          [DaysOfWeek <String[]>]: A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.
          [FirstDayOfWeek <String>]: dayOfWeek
          [Index <String>]: weekIndex
          [Interval <Int32?>]: The number of units between occurrences, where units can be in days, weeks, months, or years, depending on the type. Required.
          [Month <Int32?>]: The month in which the event occurs. This is a number from 1 to 12.
          [Type <String>]: recurrencePatternType
        [Range <IMicrosoftGraphRecurrenceRange>]: recurrenceRange
          [(Any) <Object>]: This indicates any property can be added to this object.
          [EndDate <DateTime?>]: The date to stop applying the recurrence pattern. Depending on the recurrence pattern of the event, the last occurrence of the meeting may not be this date. Required if type is endDate.
          [NumberOfOccurrences <Int32?>]: The number of times to repeat the event. Required and must be positive if type is numbered.
          [RecurrenceTimeZone <String>]: Time zone for the startDate and endDate properties. Optional. If not specified, the time zone of the event is used.
          [StartDate <DateTime?>]: The date to start applying the recurrence pattern. The first occurrence of the meeting may be this date or later, depending on the recurrence pattern of the event. Must be the same value as the start property of the recurring event. Required.
          [Type <String>]: recurrenceRangeType
      [ReminderMinutesBeforeStart <Int32?>]: The number of minutes before the event start time that the reminder alert occurs.
      [ResponseRequested <Boolean?>]: Default is true, which represents the organizer would like an invitee to send a response to the event.
      [ResponseStatus <IMicrosoftGraphResponseStatus>]: responseStatus
      [Sensitivity <String>]: sensitivity
      [SeriesMasterId <String>]: The ID for the recurring series master item, if this event is part of a recurring series.
      [ShowAs <String>]: freeBusyStatus
      [SingleValueExtendedProperties <IMicrosoftGraphSingleValueLegacyExtendedProperty[]>]: The collection of single-value extended properties defined for the event. Read-only. Nullable.
        [Id <String>]: Read-only.
        [Value <String>]: A property value.
      [Start <IMicrosoftGraphDateTimeZone>]: dateTimeTimeZone
      [Subject <String>]: The text of the event's subject line.
      [Type <String>]: eventType
      [WebLink <String>]: The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can be accessed from within an iFrame.
    [CanEdit <Boolean?>]: True if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access.
    [CanShare <Boolean?>]: True if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it.
    [CanViewPrivateItems <Boolean?>]: True if the user can read calendar items that have been marked private, false otherwise.
    [ChangeKey <String>]: Identifies the version of the calendar object. Every time the calendar is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.
    [Color <String>]: calendarColor
    [DefaultOnlineMeetingProvider <String>]: onlineMeetingProviderType
    [Events <IMicrosoftGraphEvent[]>]: The events in the calendar. Navigation property. Read-only.
    [IsRemovable <Boolean?>]: Indicates whether this user calendar can be deleted from the user mailbox.
    [IsTallyingResponses <Boolean?>]: Indicates whether this user calendar supports tracking of meeting responses. Only meeting invites sent from users' primary calendars support tracking of meeting responses.
    [MultiValueExtendedProperties <IMicrosoftGraphMultiValueLegacyExtendedProperty[]>]: The collection of multi-value extended properties defined for the calendar. Read-only. Nullable.
    [Name <String>]: The calendar name.
    [Owner <IMicrosoftGraphEmailAddress>]: emailAddress
    [SingleValueExtendedProperties <IMicrosoftGraphSingleValueLegacyExtendedProperty[]>]: The collection of single-value extended properties defined for the calendar. Read-only. Nullable.
  [CalendarGroups <IMicrosoftGraphCalendarGroup[]>]: The user's calendar groups. Read-only. Nullable.
    [Id <String>]: Read-only.
    [Calendars <IMicrosoftGraphCalendar[]>]: The calendars in the calendar group. Navigation property. Read-only. Nullable.
    [ChangeKey <String>]: Identifies the version of the calendar group. Every time the calendar group is changed, ChangeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.
    [ClassId <String>]: The class identifier. Read-only.
    [Name <String>]: The group name.
  [CalendarView <IMicrosoftGraphEvent[]>]: The calendar view for the calendar. Read-only. Nullable.
  [Calendars <IMicrosoftGraphCalendar[]>]: The user's calendars. Read-only. Nullable.
  [City <String>]: The city in which the user is located. Supports $filter.
  [CompanyName <String>]: The company name which the user is associated. This property can be useful for describing the company that an external user comes from.
  [ConsentProvidedForMinor <String>]: Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information.
  [ContactFolders <IMicrosoftGraphContactFolder[]>]: The user's contacts folders. Read-only. Nullable.
    [Id <String>]: Read-only.
    [ChildFolders <IMicrosoftGraphContactFolder[]>]: The collection of child folders in the folder. Navigation property. Read-only. Nullable.
    [Contacts <IMicrosoftGraphContact[]>]: The contacts in the folder. Navigation property. Read-only. Nullable.
      [Categories <String[]>]: The categories associated with the item
      [ChangeKey <String>]: Identifies the version of the item. Every time the item is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.
      [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
      [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
      [Id <String>]: Read-only.
      [AssistantName <String>]: The name of the contact's assistant.
      [Birthday <DateTime?>]: The contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
      [BusinessAddress <IMicrosoftGraphPhysicalAddress>]: physicalAddress
      [BusinessHomePage <String>]: The business home page of the contact.
      [BusinessPhones <String[]>]: The contact's business phone numbers.
      [Children <String[]>]: The names of the contact's children.
      [CompanyName <String>]: The name of the contact's company.
      [Department <String>]: The contact's department.
      [DisplayName <String>]: The contact's display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.
      [EmailAddresses <IMicrosoftGraphEmailAddress[]>]: The contact's email addresses.
      [Extensions <IMicrosoftGraphExtension[]>]: The collection of open extensions defined for the contact. Read-only. Nullable.
      [FileAs <String>]: The name the contact is filed under.
      [Generation <String>]: The contact's generation.
      [GivenName <String>]: The contact's given name.
      [HomeAddress <IMicrosoftGraphPhysicalAddress>]: physicalAddress
      [HomePhones <String[]>]: The contact's home phone numbers.
      [ImAddresses <String[]>]: The contact's instant messaging (IM) addresses.
      [Initials <String>]: The contact's initials.
      [JobTitle <String>]: The contact’s job title.
      [Manager <String>]: The name of the contact's manager.
      [MiddleName <String>]: The contact's middle name.
      [MobilePhone <String>]: The contact's mobile phone number.
      [MultiValueExtendedProperties <IMicrosoftGraphMultiValueLegacyExtendedProperty[]>]: The collection of multi-value extended properties defined for the contact. Read-only. Nullable.
      [NickName <String>]: The contact's nickname.
      [OfficeLocation <String>]: The location of the contact's office.
      [OtherAddress <IMicrosoftGraphPhysicalAddress>]: physicalAddress
      [ParentFolderId <String>]: The ID of the contact's parent folder.
      [PersonalNotes <String>]: The user's notes about the contact.
      [Photo <IMicrosoftGraphProfilePhoto>]: profilePhoto
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Id <String>]: Read-only.
        [Height <Int32?>]: The height of the photo. Read-only.
        [Width <Int32?>]: The width of the photo. Read-only.
      [Profession <String>]: The contact's profession.
      [SingleValueExtendedProperties <IMicrosoftGraphSingleValueLegacyExtendedProperty[]>]: The collection of single-value extended properties defined for the contact. Read-only. Nullable.
      [SpouseName <String>]: The name of the contact's spouse/partner.
      [Surname <String>]: The contact's surname.
      [Title <String>]: The contact's title.
      [YomiCompanyName <String>]: The phonetic Japanese company name of the contact.
      [YomiGivenName <String>]: The phonetic Japanese given name (first name) of the contact.
      [YomiSurname <String>]: The phonetic Japanese surname (last name) of the contact.
    [DisplayName <String>]: The folder's display name.
    [MultiValueExtendedProperties <IMicrosoftGraphMultiValueLegacyExtendedProperty[]>]: The collection of multi-value extended properties defined for the contactFolder. Read-only. Nullable.
    [ParentFolderId <String>]: The ID of the folder's parent folder.
    [SingleValueExtendedProperties <IMicrosoftGraphSingleValueLegacyExtendedProperty[]>]: The collection of single-value extended properties defined for the contactFolder. Read-only. Nullable.
  [Contacts <IMicrosoftGraphContact[]>]: The user's contacts. Read-only. Nullable.
  [Country <String>]: The country/region in which the user is located; for example, 'US' or 'UK'. Supports $filter.
  [CreatedObjects <IMicrosoftGraphDirectoryObject[]>]: Directory objects that were created by the user. Read-only. Nullable.
    [Id <String>]: Read-only.
    [DeletedDateTime <DateTime?>]:
  [CreationType <String>]: Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Read-only.
  [Department <String>]: The name for the department in which the user works. Supports $filter.
  [DeviceEnrollmentLimit <Int32?>]: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000.
  [DeviceManagementTroubleshootingEvents <IMicrosoftGraphDeviceManagementTroubleshootingEvent[]>]: The list of troubleshooting events for this user.
    [Id <String>]: Read-only.
    [CorrelationId <String>]: Id used for tracing the failure in the service.
    [EventDateTime <DateTime?>]: Time when the event occurred .
  [DirectReports <IMicrosoftGraphDirectoryObject[]>]: The users and contacts that report to the user. (The users and contacts that have their manager property set to this user.) Read-only. Nullable.
  [DisplayName <String>]: The name displayed in the address book for the user. This is usually the combination of the user's first name, middle initial and last name. This property is required when a user is created and it cannot be cleared during updates. Supports $filter and $orderby.
  [Drive <IMicrosoftGraphDrive>]: drive
    [(Any) <Object>]: This indicates any property can be added to this object.
    [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
      [(Any) <Object>]: This indicates any property can be added to this object.
      [Application <IMicrosoftGraphIdentity>]: identity
        [(Any) <Object>]: This indicates any property can be added to this object.
        [DisplayName <String>]: The identity's display name. Note that this may not always be available or up to date. For example, if a user changes their display name, the API may show the new value in a future response, but the items associated with the user won't show up as having changed when using delta.
        [Id <String>]: Unique identifier for the identity.
      [Device <IMicrosoftGraphIdentity>]: identity
      [User <IMicrosoftGraphIdentity>]: identity
    [CreatedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
    [CreatedDateTime <DateTime?>]: Date and time of item creation. Read-only.
    [Description <String>]: Provides a user-visible description of the item. Optional.
    [ETag <String>]: ETag for the item. Read-only.
    [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
    [LastModifiedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
    [LastModifiedDateTime <DateTime?>]: Date and time the item was last modified. Read-only.
    [Name <String>]: The name of the item. Read-write.
    [ParentReference <IMicrosoftGraphItemReference>]: itemReference
      [(Any) <Object>]: This indicates any property can be added to this object.
      [DriveId <String>]: Unique identifier of the drive instance that contains the item. Read-only.
      [DriveType <String>]: Identifies the type of drive. See [drive][] resource for values.
      [Id <String>]: Unique identifier of the item in the drive. Read-only.
      [Name <String>]: The name of the item being referenced. Read-only.
      [Path <String>]: Path that can be used to navigate to the item. Read-only.
      [ShareId <String>]: A unique identifier for a shared resource that can be accessed via the [Shares][] API.
      [SharepointIds <IMicrosoftGraphSharepointIds>]: sharepointIds
        [(Any) <Object>]: This indicates any property can be added to this object.
        [ListId <String>]: The unique identifier (guid) for the item's list in SharePoint.
        [ListItemId <String>]: An integer identifier for the item within the containing list.
        [ListItemUniqueId <String>]: The unique identifier (guid) for the item within OneDrive for Business or a SharePoint site.
        [SiteId <String>]: The unique identifier (guid) for the item's site collection (SPSite).
        [SiteUrl <String>]: The SharePoint URL for the site that contains the item.
        [TenantId <String>]: The unique identifier (guid) for the tenancy.
        [WebId <String>]: The unique identifier (guid) for the item's site (SPWeb).
      [SiteId <String>]:
    [WebUrl <String>]: URL that displays the resource in the browser. Read-only.
    [Id <String>]: Read-only.
    [DriveType <String>]: Describes the type of drive represented by this resource. OneDrive personal drives will return personal. OneDrive for Business will return business. SharePoint document libraries will return documentLibrary. Read-only.
    [Following <IMicrosoftGraphDriveItem1[]>]: The list of items the user is following. Only in OneDrive for Business.
      [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
      [CreatedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
      [CreatedDateTime <DateTime?>]: Date and time of item creation. Read-only.
      [Description <String>]: Provides a user-visible description of the item. Optional.
      [ETag <String>]: ETag for the item. Read-only.
      [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
      [LastModifiedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
      [LastModifiedDateTime <DateTime?>]: Date and time the item was last modified. Read-only.
      [Name <String>]: The name of the item. Read-write.
      [ParentReference <IMicrosoftGraphItemReference>]: itemReference
      [WebUrl <String>]: URL that displays the resource in the browser. Read-only.
      [Id <String>]: Read-only.
      [Analytics <IMicrosoftGraphItemAnalytics>]: itemAnalytics
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Id <String>]: Read-only.
        [AllTime <IMicrosoftGraphItemActivityStat>]: itemActivityStat
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Id <String>]: Read-only.
          [Access <IMicrosoftGraphItemActionStat>]: itemActionStat
            [(Any) <Object>]: This indicates any property can be added to this object.
            [ActionCount <Int32?>]: The number of times the action took place. Read-only.
            [ActorCount <Int32?>]: The number of distinct actors that performed the action. Read-only.
          [Activities <IMicrosoftGraphItemActivity[]>]: Exposes the itemActivities represented in this itemActivityStat resource.
            [Id <String>]: Read-only.
            [Access <IMicrosoftGraphAccessAction>]: accessAction
              [(Any) <Object>]: This indicates any property can be added to this object.
            [ActivityDateTime <DateTime?>]: Details about when the activity took place. Read-only.
            [Actor <IMicrosoftGraphIdentitySet>]: identitySet
            [DriveItem <IMicrosoftGraphDriveItem1>]: driveItem
          [Create <IMicrosoftGraphItemActionStat>]: itemActionStat
          [Delete <IMicrosoftGraphItemActionStat>]: itemActionStat
          [Edit <IMicrosoftGraphItemActionStat>]: itemActionStat
          [EndDateTime <DateTime?>]: When the interval ends. Read-only.
          [IncompleteData <IMicrosoftGraphIncompleteData>]: incompleteData
            [(Any) <Object>]: This indicates any property can be added to this object.
            [MissingDataBeforeDateTime <DateTime?>]: The service does not have source data before the specified time.
            [WasThrottled <Boolean?>]: Some data was not recorded due to excessive activity.
          [IsTrending <Boolean?>]: Indicates whether the item is 'trending.' Read-only.
          [Move <IMicrosoftGraphItemActionStat>]: itemActionStat
          [StartDateTime <DateTime?>]: When the interval starts. Read-only.
        [ItemActivityStats <IMicrosoftGraphItemActivityStat[]>]:
        [LastSevenDays <IMicrosoftGraphItemActivityStat>]: itemActivityStat
      [Audio <IMicrosoftGraphAudio>]: audio
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Album <String>]: The title of the album for this audio file.
        [AlbumArtist <String>]: The artist named on the album for the audio file.
        [Artist <String>]: The performing artist for the audio file.
        [Bitrate <Int64?>]: Bitrate expressed in kbps.
        [Composers <String>]: The name of the composer of the audio file.
        [Copyright <String>]: Copyright information for the audio file.
        [Disc <Int32?>]: The number of the disc this audio file came from.
        [DiscCount <Int32?>]: The total number of discs in this album.
        [Duration <Int64?>]: Duration of the audio file, expressed in milliseconds
        [Genre <String>]: The genre of this audio file.
        [HasDrm <Boolean?>]: Indicates if the file is protected with digital rights management.
        [IsVariableBitrate <Boolean?>]: Indicates if the file is encoded with a variable bitrate.
        [Title <String>]: The title of the audio file.
        [Track <Int32?>]: The number of the track on the original disc for this audio file.
        [TrackCount <Int32?>]: The total number of tracks on the original disc for this audio file.
        [Year <Int32?>]: The year the audio file was recorded.
      [CTag <String>]: An eTag for the content of the item. This eTag is not changed if only the metadata is changed. Note This property is not returned if the item is a folder. Read-only.
      [Children <IMicrosoftGraphDriveItem1[]>]: Collection containing Item objects for the immediate children of Item. Only items representing folders have children. Read-only. Nullable.
      [Content <Byte[]>]: The content stream, if the item represents a file.
      [Deleted <IMicrosoftGraphDeleted>]: deleted
        [(Any) <Object>]: This indicates any property can be added to this object.
        [State <String>]: Represents the state of the deleted item.
      [File <IMicrosoftGraphFile>]: file
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Hashes <IMicrosoftGraphHashes>]: hashes
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Crc32Hash <String>]: The CRC32 value of the file in little endian (if available). Read-only.
          [QuickXorHash <String>]: A proprietary hash of the file that can be used to determine if the contents of the file have changed (if available). Read-only.
          [Sha1Hash <String>]: SHA1 hash for the contents of the file (if available). Read-only.
          [Sha256Hash <String>]: SHA256 hash for the contents of the file (if available). Read-only.
        [MimeType <String>]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only.
        [ProcessingMetadata <Boolean?>]:
      [FileSystemInfo <IMicrosoftGraphFileSystemInfo>]: fileSystemInfo
        [(Any) <Object>]: This indicates any property can be added to this object.
        [CreatedDateTime <DateTime?>]: The UTC date and time the file was created on a client.
        [LastAccessedDateTime <DateTime?>]: The UTC date and time the file was last accessed. Available for the recent file list only.
        [LastModifiedDateTime <DateTime?>]: The UTC date and time the file was last modified on a client.
      [Folder <IMicrosoftGraphFolder>]: folder
        [(Any) <Object>]: This indicates any property can be added to this object.
        [ChildCount <Int32?>]: Number of children contained immediately within this container.
        [View <IMicrosoftGraphFolderView>]: folderView
          [(Any) <Object>]: This indicates any property can be added to this object.
          [SortBy <String>]: The method by which the folder should be sorted.
          [SortOrder <String>]: If true, indicates that items should be sorted in descending order. Otherwise, items should be sorted ascending.
          [ViewType <String>]: The type of view that should be used to represent the folder.
      [Image <IMicrosoftGraphImage>]: image
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Height <Int32?>]: Optional. Height of the image, in pixels. Read-only.
        [Width <Int32?>]: Optional. Width of the image, in pixels. Read-only.
      [ListItem <IMicrosoftGraphListItem>]: listItem
        [(Any) <Object>]: This indicates any property can be added to this object.
        [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [CreatedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
        [CreatedDateTime <DateTime?>]: Date and time of item creation. Read-only.
        [Description <String>]: Provides a user-visible description of the item. Optional.
        [ETag <String>]: ETag for the item. Read-only.
        [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [LastModifiedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
        [LastModifiedDateTime <DateTime?>]: Date and time the item was last modified. Read-only.
        [Name <String>]: The name of the item. Read-write.
        [ParentReference <IMicrosoftGraphItemReference>]: itemReference
        [WebUrl <String>]: URL that displays the resource in the browser. Read-only.
        [Id <String>]: Read-only.
        [Analytics <IMicrosoftGraphItemAnalytics>]: itemAnalytics
        [ContentType <IMicrosoftGraphContentTypeInfo>]: contentTypeInfo
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Id <String>]: The id of the content type.
          [Name <String>]: The name of the content type.
        [DriveItem <IMicrosoftGraphDriveItem1>]: driveItem
        [Fields <IMicrosoftGraphFieldValueSet>]: fieldValueSet
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Id <String>]: Read-only.
        [SharepointIds <IMicrosoftGraphSharepointIds>]: sharepointIds
        [Versions <IMicrosoftGraphListItemVersion[]>]: The list of previous versions of the list item.
          [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
          [LastModifiedDateTime <DateTime?>]: Date and time the version was last modified. Read-only.
          [Publication <IMicrosoftGraphPublicationFacet>]: publicationFacet
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Level <String>]: The state of publication for this document. Either published or checkout. Read-only.
            [VersionId <String>]: The unique identifier for the version that is visible to the current caller. Read-only.
          [Id <String>]: Read-only.
          [Fields <IMicrosoftGraphFieldValueSet>]: fieldValueSet
      [Location <IMicrosoftGraphGeoCoordinates>]: geoCoordinates
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Altitude <Double?>]: Optional. The altitude (height), in feet, above sea level for the item. Read-only.
        [Latitude <Double?>]: Optional. The latitude, in decimal, for the item. Read-only.
        [Longitude <Double?>]: Optional. The longitude, in decimal, for the item. Read-only.
      [Package <IMicrosoftGraphPackage>]: package
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Type <String>]: A string indicating the type of package. While oneNote is the only currently defined value, you should expect other package types to be returned and handle them accordingly.
      [PendingOperations <IMicrosoftGraphPendingOperations>]: pendingOperations
        [(Any) <Object>]: This indicates any property can be added to this object.
        [PendingContentUpdate <IMicrosoftGraphPendingContentUpdate>]: pendingContentUpdate
          [(Any) <Object>]: This indicates any property can be added to this object.
          [QueuedDateTime <DateTime?>]: Date and time the pending binary operation was queued in UTC time. Read-only.
      [Permissions <IMicrosoftGraphPermission[]>]: The set of permissions for the item. Read-only. Nullable.
        [Id <String>]: Read-only.
        [ExpirationDateTime <DateTime?>]: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional.
        [GrantedTo <IMicrosoftGraphIdentitySet>]: identitySet
        [GrantedToIdentities <IMicrosoftGraphIdentitySet[]>]: For link type permissions, the details of the users to whom permission was granted. Read-only.
        [HasPassword <Boolean?>]: This indicates whether password is set for this permission, it's only showing in response. Optional and Read-only and for OneDrive Personal only.
        [InheritedFrom <IMicrosoftGraphItemReference>]: itemReference
        [Invitation <IMicrosoftGraphSharingInvitation>]: sharingInvitation
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Email <String>]: The email address provided for the recipient of the sharing invitation. Read-only.
          [InvitedBy <IMicrosoftGraphIdentitySet>]: identitySet
          [RedeemedBy <String>]:
          [SignInRequired <Boolean?>]: If true the recipient of the invitation needs to sign in in order to access the shared item. Read-only.
        [Link <IMicrosoftGraphSharingLink>]: sharingLink
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Application <IMicrosoftGraphIdentity>]: identity
          [PreventsDownload <Boolean?>]: If true then the user can only use this link to view the item on the web, and cannot use it to download the contents of the item. Only for OneDrive for Business and SharePoint.
          [Scope <String>]: The scope of the link represented by this permission. Value anonymous indicates the link is usable by anyone, organization indicates the link is only usable for users signed into the same tenant.
          [Type <String>]: The type of the link created.
          [WebHtml <String>]: For embed links, this property contains the HTML code for an <iframe> element that will embed the item in a webpage.
          [WebUrl <String>]: A URL that opens the item in the browser on the OneDrive website.
        [Roles <String[]>]: The type of permission, e.g. read. See below for the full list of roles. Read-only.
        [ShareId <String>]: A unique token that can be used to access this shared item via the **shares** API. Read-only.
      [Photo <IMicrosoftGraphPhoto>]: photo
        [(Any) <Object>]: This indicates any property can be added to this object.
        [CameraMake <String>]: Camera manufacturer. Read-only.
        [CameraModel <String>]: Camera model. Read-only.
        [ExposureDenominator <Double?>]: The denominator for the exposure time fraction from the camera. Read-only.
        [ExposureNumerator <Double?>]: The numerator for the exposure time fraction from the camera. Read-only.
        [FNumber <Double?>]: The F-stop value from the camera. Read-only.
        [FocalLength <Double?>]: The focal length from the camera. Read-only.
        [Iso <Int32?>]: The ISO value from the camera. Read-only.
        [Orientation <Int32?>]: The orientation value from the camera. Writable on OneDrive Personal.
        [TakenDateTime <DateTime?>]: Represents the date and time the photo was taken. Read-only.
      [Publication <IMicrosoftGraphPublicationFacet>]: publicationFacet
      [RemoteItem <IMicrosoftGraphRemoteItem>]: remoteItem
        [(Any) <Object>]: This indicates any property can be added to this object.
        [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [CreatedDateTime <DateTime?>]: Date and time of item creation. Read-only.
        [File <IMicrosoftGraphFile>]: file
        [FileSystemInfo <IMicrosoftGraphFileSystemInfo>]: fileSystemInfo
        [Folder <IMicrosoftGraphFolder>]: folder
        [Id <String>]: Unique identifier for the remote item in its drive. Read-only.
        [Image <IMicrosoftGraphImage>]: image
        [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [LastModifiedDateTime <DateTime?>]: Date and time the item was last modified. Read-only.
        [Name <String>]: Optional. Filename of the remote item. Read-only.
        [Package <IMicrosoftGraphPackage>]: package
        [ParentReference <IMicrosoftGraphItemReference>]: itemReference
        [Shared <IMicrosoftGraphShared>]: shared
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Owner <IMicrosoftGraphIdentitySet>]: identitySet
          [Scope <String>]: Indicates the scope of how the item is shared: anonymous, organization, or users. Read-only.
          [SharedBy <IMicrosoftGraphIdentitySet>]: identitySet
          [SharedDateTime <DateTime?>]: The UTC date and time when the item was shared. Read-only.
        [SharepointIds <IMicrosoftGraphSharepointIds>]: sharepointIds
        [Size <Int64?>]: Size of the remote item. Read-only.
        [SpecialFolder <IMicrosoftGraphSpecialFolder>]: specialFolder
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Name <String>]: The unique identifier for this item in the /drive/special collection
        [Video <IMicrosoftGraphVideo>]: video
          [(Any) <Object>]: This indicates any property can be added to this object.
          [AudioBitsPerSample <Int32?>]: Number of audio bits per sample.
          [AudioChannels <Int32?>]: Number of audio channels.
          [AudioFormat <String>]: Name of the audio format (AAC, MP3, etc.).
          [AudioSamplesPerSecond <Int32?>]: Number of audio samples per second.
          [Bitrate <Int32?>]: Bit rate of the video in bits per second.
          [Duration <Int64?>]: Duration of the file in milliseconds.
          [FourCc <String>]: 'Four character code' name of the video format.
          [FrameRate <Double?>]: Frame rate of the video.
          [Height <Int32?>]: Height of the video, in pixels.
          [Width <Int32?>]: Width of the video, in pixels.
        [WebDavUrl <String>]: DAV compatible URL for the item.
        [WebUrl <String>]: URL that displays the resource in the browser. Read-only.
      [Root <IMicrosoftGraphRoot>]: root
        [(Any) <Object>]: This indicates any property can be added to this object.
      [SearchResult <IMicrosoftGraphSearchResult>]: searchResult
        [(Any) <Object>]: This indicates any property can be added to this object.
        [OnClickTelemetryUrl <String>]: A callback URL that can be used to record telemetry information. The application should issue a GET on this URL if the user interacts with this item to improve the quality of results.
      [Shared <IMicrosoftGraphShared>]: shared
      [SharepointIds <IMicrosoftGraphSharepointIds>]: sharepointIds
      [Size <Int64?>]: Size of the item in bytes. Read-only.
      [SpecialFolder <IMicrosoftGraphSpecialFolder>]: specialFolder
      [Subscriptions <IMicrosoftGraphSubscription[]>]: The set of subscriptions on the item. Only supported on the root of a drive.
        [Id <String>]: Read-only.
        [ApplicationId <String>]: Identifier of the application used to create the subscription. Read-only.
        [ChangeType <String>]: Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list.Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.
        [ClientState <String>]: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification.
        [CreatorId <String>]: Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only.
        [ExpirationDateTime <DateTime?>]: Required. Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time.
        [LatestSupportedTlsVersion <String>]: Specifies the latest version of Transport Layer Security (TLS) that the notification endpoint, specified by notificationUrl, supports. The possible values are: v1_0, v1_1, v1_2, v1_3. For subscribers whose notification endpoint supports a version lower than the currently recommended version (TLS 1.2), specifying this property by a set timeline allows them to temporarily use their deprecated version of TLS before completing their upgrade to TLS 1.2. For these subscribers, not setting this property per the timeline would result in subscription operations failing. For subscribers whose notification endpoint already supports TLS 1.2, setting this property is optional. In such cases, Microsoft Graph defaults the property to v1_2.
        [NotificationUrl <String>]: Required. The URL of the endpoint that will receive the change notifications. This URL must make use of the HTTPS protocol.
        [Resource <String>]: Required. Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/v1.0/). See the possible resource path values for each supported resource.
      [Thumbnails <IMicrosoftGraphThumbnailSet[]>]: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable.
        [Id <String>]: Read-only.
        [Large <IMicrosoftGraphThumbnail>]: thumbnail
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Content <Byte[]>]: The content stream for the thumbnail.
          [Height <Int32?>]: The height of the thumbnail, in pixels.
          [SourceItemId <String>]: The unique identifier of the item that provided the thumbnail. This is only available when a folder thumbnail is requested.
          [Url <String>]: The URL used to fetch the thumbnail content.
          [Width <Int32?>]: The width of the thumbnail, in pixels.
        [Medium <IMicrosoftGraphThumbnail>]: thumbnail
        [Small <IMicrosoftGraphThumbnail>]: thumbnail
        [Source <IMicrosoftGraphThumbnail>]: thumbnail
      [Versions <IMicrosoftGraphDriveItemVersion[]>]: The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.
        [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [LastModifiedDateTime <DateTime?>]: Date and time the version was last modified. Read-only.
        [Publication <IMicrosoftGraphPublicationFacet>]: publicationFacet
        [Id <String>]: Read-only.
        [Content <Byte[]>]: The content stream for this version of the item.
        [Size <Int64?>]: Indicates the size of the content stream for this version of the item.
      [Video <IMicrosoftGraphVideo>]: video
      [WebDavUrl <String>]: WebDAV compatible URL for the item.
      [Workbook <IMicrosoftGraphWorkbook>]: workbook
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Id <String>]: Read-only.
        [Application <IMicrosoftGraphWorkbookApplication>]: workbookApplication
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Id <String>]: Read-only.
          [CalculationMode <String>]: Returns the calculation mode used in the workbook. Possible values are: Automatic, AutomaticExceptTables, Manual.
        [Comments <IMicrosoftGraphWorkbookComment[]>]:
          [Id <String>]: Read-only.
          [Content <String>]: The content of comment.
          [ContentType <String>]: Indicates the type for the comment.
          [Replies <IMicrosoftGraphWorkbookCommentReply[]>]: Read-only. Nullable.
            [Id <String>]: Read-only.
            [Content <String>]: The content of a comment reply.
            [ContentType <String>]: Indicates the type for the comment reply.
        [Functions <IMicrosoftGraphWorkbookFunctions>]: workbookFunctions
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Id <String>]: Read-only.
        [Names <IMicrosoftGraphWorkbookNamedItem1[]>]: Represents a collection of workbook scoped named items (named ranges and constants). Read-only.
          [Id <String>]: Read-only.
          [Comment <String>]: Represents the comment associated with this name.
          [Name <String>]: The name of the object. Read-only.
          [Scope <String>]: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only.
          [Type <String>]: Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.
          [Value <IMicrosoftGraphJson>]: Json
          [Visible <Boolean?>]: Specifies whether the object is visible or not.
          [Worksheet <IMicrosoftGraphWorkbookWorksheet1>]: workbookWorksheet
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Id <String>]: Read-only.
            [Charts <IMicrosoftGraphWorkbookChart[]>]: Returns collection of charts that are part of the worksheet. Read-only.
              [Id <String>]: Read-only.
              [Axes <IMicrosoftGraphWorkbookChartAxes>]: workbookChartAxes
                [(Any) <Object>]: This indicates any property can be added to this object.
                [Id <String>]: Read-only.
                [CategoryAxis <IMicrosoftGraphWorkbookChartAxis>]: workbookChartAxis
                  [(Any) <Object>]: This indicates any property can be added to this object.
                  [Id <String>]: Read-only.
                  [Format <IMicrosoftGraphWorkbookChartAxisFormat>]: workbookChartAxisFormat
                    [(Any) <Object>]: This indicates any property can be added to this object.
                    [Id <String>]: Read-only.
                    [Font <IMicrosoftGraphWorkbookChartFont>]: workbookChartFont
                      [(Any) <Object>]: This indicates any property can be added to this object.
                      [Id <String>]: Read-only.
                      [Bold <Boolean?>]: Represents the bold status of font.
                      [Color <String>]: HTML color code representation of the text color. E.g. #FF0000 represents Red.
                      [Italic <Boolean?>]: Represents the italic status of the font.
                      [Name <String>]: Font name (e.g. 'Calibri')
                      [Size <Double?>]: Size of the font (e.g. 11)
                      [Underline <String>]: Type of underline applied to the font. The possible values are: None, Single.
                    [Line <IMicrosoftGraphWorkbookChartLineFormat>]: workbookChartLineFormat
                      [(Any) <Object>]: This indicates any property can be added to this object.
                      [Id <String>]: Read-only.
                      [Color <String>]: HTML color code representing the color of lines in the chart.
                  [MajorGridlines <IMicrosoftGraphWorkbookChartGridlines>]: workbookChartGridlines
                    [(Any) <Object>]: This indicates any property can be added to this object.
                    [Id <String>]: Read-only.
                    [Format <IMicrosoftGraphWorkbookChartGridlinesFormat>]: workbookChartGridlinesFormat
                      [(Any) <Object>]: This indicates any property can be added to this object.
                      [Id <String>]: Read-only.
                      [Line <IMicrosoftGraphWorkbookChartLineFormat>]: workbookChartLineFormat
                    [Visible <Boolean?>]: Boolean value representing if the axis gridlines are visible or not.
                  [MajorUnit <IMicrosoftGraphJson>]: Json
                  [Maximum <IMicrosoftGraphJson>]: Json
                  [Minimum <IMicrosoftGraphJson>]: Json
                  [MinorGridlines <IMicrosoftGraphWorkbookChartGridlines>]: workbookChartGridlines
                  [MinorUnit <IMicrosoftGraphJson>]: Json
                  [Title <IMicrosoftGraphWorkbookChartAxisTitle>]: workbookChartAxisTitle
                    [(Any) <Object>]: This indicates any property can be added to this object.
                    [Id <String>]: Read-only.
                    [Format <IMicrosoftGraphWorkbookChartAxisTitleFormat>]: workbookChartAxisTitleFormat
                      [(Any) <Object>]: This indicates any property can be added to this object.
                      [Id <String>]: Read-only.
                      [Font <IMicrosoftGraphWorkbookChartFont>]: workbookChartFont
                    [Text <String>]: Represents the axis title.
                    [Visible <Boolean?>]: A boolean that specifies the visibility of an axis title.
                [SeriesAxis <IMicrosoftGraphWorkbookChartAxis>]: workbookChartAxis
                [ValueAxis <IMicrosoftGraphWorkbookChartAxis>]: workbookChartAxis
              [DataLabels <IMicrosoftGraphWorkbookChartDataLabels>]: workbookChartDataLabels
                [(Any) <Object>]: This indicates any property can be added to this object.
                [Id <String>]: Read-only.
                [Format <IMicrosoftGraphWorkbookChartDataLabelFormat>]: workbookChartDataLabelFormat
                  [(Any) <Object>]: This indicates any property can be added to this object.
                  [Id <String>]: Read-only.
                  [Fill <IMicrosoftGraphWorkbookChartFill>]: workbookChartFill
                    [(Any) <Object>]: This indicates any property can be added to this object.
                    [Id <String>]: Read-only.
                  [Font <IMicrosoftGraphWorkbookChartFont>]: workbookChartFont
                [Position <String>]: DataLabelPosition value that represents the position of the data label. The possible values are: None, Center, InsideEnd, InsideBase, OutsideEnd, Left, Right, Top, Bottom, BestFit, Callout.
                [Separator <String>]: String representing the separator used for the data labels on a chart.
                [ShowBubbleSize <Boolean?>]: Boolean value representing if the data label bubble size is visible or not.
                [ShowCategoryName <Boolean?>]: Boolean value representing if the data label category name is visible or not.
                [ShowLegendKey <Boolean?>]: Boolean value representing if the data label legend key is visible or not.
                [ShowPercentage <Boolean?>]: Boolean value representing if the data label percentage is visible or not.
                [ShowSeriesName <Boolean?>]: Boolean value representing if the data label series name is visible or not.
                [ShowValue <Boolean?>]: Boolean value representing if the data label value is visible or not.
              [Format <IMicrosoftGraphWorkbookChartAreaFormat>]: workbookChartAreaFormat
                [(Any) <Object>]: This indicates any property can be added to this object.
                [Id <String>]: Read-only.
                [Fill <IMicrosoftGraphWorkbookChartFill>]: workbookChartFill
                [Font <IMicrosoftGraphWorkbookChartFont>]: workbookChartFont
              [Height <Double?>]: Represents the height, in points, of the chart object.
              [Left <Double?>]: The distance, in points, from the left side of the chart to the worksheet origin.
              [Legend <IMicrosoftGraphWorkbookChartLegend>]: workbookChartLegend
                [(Any) <Object>]: This indicates any property can be added to this object.
                [Id <String>]: Read-only.
                [Format <IMicrosoftGraphWorkbookChartLegendFormat>]: workbookChartLegendFormat
                  [(Any) <Object>]: This indicates any property can be added to this object.
                  [Id <String>]: Read-only.
                  [Fill <IMicrosoftGraphWorkbookChartFill>]: workbookChartFill
                  [Font <IMicrosoftGraphWorkbookChartFont>]: workbookChartFont
                [Overlay <Boolean?>]: Boolean value for whether the chart legend should overlap with the main body of the chart.
                [Position <String>]: Represents the position of the legend on the chart. The possible values are: Top, Bottom, Left, Right, Corner, Custom.
                [Visible <Boolean?>]: A boolean value the represents the visibility of a ChartLegend object.
              [Name <String>]: Represents the name of a chart object.
              [Series <IMicrosoftGraphWorkbookChartSeries1[]>]: Represents either a single series or collection of series in the chart. Read-only.
                [Id <String>]: Read-only.
                [Format <IMicrosoftGraphWorkbookChartSeriesFormat>]: workbookChartSeriesFormat
                  [(Any) <Object>]: This indicates any property can be added to this object.
                  [Id <String>]: Read-only.
                  [Fill <IMicrosoftGraphWorkbookChartFill>]: workbookChartFill
                  [Line <IMicrosoftGraphWorkbookChartLineFormat>]: workbookChartLineFormat
                [Name <String>]: Represents the name of a series in a chart.
                [Points <IMicrosoftGraphWorkbookChartPoint[]>]: Represents a collection of all points in the series. Read-only.
                  [Id <String>]: Read-only.
                  [Format <IMicrosoftGraphWorkbookChartPointFormat>]: workbookChartPointFormat
                    [(Any) <Object>]: This indicates any property can be added to this object.
                    [Id <String>]: Read-only.
                    [Fill <IMicrosoftGraphWorkbookChartFill>]: workbookChartFill
                  [Value <IMicrosoftGraphJson>]: Json
              [Title <IMicrosoftGraphWorkbookChartTitle>]: workbookChartTitle
                [(Any) <Object>]: This indicates any property can be added to this object.
                [Id <String>]: Read-only.
                [Format <IMicrosoftGraphWorkbookChartTitleFormat>]: workbookChartTitleFormat
                  [(Any) <Object>]: This indicates any property can be added to this object.
                  [Id <String>]: Read-only.
                  [Fill <IMicrosoftGraphWorkbookChartFill>]: workbookChartFill
                  [Font <IMicrosoftGraphWorkbookChartFont>]: workbookChartFont
                [Overlay <Boolean?>]: Boolean value representing if the chart title will overlay the chart or not.
                [Text <String>]: Represents the title text of a chart.
                [Visible <Boolean?>]: A boolean value the represents the visibility of a chart title object.
              [Top <Double?>]: Represents the distance, in points, from the top edge of the object to the top of row 1 (on a worksheet) or the top of the chart area (on a chart).
              [Width <Double?>]: Represents the width, in points, of the chart object.
              [Worksheet <IMicrosoftGraphWorkbookWorksheet1>]: workbookWorksheet
            [Name <String>]: The display name of the worksheet.
            [Names <IMicrosoftGraphWorkbookNamedItem1[]>]: Returns collection of names that are associated with the worksheet. Read-only.
            [PivotTables <IMicrosoftGraphWorkbookPivotTable[]>]: Collection of PivotTables that are part of the worksheet.
              [Id <String>]: Read-only.
              [Name <String>]: Name of the PivotTable.
              [Worksheet <IMicrosoftGraphWorkbookWorksheet1>]: workbookWorksheet
            [Position <Int32?>]: The zero-based position of the worksheet within the workbook.
            [Protection <IMicrosoftGraphWorkbookWorksheetProtection>]: workbookWorksheetProtection
              [(Any) <Object>]: This indicates any property can be added to this object.
              [Id <String>]: Read-only.
              [Options <IMicrosoftGraphWorkbookWorksheetProtectionOptions>]: workbookWorksheetProtectionOptions
                [(Any) <Object>]: This indicates any property can be added to this object.
                [AllowAutoFilter <Boolean?>]: Represents the worksheet protection option of allowing using auto filter feature.
                [AllowDeleteColumns <Boolean?>]: Represents the worksheet protection option of allowing deleting columns.
                [AllowDeleteRows <Boolean?>]: Represents the worksheet protection option of allowing deleting rows.
                [AllowFormatCells <Boolean?>]: Represents the worksheet protection option of allowing formatting cells.
                [AllowFormatColumns <Boolean?>]: Represents the worksheet protection option of allowing formatting columns.
                [AllowFormatRows <Boolean?>]: Represents the worksheet protection option of allowing formatting rows.
                [AllowInsertColumns <Boolean?>]: Represents the worksheet protection option of allowing inserting columns.
                [AllowInsertHyperlinks <Boolean?>]: Represents the worksheet protection option of allowing inserting hyperlinks.
                [AllowInsertRows <Boolean?>]: Represents the worksheet protection option of allowing inserting rows.
                [AllowPivotTables <Boolean?>]: Represents the worksheet protection option of allowing using pivot table feature.
                [AllowSort <Boolean?>]: Represents the worksheet protection option of allowing using sort feature.
              [Protected <Boolean?>]: Indicates if the worksheet is protected. Read-only.
            [Tables <IMicrosoftGraphWorkbookTable[]>]: Collection of tables that are part of the worksheet. Read-only.
              [Id <String>]: Read-only.
              [Columns <IMicrosoftGraphWorkbookTableColumn[]>]: Represents a collection of all the columns in the table. Read-only.
                [Id <String>]: Read-only.
                [Filter <IMicrosoftGraphWorkbookFilter>]: workbookFilter
                  [(Any) <Object>]: This indicates any property can be added to this object.
                  [Id <String>]: Read-only.
                  [Criteria <IMicrosoftGraphWorkbookFilterCriteria>]: workbookFilterCriteria
                    [(Any) <Object>]: This indicates any property can be added to this object.
                    [Color <String>]:
                    [Criterion1 <String>]:
                    [Criterion2 <String>]:
                    [DynamicCriteria <String>]:
                    [FilterOn <String>]:
                    [Icon <IMicrosoftGraphWorkbookIcon>]: workbookIcon
                      [(Any) <Object>]: This indicates any property can be added to this object.
                      [Index <Int32?>]: Represents the index of the icon in the given set.
                      [Set <String>]: Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.
                    [Operator <String>]:
                    [Values <IMicrosoftGraphJson>]: Json
                [Index <Int32?>]: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only.
                [Name <String>]: Returns the name of the table column.
                [Values <IMicrosoftGraphJson>]: Json
              [HighlightFirstColumn <Boolean?>]: Indicates whether the first column contains special formatting.
              [HighlightLastColumn <Boolean?>]: Indicates whether the last column contains special formatting.
              [LegacyId <String>]: Legacy Id used in older Excle clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and should not be parsed to any other type. Read-only.
              [Name <String>]: Name of the table.
              [Rows <IMicrosoftGraphWorkbookTableRow[]>]: Represents a collection of all the rows in the table. Read-only.
                [Id <String>]: Read-only.
                [Index <Int32?>]: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only.
                [Values <IMicrosoftGraphJson>]: Json
              [ShowBandedColumns <Boolean?>]: Indicates whether the columns show banded formatting in which odd columns are highlighted differently from even ones to make reading the table easier.
              [ShowBandedRows <Boolean?>]: Indicates whether the rows show banded formatting in which odd rows are highlighted differently from even ones to make reading the table easier.
              [ShowFilterButton <Boolean?>]: Indicates whether the filter buttons are visible at the top of each column header. Setting this is only allowed if the table contains a header row.
              [ShowHeaders <Boolean?>]: Indicates whether the header row is visible or not. This value can be set to show or remove the header row.
              [ShowTotals <Boolean?>]: Indicates whether the total row is visible or not. This value can be set to show or remove the total row.
              [Sort <IMicrosoftGraphWorkbookTableSort>]: workbookTableSort
                [(Any) <Object>]: This indicates any property can be added to this object.
                [Id <String>]: Read-only.
                [Fields <IMicrosoftGraphWorkbookSortField[]>]: Represents the current conditions used to last sort the table. Read-only.
                  [Ascending <Boolean?>]: Represents whether the sorting is done in an ascending fashion.
                  [Color <String>]: Represents the color that is the target of the condition if the sorting is on font or cell color.
                  [DataOption <String>]: Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber.
                  [Icon <IMicrosoftGraphWorkbookIcon>]: workbookIcon
                  [Key <Int32?>]: Represents the column (or row, depending on the sort orientation) that the condition is on. Represented as an offset from the first column (or row).
                  [SortOn <String>]: Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon.
                [MatchCase <Boolean?>]: Represents whether the casing impacted the last sort of the table. Read-only.
                [Method <String>]: Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.
              [Style <String>]: Constant value that represents the Table style. The possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.
              [Worksheet <IMicrosoftGraphWorkbookWorksheet1>]: workbookWorksheet
            [Visibility <String>]: The Visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.
        [Operations <IMicrosoftGraphWorkbookOperation[]>]: The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.
          [Id <String>]: Read-only.
          [Error <IMicrosoftGraphWorkbookOperationError>]: workbookOperationError
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Code <String>]: The error code.
            [InnerError <IMicrosoftGraphWorkbookOperationError>]: workbookOperationError
            [Message <String>]: The error message.
          [ResourceLocation <String>]: The resource URI for the result.
          [Status <String>]: workbookOperationStatus
        [Tables <IMicrosoftGraphWorkbookTable[]>]: Represents a collection of tables associated with the workbook. Read-only.
        [Worksheets <IMicrosoftGraphWorkbookWorksheet1[]>]: Represents a collection of worksheets associated with the workbook. Read-only.
    [Items <IMicrosoftGraphDriveItem1[]>]: All items contained in the drive. Read-only. Nullable.
    [List <IMicrosoftGraphList>]: list
      [(Any) <Object>]: This indicates any property can be added to this object.
      [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
      [CreatedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
      [CreatedDateTime <DateTime?>]: Date and time of item creation. Read-only.
      [Description <String>]: Provides a user-visible description of the item. Optional.
      [ETag <String>]: ETag for the item. Read-only.
      [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
      [LastModifiedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
      [LastModifiedDateTime <DateTime?>]: Date and time the item was last modified. Read-only.
      [Name <String>]: The name of the item. Read-write.
      [ParentReference <IMicrosoftGraphItemReference>]: itemReference
      [WebUrl <String>]: URL that displays the resource in the browser. Read-only.
      [Id <String>]: Read-only.
      [Columns <IMicrosoftGraphColumnDefinition[]>]: The collection of field definitions for this list.
        [Id <String>]: Read-only.
        [Boolean <IMicrosoftGraphBooleanColumn>]: booleanColumn
          [(Any) <Object>]: This indicates any property can be added to this object.
        [Calculated <IMicrosoftGraphCalculatedColumn>]: calculatedColumn
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Format <String>]: For dateTime output types, the format of the value. Must be one of dateOnly or dateTime.
          [Formula <String>]: The formula used to compute the value for this column.
          [OutputType <String>]: The output type used to format values in this column. Must be one of boolean, currency, dateTime, number, or text.
        [Choice <IMicrosoftGraphChoiceColumn>]: choiceColumn
          [(Any) <Object>]: This indicates any property can be added to this object.
          [AllowTextEntry <Boolean?>]: If true, allows custom values that aren't in the configured choices.
          [Choices <String[]>]: The list of values available for this column.
          [DisplayAs <String>]: How the choices are to be presented in the UX. Must be one of checkBoxes, dropDownMenu, or radioButtons
        [ColumnGroup <String>]: For site columns, the name of the group this column belongs to. Helps organize related columns.
        [Currency <IMicrosoftGraphCurrencyColumn>]: currencyColumn
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Locale <String>]: Specifies the locale from which to infer the currency symbol.
        [DateTime <IMicrosoftGraphDateTimeColumn>]: dateTimeColumn
          [(Any) <Object>]: This indicates any property can be added to this object.
          [DisplayAs <String>]: How the value should be presented in the UX. Must be one of default, friendly, or standard. See below for more details. If unspecified, treated as default.
          [Format <String>]: Indicates whether the value should be presented as a date only or a date and time. Must be one of dateOnly or dateTime
        [DefaultValue <IMicrosoftGraphDefaultColumnValue>]: defaultColumnValue
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Formula <String>]: The formula used to compute the default value for this column.
          [Value <String>]: The direct value to use as the default value for this column.
        [Description <String>]: The user-facing description of the column.
        [DisplayName <String>]: The user-facing name of the column.
        [EnforceUniqueValues <Boolean?>]: If true, no two list items may have the same value for this column.
        [Geolocation <IMicrosoftGraphGeolocationColumn>]: geolocationColumn
          [(Any) <Object>]: This indicates any property can be added to this object.
        [Hidden <Boolean?>]: Specifies whether the column is displayed in the user interface.
        [Indexed <Boolean?>]: Specifies whether the column values can used for sorting and searching.
        [Lookup <IMicrosoftGraphLookupColumn>]: lookupColumn
          [(Any) <Object>]: This indicates any property can be added to this object.
          [AllowMultipleValues <Boolean?>]: Indicates whether multiple values can be selected from the source.
          [AllowUnlimitedLength <Boolean?>]: Indicates whether values in the column should be able to exceed the standard limit of 255 characters.
          [ColumnName <String>]: The name of the lookup source column.
          [ListId <String>]: The unique identifier of the lookup source list.
          [PrimaryLookupColumnId <String>]: If specified, this column is a secondary lookup, pulling an additional field from the list item looked up by the primary lookup. Use the list item looked up by the primary as the source for the column named here.
        [Name <String>]: The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.
        [Number <IMicrosoftGraphNumberColumn>]: numberColumn
          [(Any) <Object>]: This indicates any property can be added to this object.
          [DecimalPlaces <String>]: How many decimal places to display. See below for information about the possible values.
          [DisplayAs <String>]: How the value should be presented in the UX. Must be one of number or percentage. If unspecified, treated as number.
          [Maximum <Double?>]: The maximum permitted value.
          [Minimum <Double?>]: The minimum permitted value.
        [PersonOrGroup <IMicrosoftGraphPersonOrGroupColumn>]: personOrGroupColumn
          [(Any) <Object>]: This indicates any property can be added to this object.
          [AllowMultipleSelection <Boolean?>]: Indicates whether multiple values can be selected from the source.
          [ChooseFromType <String>]: Whether to allow selection of people only, or people and groups. Must be one of peopleAndGroups or peopleOnly.
          [DisplayAs <String>]: How to display the information about the person or group chosen. See below.
        [ReadOnly <Boolean?>]: Specifies whether the column values can be modified.
        [Required <Boolean?>]: Specifies whether the column value is not optional.
        [Text <IMicrosoftGraphTextColumn>]: textColumn
          [(Any) <Object>]: This indicates any property can be added to this object.
          [AllowMultipleLines <Boolean?>]: Whether to allow multiple lines of text.
          [AppendChangesToExistingText <Boolean?>]: Whether updates to this column should replace existing text, or append to it.
          [LinesForEditing <Int32?>]: The size of the text box.
          [MaxLength <Int32?>]: The maximum number of characters for the value.
          [TextType <String>]: The type of text being stored. Must be one of plain or richText
      [ContentTypes <IMicrosoftGraphContentType[]>]: The collection of content types present in this list.
        [Id <String>]: Read-only.
        [ColumnLinks <IMicrosoftGraphColumnLink[]>]: The collection of columns that are required by this content type
          [Id <String>]: Read-only.
          [Name <String>]: The name of the column in this content type.
        [Description <String>]: The descriptive text for the item.
        [Group <String>]: The name of the group this content type belongs to. Helps organize related content types.
        [Hidden <Boolean?>]: Indicates whether the content type is hidden in the list's 'New' menu.
        [InheritedFrom <IMicrosoftGraphItemReference>]: itemReference
        [Name <String>]: The name of the content type.
        [Order <IMicrosoftGraphContentTypeOrder>]: contentTypeOrder
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Default <Boolean?>]: Whether this is the default Content Type
          [Position <Int32?>]: Specifies the position in which the Content Type appears in the selection UI.
        [ParentId <String>]: The unique identifier of the content type.
        [ReadOnly <Boolean?>]: If true, the content type cannot be modified unless this value is first set to false.
        [Sealed <Boolean?>]: If true, the content type cannot be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types.
      [DisplayName <String>]: The displayable title of the list.
      [Drive <IMicrosoftGraphDrive>]: drive
      [Items <IMicrosoftGraphListItem[]>]: All items contained in the list.
      [List <IMicrosoftGraphListInfo>]: listInfo
        [(Any) <Object>]: This indicates any property can be added to this object.
        [ContentTypesEnabled <Boolean?>]: If true, indicates that content types are enabled for this list.
        [Hidden <Boolean?>]: If true, indicates that the list is not normally visible in the SharePoint user experience.
        [Template <String>]: An enumerated value that represents the base list template used in creating the list. Possible values include documentLibrary, genericList, task, survey, announcements, contacts, and more.
      [SharepointIds <IMicrosoftGraphSharepointIds>]: sharepointIds
      [Subscriptions <IMicrosoftGraphSubscription[]>]: The set of subscriptions on the list.
      [System <IMicrosoftGraphSystemFacet>]: systemFacet
        [(Any) <Object>]: This indicates any property can be added to this object.
    [Owner <IMicrosoftGraphIdentitySet>]: identitySet
    [Quota <IMicrosoftGraphQuota>]: quota
      [(Any) <Object>]: This indicates any property can be added to this object.
      [Deleted <Int64?>]: Total space consumed by files in the recycle bin, in bytes. Read-only.
      [Remaining <Int64?>]: Total space remaining before reaching the quota limit, in bytes. Read-only.
      [State <String>]: Enumeration value that indicates the state of the storage space. Read-only.
      [StoragePlanInformation <IMicrosoftGraphStoragePlanInformation>]: storagePlanInformation
        [(Any) <Object>]: This indicates any property can be added to this object.
        [UpgradeAvailable <Boolean?>]: Indicates whether there are higher storage quota plans available. Read-only.
      [Total <Int64?>]: Total allowed storage space, in bytes. Read-only.
      [Used <Int64?>]: Total space used, in bytes. Read-only.
    [Root <IMicrosoftGraphDriveItem1>]: driveItem
    [SharePointIds <IMicrosoftGraphSharepointIds>]: sharepointIds
    [Special <IMicrosoftGraphDriveItem1[]>]: Collection of common folders available in OneDrive. Read-only. Nullable.
    [System <IMicrosoftGraphSystemFacet>]: systemFacet
  [Drives <IMicrosoftGraphDrive[]>]: A collection of drives available for this user. Read-only.
  [EmployeeId <String>]: The employee identifier assigned to the user by the organization. Supports $filter.
  [Events <IMicrosoftGraphEvent[]>]: The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable.
  [Extensions <IMicrosoftGraphExtension[]>]: The collection of open extensions defined for the user. Read-only. Nullable.
  [ExternalUserState <String>]: For an external user invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. Returned only on $select. Supports $filter with the supported values. For example: $filter=externalUserState eq 'PendingAcceptance'.
  [ExternalUserStateChangeDateTime <DateTime?>]: Shows the timestamp for the latest change to the externalUserState property. Returned only on $select.
  [FaxNumber <String>]: The fax number of the user.
  [FollowedSites <IMicrosoftGraphSite[]>]:
    [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
    [CreatedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
    [CreatedDateTime <DateTime?>]: Date and time of item creation. Read-only.
    [Description <String>]: Provides a user-visible description of the item. Optional.
    [ETag <String>]: ETag for the item. Read-only.
    [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
    [LastModifiedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
    [LastModifiedDateTime <DateTime?>]: Date and time the item was last modified. Read-only.
    [Name <String>]: The name of the item. Read-write.
    [ParentReference <IMicrosoftGraphItemReference>]: itemReference
    [WebUrl <String>]: URL that displays the resource in the browser. Read-only.
    [Id <String>]: Read-only.
    [Analytics <IMicrosoftGraphItemAnalytics>]: itemAnalytics
    [Columns <IMicrosoftGraphColumnDefinition[]>]: The collection of column definitions reusable across lists under this site.
    [ContentTypes <IMicrosoftGraphContentType[]>]: The collection of content types defined for this site.
    [DisplayName <String>]: The full title for the site. Read-only.
    [Drive <IMicrosoftGraphDrive>]: drive
    [Drives <IMicrosoftGraphDrive[]>]: The collection of drives (document libraries) under this site.
    [Error <IMicrosoftGraphPublicError>]: publicError
      [(Any) <Object>]: This indicates any property can be added to this object.
      [Code <String>]:
      [Details <IMicrosoftGraphPublicErrorDetail[]>]:
        [Code <String>]:
        [Message <String>]:
        [Target <String>]:
      [InnerError <IMicrosoftGraphPublicInnerError>]: publicInnerError
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Code <String>]:
        [Details <IMicrosoftGraphPublicErrorDetail[]>]:
        [Message <String>]:
        [Target <String>]:
      [Message <String>]:
      [Target <String>]:
    [Items <IMicrosoftGraphBaseItem[]>]: Used to address any item contained in this site. This collection cannot be enumerated.
      [Id <String>]: Read-only.
      [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
      [CreatedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
      [CreatedDateTime <DateTime?>]: Date and time of item creation. Read-only.
      [Description <String>]: Provides a user-visible description of the item. Optional.
      [ETag <String>]: ETag for the item. Read-only.
      [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
      [LastModifiedByUser <IMicrosoftGraphUser>]: Represents an Azure Active Directory user object.
      [LastModifiedDateTime <DateTime?>]: Date and time the item was last modified. Read-only.
      [Name <String>]: The name of the item. Read-write.
      [ParentReference <IMicrosoftGraphItemReference>]: itemReference
      [WebUrl <String>]: URL that displays the resource in the browser. Read-only.
    [Lists <IMicrosoftGraphList[]>]: The collection of lists under this site.
    [Onenote <IMicrosoftGraphOnenote>]: onenote
      [(Any) <Object>]: This indicates any property can be added to this object.
      [Id <String>]: Read-only.
      [Notebooks <IMicrosoftGraphNotebook1[]>]: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable.
        [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [DisplayName <String>]: The name of the notebook.
        [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [LastModifiedDateTime <DateTime?>]: The date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
        [CreatedDateTime <DateTime?>]: The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
        [Self <String>]: The endpoint where you can get details about the page. Read-only.
        [Id <String>]: Read-only.
        [IsDefault <Boolean?>]: Indicates whether this is the user's default notebook. Read-only.
        [IsShared <Boolean?>]: Indicates whether the notebook is shared. If true, the contents of the notebook can be seen by people other than the owner. Read-only.
        [Links <IMicrosoftGraphNotebookLinks>]: notebookLinks
          [(Any) <Object>]: This indicates any property can be added to this object.
          [OneNoteClientUrl <IMicrosoftGraphExternalLink>]: externalLink
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Href <String>]: The url of the link.
          [OneNoteWebUrl <IMicrosoftGraphExternalLink>]: externalLink
        [SectionGroups <IMicrosoftGraphSectionGroup1[]>]: The section groups in the notebook. Read-only. Nullable.
          [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
          [DisplayName <String>]: The name of the notebook.
          [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
          [LastModifiedDateTime <DateTime?>]: The date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
          [CreatedDateTime <DateTime?>]: The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
          [Self <String>]: The endpoint where you can get details about the page. Read-only.
          [Id <String>]: Read-only.
          [ParentNotebook <IMicrosoftGraphNotebook1>]: notebook
          [ParentSectionGroup <IMicrosoftGraphSectionGroup1>]: sectionGroup
          [SectionGroups <IMicrosoftGraphSectionGroup1[]>]: The section groups in the section. Read-only. Nullable.
          [SectionGroupsUrl <String>]: The URL for the sectionGroups navigation property, which returns all the section groups in the section group. Read-only.
          [Sections <IMicrosoftGraphOnenoteSection1[]>]: The sections in the section group. Read-only. Nullable.
            [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
            [DisplayName <String>]: The name of the notebook.
            [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
            [LastModifiedDateTime <DateTime?>]: The date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
            [CreatedDateTime <DateTime?>]: The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
            [Self <String>]: The endpoint where you can get details about the page. Read-only.
            [Id <String>]: Read-only.
            [IsDefault <Boolean?>]: Indicates whether this is the user's default section. Read-only.
            [Links <IMicrosoftGraphSectionLinks>]: sectionLinks
              [(Any) <Object>]: This indicates any property can be added to this object.
              [OneNoteClientUrl <IMicrosoftGraphExternalLink>]: externalLink
              [OneNoteWebUrl <IMicrosoftGraphExternalLink>]: externalLink
            [Pages <IMicrosoftGraphOnenotePage[]>]: The collection of pages in the section. Read-only. Nullable.
              [CreatedDateTime <DateTime?>]: The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
              [Self <String>]: The endpoint where you can get details about the page. Read-only.
              [Id <String>]: Read-only.
              [Content <Byte[]>]: The page's HTML content.
              [ContentUrl <String>]: The URL for the page's HTML content. Read-only.
              [CreatedByAppId <String>]: The unique identifier of the application that created the page. Read-only.
              [LastModifiedDateTime <DateTime?>]: The date and time when the page was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
              [Level <Int32?>]: The indentation level of the page. Read-only.
              [Links <IMicrosoftGraphPageLinks>]: pageLinks
                [(Any) <Object>]: This indicates any property can be added to this object.
                [OneNoteClientUrl <IMicrosoftGraphExternalLink>]: externalLink
                [OneNoteWebUrl <IMicrosoftGraphExternalLink>]: externalLink
              [Order <Int32?>]: The order of the page within its parent section. Read-only.
              [ParentNotebook <IMicrosoftGraphNotebook1>]: notebook
              [ParentSection <IMicrosoftGraphOnenoteSection1>]: onenoteSection
              [Title <String>]: The title of the page.
              [UserTags <String[]>]:
            [PagesUrl <String>]: The pages endpoint where you can get details for all the pages in the section. Read-only.
            [ParentNotebook <IMicrosoftGraphNotebook1>]: notebook
            [ParentSectionGroup <IMicrosoftGraphSectionGroup1>]: sectionGroup
          [SectionsUrl <String>]: The URL for the sections navigation property, which returns all the sections in the section group. Read-only.
        [SectionGroupsUrl <String>]: The URL for the sectionGroups navigation property, which returns all the section groups in the notebook. Read-only.
        [Sections <IMicrosoftGraphOnenoteSection1[]>]: The sections in the notebook. Read-only. Nullable.
        [SectionsUrl <String>]: The URL for the sections navigation property, which returns all the sections in the notebook. Read-only.
        [UserRole <String>]: onenoteUserRole
      [Operations <IMicrosoftGraphOnenoteOperation[]>]: The status of OneNote operations. Getting an operations collection is not supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.
        [CreatedDateTime <DateTime?>]: The start time of the operation.
        [LastActionDateTime <DateTime?>]: The time of the last action of the operation.
        [Status <String>]: operationStatus
        [Id <String>]: Read-only.
        [Error <IMicrosoftGraphOnenoteOperationError>]: onenoteOperationError
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Code <String>]: The error code.
          [Message <String>]: The error message.
        [PercentComplete <String>]: The operation percent complete if the operation is still in running status
        [ResourceId <String>]: The resource id.
        [ResourceLocation <String>]: The resource URI for the object. For example, the resource URI for a copied page or section.
      [Pages <IMicrosoftGraphOnenotePage[]>]: The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
      [Resources <IMicrosoftGraphOnenoteResource[]>]: The image and other file resources in OneNote pages. Getting a resources collection is not supported, but you can get the binary content of a specific resource. Read-only. Nullable.
        [Self <String>]: The endpoint where you can get details about the page. Read-only.
        [Id <String>]: Read-only.
        [Content <Byte[]>]: The content stream
        [ContentUrl <String>]: The URL for downloading the content
      [SectionGroups <IMicrosoftGraphSectionGroup1[]>]: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
      [Sections <IMicrosoftGraphOnenoteSection1[]>]: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
    [Root <IMicrosoftGraphRoot>]: root
    [SharepointIds <IMicrosoftGraphSharepointIds>]: sharepointIds
    [SiteCollection <IMicrosoftGraphSiteCollection>]: siteCollection
      [(Any) <Object>]: This indicates any property can be added to this object.
      [DataLocationCode <String>]: The geographic region code for where this site collection resides. Read-only.
      [Hostname <String>]: The hostname for the site collection. Read-only.
      [Root <IMicrosoftGraphRoot>]: root
    [Sites <IMicrosoftGraphSite[]>]: The collection of the sub-sites under this site.
  [GivenName <String>]: The given name (first name) of the user. Supports $filter.
  [HireDate <DateTime?>]: The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
  [Identities <IMicrosoftGraphObjectIdentity[]>]: Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Supports $filter.
    [Issuer <String>]: Specifies the issuer of the identity, for example facebook.com.For local accounts (where signInType is not federated), this property is the local B2C tenant default domain name, for example contoso.onmicrosoft.com.For external users from other Azure AD organization, this will be the domain of the federated organization, for example contoso.com.Supports $filter. 512 character limit.
    [IssuerAssignedId <String>]: Specifies the unique identifier assigned to the user by the issuer. The combination of issuer and issuerAssignedId must be unique within the organization. Represents the sign-in name for the user, when signInType is set to emailAddress or userName (also known as local accounts).When signInType is set to: emailAddress, (or starts with emailAddress like emailAddress1) issuerAssignedId must be a valid email addressuserName, issuerAssignedId must be a valid local part of an email addressSupports $filter. 512 character limit.
    [SignInType <String>]: Specifies the user sign-in types in your directory, such as emailAddress, userName or federated. Here, federated represents a unique identifier for a user from an issuer, that can be in any format chosen by the issuer. Additional validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string.
  [ImAddresses <String[]>]: The instant message voice over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only.
  [InferenceClassification <IMicrosoftGraphInferenceClassification>]: inferenceClassification
    [(Any) <Object>]: This indicates any property can be added to this object.
    [Id <String>]: Read-only.
    [Overrides <IMicrosoftGraphInferenceClassificationOverride[]>]: A set of overrides for a user to always classify messages from specific senders in certain ways: focused, or other. Read-only. Nullable.
      [Id <String>]: Read-only.
      [ClassifyAs <String>]: inferenceClassificationType
      [SenderEmailAddress <IMicrosoftGraphEmailAddress>]: emailAddress
  [Insights <IMicrosoftGraphOfficeGraphInsights>]: officeGraphInsights
    [(Any) <Object>]: This indicates any property can be added to this object.
    [Id <String>]: Read-only.
    [Shared <IMicrosoftGraphSharedInsight[]>]: Calculated relationship identifying documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for Business and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.
      [Id <String>]: Read-only.
      [LastShared <IMicrosoftGraphSharingDetail>]: sharingDetail
        [(Any) <Object>]: This indicates any property can be added to this object.
        [SharedBy <IMicrosoftGraphInsightIdentity>]: insightIdentity
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Address <String>]: The email address of the user who shared the item.
          [DisplayName <String>]: The display name of the user who shared the item.
          [Id <String>]: The id of the user who shared the item.
        [SharedDateTime <DateTime?>]: The date and time the file was last shared. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: 2014-01-01T00:00:00Z. Read-only.
        [SharingReference <IMicrosoftGraphResourceReference>]: resourceReference
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Id <String>]: The item's unique identifier.
          [Type <String>]: A string value that can be used to classify the item, such as 'microsoft.graph.driveItem'
          [WebUrl <String>]: A URL leading to the referenced item.
        [SharingSubject <String>]: The subject with which the document was shared.
        [SharingType <String>]: Determines the way the document was shared, can be by a 'Link', 'Attachment', 'Group', 'Site'.
      [LastSharedMethod <IMicrosoftGraphEntity>]: entity
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Id <String>]: Read-only.
      [Resource <IMicrosoftGraphEntity>]: entity
      [ResourceReference <IMicrosoftGraphResourceReference>]: resourceReference
      [ResourceVisualization <IMicrosoftGraphResourceVisualization>]: resourceVisualization
        [(Any) <Object>]: This indicates any property can be added to this object.
        [ContainerDisplayName <String>]: A string describing where the item is stored. For example, the name of a SharePoint site or the user name identifying the owner of the OneDrive storing the item.
        [ContainerType <String>]: Can be used for filtering by the type of container in which the file is stored. Such as Site or OneDriveBusiness.
        [ContainerWebUrl <String>]: A path leading to the folder in which the item is stored.
        [MediaType <String>]: The item's media type. Can be used for filtering for a specific type of file based on supported IANA Media Mime Types. Note that not all Media Mime Types are supported.
        [PreviewImageUrl <String>]: A URL leading to the preview image for the item.
        [PreviewText <String>]: A preview text for the item.
        [Title <String>]: The item's title text.
        [Type <String>]: The item's media type. Can be used for filtering for a specific file based on a specific type. See below for supported types.
      [SharingHistory <IMicrosoftGraphSharingDetail[]>]:
    [Trending <IMicrosoftGraphTrending[]>]: Calculated relationship identifying documents trending around a user. Trending documents are calculated based on activity of the user's closest network of people and include files stored in OneDrive for Business and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.
      [Id <String>]: Read-only.
      [LastModifiedDateTime <DateTime?>]:
      [Resource <IMicrosoftGraphEntity>]: entity
      [ResourceReference <IMicrosoftGraphResourceReference>]: resourceReference
      [ResourceVisualization <IMicrosoftGraphResourceVisualization>]: resourceVisualization
      [Weight <Double?>]: Value indicating how much the document is currently trending. The larger the number, the more the document is currently trending around the user (the more relevant it is). Returned documents are sorted by this value.
    [Used <IMicrosoftGraphUsedInsight[]>]: Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.
      [Id <String>]: Read-only.
      [LastUsed <IMicrosoftGraphUsageDetails>]: usageDetails
        [(Any) <Object>]: This indicates any property can be added to this object.
        [LastAccessedDateTime <DateTime?>]: The date and time the resource was last accessed by the user. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: 2014-01-01T00:00:00Z. Read-only.
        [LastModifiedDateTime <DateTime?>]: The date and time the resource was last modified by the user. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: 2014-01-01T00:00:00Z. Read-only.
      [Resource <IMicrosoftGraphEntity>]: entity
      [ResourceReference <IMicrosoftGraphResourceReference>]: resourceReference
      [ResourceVisualization <IMicrosoftGraphResourceVisualization>]: resourceVisualization
  [Interests <String[]>]: A list for the user to describe their interests.
  [IsResourceAccount <Boolean?>]: Do not use – reserved for future use.
  [JobTitle <String>]: The user’s job title. Supports $filter.
  [JoinedTeams <IMicrosoftGraphTeam[]>]:
    [Id <String>]: Read-only.
    [Channels <IMicrosoftGraphChannel[]>]: The collection of channels & messages associated with the team.
      [Id <String>]: Read-only.
      [Description <String>]: Optional textual description for the channel.
      [DisplayName <String>]: Channel name as it will appear to the user in Microsoft Teams.
      [Email <String>]: The email address for sending messages to the channel. Read-only.
      [FilesFolder <IMicrosoftGraphDriveItem1>]: driveItem
      [Messages <IMicrosoftGraphChatMessage1[]>]: A collection of all the messages in the channel. A navigation property. Nullable.
        [Id <String>]: Read-only.
        [Attachments <IMicrosoftGraphChatMessageAttachment[]>]: Attached files. Attachments are currently read-only – sending attachments is not supported.
          [Content <String>]: The content of the attachment. If the attachment is a rich card, set the property to the rich card object. This property and contentUrl are mutually exclusive.
          [ContentType <String>]: The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.file: Raw file attachment. Populate the contenturl field with the base64 encoding of the file in data: format.image/: Image type with the type of the image specified ex: image/png, image/jpeg, image/gif. Populate the contentUrl field with the base64 encoding of the file in data: format.video/: Video type with the format specified. Ex: video/mp4. Populate the contentUrl field with the base64 encoding of the file in data: format.audio/: Audio type with the format specified. Ex: audio/wmw. Populate the contentUrl field with the base64 encoding of the file in data: format.application/card type: Rich card attachment type with the card type specifying the exact card format to use. Set content with the json format of the card. Supported values for card type include:application/vnd.microsoft.card.adaptive: A rich card that can contain any combination of text, speech, images,,buttons, and input fields. Set the content property to,an AdaptiveCard object.application/vnd.microsoft.card.animation: A rich card that plays animation. Set the content property,to an AnimationCardobject.application/vnd.microsoft.card.audio: A rich card that plays audio files. Set the content property,to an AudioCard object.application/vnd.microsoft.card.video: A rich card that plays videos. Set the content property,to a VideoCard object.application/vnd.microsoft.card.hero: A Hero card. Set the content property to a HeroCard object.application/vnd.microsoft.card.thumbnail: A Thumbnail card. Set the content property to a ThumbnailCard object.application/vnd.microsoft.com.card.receipt: A Receipt card. Set the content property to a ReceiptCard object.application/vnd.microsoft.com.card.signin: A user Sign In card. Set the content property to a SignInCard object.
          [ContentUrl <String>]: URL for the content of the attachment. Supported protocols: http, https, file and data.
          [Id <String>]: Read-only. Unique id of the attachment.
          [Name <String>]: Name of the attachment.
          [ThumbnailUrl <String>]: URL to a thumbnail image that the channel can use if it supports using an alternative, smaller form of content or contentUrl. For example, if you set contentType to application/word and set contentUrl to the location of the Word document, you might include a thumbnail image that represents the document. The channel could display the thumbnail image instead of the document. When the user clicks the image, the channel would open the document.
        [Body <IMicrosoftGraphItemBody>]: itemBody
        [CreatedDateTime <DateTime?>]: Read only. Timestamp of when the chat message was created.
        [DeletedDateTime <DateTime?>]: Read only. Timestamp at which the chat message was deleted, or null if not deleted.
        [Etag <String>]: Read-only. Version number of the chat message.
        [From <IMicrosoftGraphIdentitySet>]: identitySet
        [HostedContents <IMicrosoftGraphChatMessageHostedContent[]>]:
          [Id <String>]: Read-only.
        [Importance <String>]:
        [LastModifiedDateTime <DateTime?>]: Read only. Timestamp of when the chat message is created or edited, including when a reply is made (if it's a root chat message in a channel) or a reaction is added or removed.
        [Locale <String>]: Locale of the chat message set by the client.
        [Mentions <IMicrosoftGraphChatMessageMention[]>]: List of entities mentioned in the chat message. Currently supports user, bot, team, channel.
          [Id <Int32?>]: Index of an entity being mentioned in the specified chatMessage. Matches the {index} value in the corresponding <at id='{index}'> tag in the message body.
          [MentionText <String>]: String used to represent the mention. For example, a user's display name, a team name.
          [Mentioned <IMicrosoftGraphIdentitySet>]: identitySet
        [MessageType <String>]:
        [PolicyViolation <IMicrosoftGraphChatMessagePolicyViolation>]: chatMessagePolicyViolation
          [(Any) <Object>]: This indicates any property can be added to this object.
          [DlpAction <String>]: chatMessagePolicyViolationDlpActionTypes
          [JustificationText <String>]:
          [PolicyTip <IMicrosoftGraphChatMessagePolicyViolationPolicyTip>]: chatMessagePolicyViolationPolicyTip
            [(Any) <Object>]: This indicates any property can be added to this object.
            [ComplianceUrl <String>]:
            [GeneralText <String>]:
            [MatchedConditionDescriptions <String[]>]:
          [UserAction <String>]: chatMessagePolicyViolationUserActionTypes
          [VerdictDetails <String>]: chatMessagePolicyViolationVerdictDetailsTypes
        [Reactions <IMicrosoftGraphChatMessageReaction[]>]:
          [CreatedDateTime <DateTime?>]:
          [ReactionType <String>]:
          [User <IMicrosoftGraphIdentitySet>]: identitySet
        [Replies <IMicrosoftGraphChatMessage1[]>]:
        [ReplyToId <String>]: Read-only. Id of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels not chats)
        [Subject <String>]: The subject of the chat message, in plaintext.
        [Summary <String>]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. Only applies to channel chat messages, not chat messages in a chat.
        [WebUrl <String>]:
      [Tabs <IMicrosoftGraphTeamsTab[]>]: A collection of all the tabs in the channel. A navigation property.
        [Id <String>]: Read-only.
        [Configuration <IMicrosoftGraphTeamsTabConfiguration>]: teamsTabConfiguration
          [(Any) <Object>]: This indicates any property can be added to this object.
          [ContentUrl <String>]: Url used for rendering tab contents in Teams. Required.
          [EntityId <String>]: Identifier for the entity hosted by the tab provider.
          [RemoveUrl <String>]: Url called by Teams client when a Tab is removed using the Teams Client.
          [WebsiteUrl <String>]: Url for showing tab contents outside of Teams.
        [DisplayName <String>]: Name of the tab.
        [TeamsApp <IMicrosoftGraphTeamsApp>]: teamsApp
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Id <String>]: Read-only.
          [AppDefinitions <IMicrosoftGraphTeamsAppDefinition[]>]: The details for each version of the app.
            [Id <String>]: Read-only.
            [DisplayName <String>]: The name of the app provided by the app developer.
            [TeamsAppId <String>]: The id from the Teams App manifest.
            [Version <String>]: The version number of the application.
          [DisplayName <String>]: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package.
          [DistributionMethod <String>]: teamsAppDistributionMethod
          [ExternalId <String>]: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package.
        [WebUrl <String>]: Deep link URL of the tab instance. Read only.
      [WebUrl <String>]: A hyperlink that will navigate to the channel in Microsoft Teams. This is the URL that you get when you right-click a channel in Microsoft Teams and select Get link to channel. This URL should be treated as an opaque blob, and not parsed. Read-only.
    [Classification <String>]:
    [Description <String>]:
    [DisplayName <String>]:
    [FunSettings <IMicrosoftGraphTeamFunSettings>]: teamFunSettings
      [(Any) <Object>]: This indicates any property can be added to this object.
      [AllowCustomMemes <Boolean?>]: If set to true, enables users to include custom memes.
      [AllowGiphy <Boolean?>]: If set to true, enables Giphy use.
      [AllowStickersAndMemes <Boolean?>]: If set to true, enables users to include stickers and memes.
      [GiphyContentRating <String>]: giphyRatingType
    [Group <IMicrosoftGraphGroup1>]: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types.
      [(Any) <Object>]: This indicates any property can be added to this object.
      [DeletedDateTime <DateTime?>]:
      [Id <String>]: Read-only.
      [AcceptedSenders <IMicrosoftGraphDirectoryObject[]>]: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post.
      [AllowExternalSenders <Boolean?>]: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select.
      [AppRoleAssignments <IMicrosoftGraphAppRoleAssignment[]>]:
      [AssignedLabels <IMicrosoftGraphAssignedLabel[]>]: The list of sensitivity label pairs (label ID, label name) associated with an Microsoft 365 group. Returned only on $select. Read-only.
        [DisplayName <String>]: The display name of the label. Read-only.
        [LabelId <String>]: The unique identifier of the label.
      [AssignedLicenses <IMicrosoftGraphAssignedLicense[]>]: The licenses that are assigned to the group. Returned only on $select. Read-only.
      [AutoSubscribeNewMembers <Boolean?>]: Indicates if new members added to the group will be auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; do not set it in the initial POST request that creates the group. Default value is false. Returned only on $select.
      [Calendar <IMicrosoftGraphCalendar>]: calendar
      [CalendarView <IMicrosoftGraphEvent[]>]: The calendar view for the calendar. Read-only.
      [Classification <String>]: Describes a classification for the group (such as low, medium or high business impact). Valid values for this property are defined by creating a ClassificationList setting value, based on the template definition.Returned by default.
      [Conversations <IMicrosoftGraphConversation[]>]: The group's conversations.
        [Id <String>]: Read-only.
        [HasAttachments <Boolean?>]: Indicates whether any of the posts within this Conversation has at least one attachment.
        [LastDeliveredDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [Preview <String>]: A short summary from the body of the latest post in this converstaion.
        [Threads <IMicrosoftGraphConversationThread[]>]: A collection of all the conversation threads in the conversation. A navigation property. Read-only. Nullable.
          [Id <String>]: Read-only.
          [CcRecipients <IMicrosoftGraphRecipient[]>]: The Cc: recipients for the thread.
          [HasAttachments <Boolean?>]: Indicates whether any of the posts within this thread has at least one attachment.
          [IsLocked <Boolean?>]: Indicates if the thread is locked.
          [LastDeliveredDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [Posts <IMicrosoftGraphPost1[]>]: Read-only. Nullable.
            [Categories <String[]>]: The categories associated with the item
            [ChangeKey <String>]: Identifies the version of the item. Every time the item is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.
            [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
            [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
            [Id <String>]: Read-only.
            [Attachments <IMicrosoftGraphAttachment[]>]: Read-only. Nullable.
            [Body <IMicrosoftGraphItemBody>]: itemBody
            [ConversationId <String>]: Unique ID of the conversation. Read-only.
            [ConversationThreadId <String>]: Unique ID of the conversation thread. Read-only.
            [Extensions <IMicrosoftGraphExtension[]>]: The collection of open extensions defined for the post. Read-only. Nullable.
            [From <IMicrosoftGraphRecipient>]: recipient
            [HasAttachments <Boolean?>]: Indicates whether the post has at least one attachment. This is a default property.
            [InReplyTo <IMicrosoftGraphPost1>]: post
            [MultiValueExtendedProperties <IMicrosoftGraphMultiValueLegacyExtendedProperty[]>]: The collection of multi-value extended properties defined for the post. Read-only. Nullable.
            [NewParticipants <IMicrosoftGraphRecipient[]>]: Conversation participants that were added to the thread as part of this post.
            [ReceivedDateTime <DateTime?>]: Specifies when the post was received. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
            [Sender <IMicrosoftGraphRecipient>]: recipient
            [SingleValueExtendedProperties <IMicrosoftGraphSingleValueLegacyExtendedProperty[]>]: The collection of single-value extended properties defined for the post. Read-only. Nullable.
          [Preview <String>]: A short summary from the body of the latest post in this conversation.
          [ToRecipients <IMicrosoftGraphRecipient[]>]: The To: recipients for the thread.
          [Topic <String>]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated.
          [UniqueSenders <String[]>]: All the users that sent a message to this thread.
        [Topic <String>]: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated.
        [UniqueSenders <String[]>]: All the users that sent a message to this Conversation.
      [CreatedDateTime <DateTime?>]: Timestamp of when the group was created. The value cannot be modified and is automatically populated when the group is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Returned by default. Read-only.
      [CreatedOnBehalfOf <IMicrosoftGraphDirectoryObject>]: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types.
      [Description <String>]: An optional description for the group. Returned by default.
      [DisplayName <String>]: The display name for the group. This property is required when a group is created and cannot be cleared during updates. Returned by default. Supports $filter and $orderby.
      [Drive <IMicrosoftGraphDrive>]: drive
      [Drives <IMicrosoftGraphDrive[]>]: The group's drives. Read-only.
      [Events <IMicrosoftGraphEvent[]>]: The group's calendar events.
      [ExpirationDateTime <DateTime?>]: Timestamp of when the group is set to expire. The value cannot be modified and is automatically populated when the group is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Returned by default. Read-only.
      [Extensions <IMicrosoftGraphExtension[]>]: The collection of open extensions defined for the group. Read-only. Nullable.
      [GroupLifecyclePolicies <IMicrosoftGraphGroupLifecyclePolicy[]>]: The collection of lifecycle policies for this group. Read-only. Nullable.
        [Id <String>]: Read-only.
        [AlternateNotificationEmails <String>]: List of email address to send notifications for groups without owners. Multiple email address can be defined by separating email address with a semicolon.
        [GroupLifetimeInDays <Int32?>]: Number of days before a group expires and needs to be renewed. Once renewed, the group expiration is extended by the number of days defined.
        [ManagedGroupTypes <String>]: The group type for which the expiration policy applies. Possible values are All, Selected or None.
      [GroupTypes <String[]>]: Specifies the group type and its membership. If the collection contains Unified, the group is a Microsoft 365 group; otherwise, it's either a security group or distribution group. For details, see groups overview.If the collection includes DynamicMembership, the group has dynamic membership; otherwise, membership is static. Returned by default. Supports $filter.
      [HasMembersWithLicenseErrors <Boolean?>]: Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true). See an example.
      [HideFromAddressLists <Boolean?>]: True if the group is not displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select.
      [HideFromOutlookClients <Boolean?>]: True if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. Default value is false. Returned only on $select.
      [IsArchived <Boolean?>]:
      [IsSubscribedByMail <Boolean?>]: Indicates whether the signed-in user is subscribed to receive email conversations. Default value is true. Returned only on $select.
      [LicenseProcessingState <IMicrosoftGraphLicenseProcessingState>]: licenseProcessingState
        [(Any) <Object>]: This indicates any property can be added to this object.
        [State <String>]:
      [Mail <String>]: The SMTP address for the group, for example, 'serviceadmins@contoso.onmicrosoft.com'. Returned by default. Read-only. Supports $filter.
      [MailEnabled <Boolean?>]: Specifies whether the group is mail-enabled. Returned by default.
      [MailNickname <String>]: The mail alias for the group, unique in the organization. This property must be specified when a group is created. Returned by default. Supports $filter.
      [MemberOf <IMicrosoftGraphDirectoryObject[]>]: Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.
      [Members <IMicrosoftGraphDirectoryObject[]>]: Users and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups) Nullable.
      [MembersWithLicenseErrors <IMicrosoftGraphDirectoryObject[]>]: A list of group members with license errors from this group-based license assignment. Read-only.
      [MembershipRule <String>]: The rule that determines members for this group if the group is a dynamic group (groupTypes contains DynamicMembership). For more information about the syntax of the membership rule, see Membership Rules syntax. Returned by default.
      [MembershipRuleProcessingState <String>]: Indicates whether the dynamic membership processing is on or paused. Possible values are 'On' or 'Paused'. Returned by default.
      [OnPremisesDomainName <String>]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only.
      [OnPremisesLastSyncDateTime <DateTime?>]: Indicates the last time at which the group was synced with the on-premises directory.The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Returned by default. Read-only. Supports $filter.
      [OnPremisesNetBiosName <String>]: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only.
      [OnPremisesProvisioningErrors <IMicrosoftGraphOnPremisesProvisioningError[]>]: Errors when using Microsoft synchronization product during provisioning. Returned by default.
        [Category <String>]: Category of the provisioning error. Note: Currently, there is only one possible value. Possible value: PropertyConflict - indicates a property value is not unique. Other objects contain the same value for the property.
        [OccurredDateTime <DateTime?>]: The date and time at which the error occurred.
        [PropertyCausingError <String>]: Name of the directory property causing the error. Current possible values: UserPrincipalName or ProxyAddress
        [Value <String>]: Value of the property causing the error.
      [OnPremisesSamAccountName <String>]: Contains the on-premises SAM account name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only.
      [OnPremisesSecurityIdentifier <String>]: Contains the on-premises security identifier (SID) for the group that was synchronized from on-premises to the cloud. Returned by default. Read-only.
      [OnPremisesSyncEnabled <Boolean?>]: true if this group is synced from an on-premises directory; false if this group was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Returned by default. Read-only. Supports $filter.
      [Onenote <IMicrosoftGraphOnenote>]: onenote
      [Owners <IMicrosoftGraphDirectoryObject[]>]: The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. Limited to 100 owners. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.
      [Photo <IMicrosoftGraphProfilePhoto>]: profilePhoto
      [Photos <IMicrosoftGraphProfilePhoto[]>]: The profile photos owned by the group. Read-only. Nullable.
      [Planner <IMicrosoftGraphPlannerGroup>]: plannerGroup
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Id <String>]: Read-only.
        [Plans <IMicrosoftGraphPlannerPlan[]>]: Read-only. Nullable. Returns the plannerPlans owned by the group.
          [Id <String>]: Read-only.
          [Buckets <IMicrosoftGraphPlannerBucket[]>]: Read-only. Nullable. Collection of buckets in the plan.
            [Id <String>]: Read-only.
            [Name <String>]: Name of the bucket.
            [OrderHint <String>]: Hint used to order items of this type in a list view. The format is defined as outlined here.
            [PlanId <String>]: Plan ID to which the bucket belongs.
            [Tasks <IMicrosoftGraphPlannerTask[]>]: Read-only. Nullable. The collection of tasks in the bucket.
              [Id <String>]: Read-only.
              [ActiveChecklistItemCount <Int32?>]: Number of checklist items with value set to false, representing incomplete items.
              [AppliedCategories <IMicrosoftGraphPlannerAppliedCategories>]: plannerAppliedCategories
                [(Any) <Object>]: This indicates any property can be added to this object.
              [AssignedToTaskBoardFormat <IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat>]: plannerAssignedToTaskBoardTaskFormat
                [(Any) <Object>]: This indicates any property can be added to this object.
                [Id <String>]: Read-only.
                [OrderHintsByAssignee <IMicrosoftGraphPlannerOrderHintsByAssignee>]: plannerOrderHintsByAssignee
                  [(Any) <Object>]: This indicates any property can be added to this object.
                [UnassignedOrderHint <String>]: Hint value used to order the task on the AssignedTo view of the Task Board when the task is not assigned to anyone, or if the orderHintsByAssignee dictionary does not provide an order hint for the user the task is assigned to. The format is defined as outlined here.
              [AssigneePriority <String>]: Hint used to order items of this type in a list view. The format is defined as outlined here.
              [Assignments <IMicrosoftGraphPlannerAssignments>]: plannerAssignments
                [(Any) <Object>]: This indicates any property can be added to this object.
              [BucketId <String>]: Bucket ID to which the task belongs. The bucket needs to be in the plan that the task is in. It is 28 characters long and case-sensitive. Format validation is done on the service.
              [BucketTaskBoardFormat <IMicrosoftGraphPlannerBucketTaskBoardTaskFormat>]: plannerBucketTaskBoardTaskFormat
                [(Any) <Object>]: This indicates any property can be added to this object.
                [Id <String>]: Read-only.
                [OrderHint <String>]: Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined here.
              [ChecklistItemCount <Int32?>]: Number of checklist items that are present on the task.
              [CompletedBy <IMicrosoftGraphIdentitySet>]: identitySet
              [CompletedDateTime <DateTime?>]: Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
              [ConversationThreadId <String>]: Thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group.
              [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
              [CreatedDateTime <DateTime?>]: Read-only. Date and time at which the task is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
              [Details <IMicrosoftGraphPlannerTaskDetails>]: plannerTaskDetails
                [(Any) <Object>]: This indicates any property can be added to this object.
                [Id <String>]: Read-only.
                [Checklist <IMicrosoftGraphPlannerChecklistItems>]: plannerChecklistItems
                  [(Any) <Object>]: This indicates any property can be added to this object.
                [Description <String>]: Description of the task
                [PreviewType <String>]: plannerPreviewType
                [References <IMicrosoftGraphPlannerExternalReferences>]: plannerExternalReferences
                  [(Any) <Object>]: This indicates any property can be added to this object.
              [DueDateTime <DateTime?>]: Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
              [HasDescription <Boolean?>]: Read-only. Value is true if the details object of the task has a non-empty description and false otherwise.
              [OrderHint <String>]: Hint used to order items of this type in a list view. The format is defined as outlined here.
              [PercentComplete <Int32?>]: Percentage of task completion. When set to 100, the task is considered completed.
              [PlanId <String>]: Plan ID to which the task belongs.
              [PreviewType <String>]: plannerPreviewType
              [ProgressTaskBoardFormat <IMicrosoftGraphPlannerProgressTaskBoardTaskFormat>]: plannerProgressTaskBoardTaskFormat
                [(Any) <Object>]: This indicates any property can be added to this object.
                [Id <String>]: Read-only.
                [OrderHint <String>]: Hint value used to order the task on the Progress view of the Task Board. The format is defined as outlined here.
              [ReferenceCount <Int32?>]: Number of external references that exist on the task.
              [StartDateTime <DateTime?>]: Date and time at which the task starts. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
              [Title <String>]: Title of the task.
          [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
          [CreatedDateTime <DateTime?>]: Read-only. Date and time at which the plan is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
          [Details <IMicrosoftGraphPlannerPlanDetails>]: plannerPlanDetails
            [(Any) <Object>]: This indicates any property can be added to this object.
            [Id <String>]: Read-only.
            [CategoryDescriptions <IMicrosoftGraphPlannerCategoryDescriptions>]: plannerCategoryDescriptions
              [(Any) <Object>]: This indicates any property can be added to this object.
              [Category1 <String>]: The label associated with Category 1
              [Category2 <String>]: The label associated with Category 2
              [Category3 <String>]: The label associated with Category 3
              [Category4 <String>]: The label associated with Category 4
              [Category5 <String>]: The label associated with Category 5
              [Category6 <String>]: The label associated with Category 6
            [SharedWith <IMicrosoftGraphPlannerUserIds>]: plannerUserIds
              [(Any) <Object>]: This indicates any property can be added to this object.
          [Owner <String>]: ID of the Group that owns the plan. A valid group must exist before this field can be set. After it is set, this property can’t be updated.
          [Tasks <IMicrosoftGraphPlannerTask[]>]: Read-only. Nullable. Collection of tasks in the plan.
          [Title <String>]: Required. Title of the plan.
      [PreferredDataLocation <String>]: The preferred data location for the group. For more information, see OneDrive Online Multi-Geo. Returned by default.
      [PreferredLanguage <String>]: The preferred language for an Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default.
      [ProxyAddresses <String[]>]: Email addresses for the group that direct to the same group mailbox. For example: ['SMTP: bob@contoso.com', 'smtp: bob@sales.contoso.com']. The any operator is required to filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.
      [RejectedSenders <IMicrosoftGraphDirectoryObject[]>]: The list of users or groups that are not allowed to create posts or calendar events in this group. Nullable
      [RenewedDateTime <DateTime?>]: Timestamp of when the group was last renewed. This cannot be modified directly and is only updated via the renew service action. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Returned by default. Read-only.
      [SecurityEnabled <Boolean?>]: Specifies whether the group is a security group. Returned by default. Supports $filter.
      [SecurityIdentifier <String>]: Security identifier of the group, used in Windows scenarios. Returned by default.
      [Settings <IMicrosoftGraphGroupSetting[]>]: Read-only. Nullable.
        [Id <String>]: Read-only.
        [DisplayName <String>]: Display name of this group of settings, which comes from the associated template.
        [TemplateId <String>]: Unique identifier for the template used to create this group of settings. Read-only.
        [Values <IMicrosoftGraphSettingValue[]>]: Collection of name value pairs. Must contain and set all the settings defined in the template.
          [Name <String>]: Name of the setting (as defined by the groupSettingTemplate).
          [Value <String>]: Value of the setting.
      [Sites <IMicrosoftGraphSite[]>]: The list of SharePoint sites in this group. Access the default site with /sites/root.
      [Team <IMicrosoftGraphTeam>]: team
      [Theme <String>]: Specifies an Microsoft 365 group's color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.
      [Threads <IMicrosoftGraphConversationThread[]>]: The group's conversation threads. Nullable.
      [TransitiveMemberOf <IMicrosoftGraphDirectoryObject[]>]:
      [TransitiveMembers <IMicrosoftGraphDirectoryObject[]>]:
      [UnseenCount <Int32?>]: Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select.
      [Visibility <String>]: Specifies the visibility of a Microsoft 365 group. Possible values are: Private, Public, or Hiddenmembership; blank values are treated as public. See group visibility options to learn more.Visibility can be set only when a group is created; it is not editable.Visibility is supported only for unified groups; it is not supported for security groups. Returned by default.
    [GuestSettings <IMicrosoftGraphTeamGuestSettings>]: teamGuestSettings
      [(Any) <Object>]: This indicates any property can be added to this object.
      [AllowCreateUpdateChannels <Boolean?>]: If set to true, guests can add and update channels.
      [AllowDeleteChannels <Boolean?>]: If set to true, guests can delete channels.
    [InstalledApps <IMicrosoftGraphTeamsAppInstallation[]>]: The apps installed in this team.
      [Id <String>]: Read-only.
      [TeamsApp <IMicrosoftGraphTeamsApp>]: teamsApp
      [TeamsAppDefinition <IMicrosoftGraphTeamsAppDefinition>]: teamsAppDefinition
    [InternalId <String>]: A unique ID for the team that has been used in a few places such as the audit log/Office 365 Management Activity API.
    [IsArchived <Boolean?>]: Whether this team is in read-only mode.
    [MemberSettings <IMicrosoftGraphTeamMemberSettings>]: teamMemberSettings
      [(Any) <Object>]: This indicates any property can be added to this object.
      [AllowAddRemoveApps <Boolean?>]: If set to true, members can add and remove apps.
      [AllowCreateUpdateChannels <Boolean?>]: If set to true, members can add and update channels.
      [AllowCreateUpdateRemoveConnectors <Boolean?>]: If set to true, members can add, update, and remove connectors.
      [AllowCreateUpdateRemoveTabs <Boolean?>]: If set to true, members can add, update, and remove tabs.
      [AllowDeleteChannels <Boolean?>]: If set to true, members can delete channels.
    [Members <IMicrosoftGraphConversationMember[]>]:
      [Id <String>]: Read-only.
      [DisplayName <String>]:
      [Roles <String[]>]:
    [MessagingSettings <IMicrosoftGraphTeamMessagingSettings>]: teamMessagingSettings
      [(Any) <Object>]: This indicates any property can be added to this object.
      [AllowChannelMentions <Boolean?>]: If set to true, @channel mentions are allowed.
      [AllowOwnerDeleteMessages <Boolean?>]: If set to true, owners can delete any message.
      [AllowTeamMentions <Boolean?>]: If set to true, @team mentions are allowed.
      [AllowUserDeleteMessages <Boolean?>]: If set to true, users can delete their messages.
      [AllowUserEditMessages <Boolean?>]: If set to true, users can edit their messages.
    [Operations <IMicrosoftGraphTeamsAsyncOperation[]>]:
      [Id <String>]: Read-only.
      [AttemptsCount <Int32?>]:
      [CreatedDateTime <DateTime?>]:
      [Error <IMicrosoftGraphOperationError>]: operationError
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Code <String>]: Operation error code.
        [Message <String>]: Operation error message.
      [LastActionDateTime <DateTime?>]:
      [OperationType <String>]: teamsAsyncOperationType
      [Status <String>]: teamsAsyncOperationStatus
      [TargetResourceId <String>]:
      [TargetResourceLocation <String>]:
    [PrimaryChannel <IMicrosoftGraphChannel>]: channel
    [Schedule <IMicrosoftGraphSchedule>]: schedule
      [(Any) <Object>]: This indicates any property can be added to this object.
      [Id <String>]: Read-only.
      [Enabled <Boolean?>]: Indicates whether the schedule is enabled for the team. Required.
      [OfferShiftRequests <IMicrosoftGraphOfferShiftRequest[]>]:
        [AssignedTo <String>]: scheduleChangeRequestActor
        [ManagerActionDateTime <DateTime?>]:
        [ManagerActionMessage <String>]:
        [ManagerUserId <String>]:
        [SenderDateTime <DateTime?>]:
        [SenderMessage <String>]:
        [SenderUserId <String>]:
        [State <String>]: scheduleChangeState
        [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [Id <String>]: Read-only.
        [RecipientActionDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [RecipientActionMessage <String>]: Custom message sent by recipient of the offer shift request.
        [RecipientUserId <String>]: User ID of the recipient of the offer shift request.
        [SenderShiftId <String>]: User ID of the sender of the offer shift request.
      [OfferShiftRequestsEnabled <Boolean?>]: Indicates whether offer shift requests are enabled for the schedule.
      [OpenShiftChangeRequests <IMicrosoftGraphOpenShiftChangeRequest[]>]:
        [AssignedTo <String>]: scheduleChangeRequestActor
        [ManagerActionDateTime <DateTime?>]:
        [ManagerActionMessage <String>]:
        [ManagerUserId <String>]:
        [SenderDateTime <DateTime?>]:
        [SenderMessage <String>]:
        [SenderUserId <String>]:
        [State <String>]: scheduleChangeState
        [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [Id <String>]: Read-only.
        [OpenShiftId <String>]: ID for the open shift.
      [OpenShifts <IMicrosoftGraphOpenShift[]>]:
        [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [Id <String>]: Read-only.
        [DraftOpenShift <IMicrosoftGraphOpenShiftItem>]: openShiftItem
          [(Any) <Object>]: This indicates any property can be added to this object.
          [Activities <IMicrosoftGraphShiftActivity[]>]: An incremental part of a shift which can cover details of when and where an employee is during their shift. For example, an assignment or a scheduled break or lunch. Required.
            [Code <String>]: Customer defined code for the shiftActivity. Required.
            [DisplayName <String>]: The name of the shiftActivity. Required.
            [EndDateTime <DateTime?>]: The end date and time for the shiftActivity. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Required.
            [IsPaid <Boolean?>]: Indicates whether the microsoft.graph.user should be paid for the activity during their shift. Required.
            [StartDateTime <DateTime?>]: The start date and time for the shiftActivity. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Required.
            [Theme <String>]: scheduleEntityTheme
          [DisplayName <String>]: The shift label of the shiftItem.
          [Notes <String>]: The shift notes for the shiftItem.
          [EndDateTime <DateTime?>]:
          [StartDateTime <DateTime?>]:
          [Theme <String>]: scheduleEntityTheme
          [OpenSlotCount <Int32?>]: Count of the number of slots for the given open shift.
        [SchedulingGroupId <String>]: ID for the scheduling group that the open shift belongs to.
        [SharedOpenShift <IMicrosoftGraphOpenShiftItem>]: openShiftItem
      [OpenShiftsEnabled <Boolean?>]: Indicates whether open shifts are enabled for the schedule.
      [ProvisionStatus <String>]: operationStatus
      [ProvisionStatusCode <String>]: Additional information about why schedule provisioning failed.
      [SchedulingGroups <IMicrosoftGraphSchedulingGroup[]>]: The logical grouping of users in the schedule (usually by role).
        [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [Id <String>]: Read-only.
        [DisplayName <String>]: The display name for the schedulingGroup. Required.
        [IsActive <Boolean?>]: Indicates whether the schedulingGroup can be used when creating new entities or updating existing ones. Required.
        [UserIds <String[]>]: The list of user IDs that are a member of the schedulingGroup. Required.
      [Shifts <IMicrosoftGraphShift[]>]: The shifts in the schedule.
        [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [Id <String>]: Read-only.
        [DraftShift <IMicrosoftGraphShiftItem>]: shiftItem
          [(Any) <Object>]: This indicates any property can be added to this object.
          [EndDateTime <DateTime?>]:
          [StartDateTime <DateTime?>]:
          [Theme <String>]: scheduleEntityTheme
          [Activities <IMicrosoftGraphShiftActivity[]>]: An incremental part of a shift which can cover details of when and where an employee is during their shift. For example, an assignment or a scheduled break or lunch. Required.
          [DisplayName <String>]: The shift label of the shiftItem.
          [Notes <String>]: The shift notes for the shiftItem.
        [SchedulingGroupId <String>]: ID of the scheduling group the shift is part of. Required.
        [SharedShift <IMicrosoftGraphShiftItem>]: shiftItem
        [UserId <String>]: ID of the user assigned to the shift. Required.
      [SwapShiftsChangeRequests <IMicrosoftGraphSwapShiftsChangeRequest[]>]:
        [RecipientActionDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [RecipientActionMessage <String>]: Custom message sent by recipient of the offer shift request.
        [RecipientUserId <String>]: User ID of the recipient of the offer shift request.
        [SenderShiftId <String>]: User ID of the sender of the offer shift request.
        [AssignedTo <String>]: scheduleChangeRequestActor
        [ManagerActionDateTime <DateTime?>]:
        [ManagerActionMessage <String>]:
        [ManagerUserId <String>]:
        [SenderDateTime <DateTime?>]:
        [SenderMessage <String>]:
        [SenderUserId <String>]:
        [State <String>]: scheduleChangeState
        [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [Id <String>]: Read-only.
        [RecipientShiftId <String>]: ShiftId for the recipient user with whom the request is to swap.
      [SwapShiftsRequestsEnabled <Boolean?>]: Indicates whether swap shifts requests are enabled for the schedule.
      [TimeClockEnabled <Boolean?>]: Indicates whether time clock is enabled for the schedule.
      [TimeOffReasons <IMicrosoftGraphTimeOffReason[]>]: The set of reasons for a time off in the schedule.
        [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [Id <String>]: Read-only.
        [DisplayName <String>]: The name of the timeOffReason. Required.
        [IconType <String>]: timeOffReasonIconType
        [IsActive <Boolean?>]: Indicates whether the timeOffReason can be used when creating new entities or updating existing ones. Required.
      [TimeOffRequests <IMicrosoftGraphTimeOffRequest[]>]:
        [AssignedTo <String>]: scheduleChangeRequestActor
        [ManagerActionDateTime <DateTime?>]:
        [ManagerActionMessage <String>]:
        [ManagerUserId <String>]:
        [SenderDateTime <DateTime?>]:
        [SenderMessage <String>]:
        [SenderUserId <String>]:
        [State <String>]: scheduleChangeState
        [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [Id <String>]: Read-only.
        [EndDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [StartDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [TimeOffReasonId <String>]: The reason for the time off.
      [TimeOffRequestsEnabled <Boolean?>]: Indicates whether time off requests are enabled for the schedule.
      [TimeZone <String>]: Indicates the time zone of the schedule team using tz database format. Required.
      [TimesOff <IMicrosoftGraphTimeOff[]>]: The instances of times off in the schedule.
        [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
        [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
        [Id <String>]: Read-only.
        [DraftTimeOff <IMicrosoftGraphTimeOffItem>]: timeOffItem
          [(Any) <Object>]: This indicates any property can be added to this object.
          [EndDateTime <DateTime?>]:
          [StartDateTime <DateTime?>]:
          [Theme <String>]: scheduleEntityTheme
          [TimeOffReasonId <String>]: ID of the timeOffReason for this timeOffItem. Required.
        [SharedTimeOff <IMicrosoftGraphTimeOffItem>]: timeOffItem
        [UserId <String>]: ID of the user assigned to the timeOff. Required.
      [WorkforceIntegrationIds <String[]>]:
    [Specialization <String>]: teamSpecialization
    [Template <IMicrosoftGraphTeamsTemplate>]: teamsTemplate
      [(Any) <Object>]: This indicates any property can be added to this object.
      [Id <String>]: Read-only.
    [Visibility <String>]: teamVisibilityType
    [WebUrl <String>]: A hyperlink that will go to the team in the Microsoft Teams client. This is the URL that you get when you right-click a team in the Microsoft Teams client and select Get link to team. This URL should be treated as an opaque blob, and not parsed.
  [LastPasswordChangeDateTime <DateTime?>]: The time when this Azure AD user last changed their password. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
  [LegalAgeGroupClassification <String>]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information.)
  [LicenseAssignmentStates <IMicrosoftGraphLicenseAssignmentState[]>]: State of license assignments for this user. Read-only.
    [AssignedByGroup <String>]:
    [DisabledPlans <String[]>]:
    [Error <String>]:
    [SkuId <String>]:
    [State <String>]:
  [LicenseDetails <IMicrosoftGraphLicenseDetails[]>]: A collection of this user's license details. Read-only.
    [Id <String>]: Read-only.
    [ServicePlans <IMicrosoftGraphServicePlanInfo[]>]: Information about the service plans assigned with the license. Read-only, Not nullable
      [AppliesTo <String>]: The object the service plan can be assigned to. Possible values:'User' - service plan can be assigned to individual users.'Company' - service plan can be assigned to the entire tenant.
      [ProvisioningStatus <String>]: The provisioning status of the service plan. Possible values:'Success' - Service is fully provisioned.'Disabled' - Service has been disabled.'PendingInput' - Service is not yet provisioned; awaiting service confirmation.'PendingActivation' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan)'PendingProvisioning' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.
      [ServicePlanId <String>]: The unique identifier of the service plan.
      [ServicePlanName <String>]: The name of the service plan.
    [SkuId <String>]: Unique identifier (GUID) for the service SKU. Equal to the skuId property on the related SubscribedSku object. Read-only
    [SkuPartNumber <String>]: Unique SKU display name. Equal to the skuPartNumber on the related SubscribedSku object; for example: 'AAD_Premium'. Read-only
  [Mail <String>]: The SMTP address for the user, for example, 'jeff@contoso.onmicrosoft.com'. Read-Only. Supports $filter.
  [MailFolders <IMicrosoftGraphMailFolder[]>]: The user's mail folders. Read-only. Nullable.
    [Id <String>]: Read-only.
    [ChildFolderCount <Int32?>]: The number of immediate child mailFolders in the current mailFolder.
    [ChildFolders <IMicrosoftGraphMailFolder[]>]: The collection of child folders in the mailFolder.
    [DisplayName <String>]: The mailFolder's display name.
    [MessageRules <IMicrosoftGraphMessageRule[]>]: The collection of rules that apply to the user's Inbox folder.
      [Id <String>]: Read-only.
      [Actions <IMicrosoftGraphMessageRuleActions>]: messageRuleActions
        [(Any) <Object>]: This indicates any property can be added to this object.
        [AssignCategories <String[]>]: A list of categories to be assigned to a message.
        [CopyToFolder <String>]: The ID of a folder that a message is to be copied to.
        [Delete <Boolean?>]: Indicates whether a message should be moved to the Deleted Items folder.
        [ForwardAsAttachmentTo <IMicrosoftGraphRecipient[]>]: The email addresses of the recipients to which a message should be forwarded as an attachment.
        [ForwardTo <IMicrosoftGraphRecipient[]>]: The email addresses of the recipients to which a message should be forwarded.
        [MarkAsRead <Boolean?>]: Indicates whether a message should be marked as read.
        [MarkImportance <String>]: importance
        [MoveToFolder <String>]: The ID of the folder that a message will be moved to.
        [PermanentDelete <Boolean?>]: Indicates whether a message should be permanently deleted and not saved to the Deleted Items folder.
        [RedirectTo <IMicrosoftGraphRecipient[]>]: The email addresses to which a message should be redirected.
        [StopProcessingRules <Boolean?>]: Indicates whether subsequent rules should be evaluated.
      [Conditions <IMicrosoftGraphMessageRulePredicates>]: messageRulePredicates
        [(Any) <Object>]: This indicates any property can be added to this object.
        [BodyContains <String[]>]: Represents the strings that should appear in the body of an incoming message in order for the condition or exception to apply.
        [BodyOrSubjectContains <String[]>]: Represents the strings that should appear in the body or subject of an incoming message in order for the condition or exception to apply.
        [Categories <String[]>]: Represents the categories that an incoming message should be labeled with in order for the condition or exception to apply.
        [FromAddresses <IMicrosoftGraphRecipient[]>]: Represents the specific sender email addresses of an incoming message in order for the condition or exception to apply.
        [HasAttachments <Boolean?>]: Indicates whether an incoming message must have attachments in order for the condition or exception to apply.
        [HeaderContains <String[]>]: Represents the strings that appear in the headers of an incoming message in order for the condition or exception to apply.
        [Importance <String>]: importance
        [IsApprovalRequest <Boolean?>]: Indicates whether an incoming message must be an approval request in order for the condition or exception to apply.
        [IsAutomaticForward <Boolean?>]: Indicates whether an incoming message must be automatically forwarded in order for the condition or exception to apply.
        [IsAutomaticReply <Boolean?>]: Indicates whether an incoming message must be an auto reply in order for the condition or exception to apply.
        [IsEncrypted <Boolean?>]: Indicates whether an incoming message must be encrypted in order for the condition or exception to apply.
        [IsMeetingRequest <Boolean?>]: Indicates whether an incoming message must be a meeting request in order for the condition or exception to apply.
        [IsMeetingResponse <Boolean?>]: Indicates whether an incoming message must be a meeting response in order for the condition or exception to apply.
        [IsNonDeliveryReport <Boolean?>]: Indicates whether an incoming message must be a non-delivery report in order for the condition or exception to apply.
        [IsPermissionControlled <Boolean?>]: Indicates whether an incoming message must be permission controlled (RMS-protected) in order for the condition or exception to apply.
        [IsReadReceipt <Boolean?>]: Indicates whether an incoming message must be a read receipt in order for the condition or exception to apply.
        [IsSigned <Boolean?>]: Indicates whether an incoming message must be S/MIME-signed in order for the condition or exception to apply.
        [IsVoicemail <Boolean?>]: Indicates whether an incoming message must be a voice mail in order for the condition or exception to apply.
        [MessageActionFlag <String>]: messageActionFlag
        [NotSentToMe <Boolean?>]: Indicates whether the owner of the mailbox must not be a recipient of an incoming message in order for the condition or exception to apply.
        [RecipientContains <String[]>]: Represents the strings that appear in either the toRecipients or ccRecipients properties of an incoming message in order for the condition or exception to apply.
        [SenderContains <String[]>]: Represents the strings that appear in the from property of an incoming message in order for the condition or exception to apply.
        [Sensitivity <String>]: sensitivity
        [SentCcMe <Boolean?>]: Indicates whether the owner of the mailbox must be in the ccRecipients property of an incoming message in order for the condition or exception to apply.
        [SentOnlyToMe <Boolean?>]: Indicates whether the owner of the mailbox must be the only recipient in an incoming message in order for the condition or exception to apply.
        [SentToAddresses <IMicrosoftGraphRecipient[]>]: Represents the email addresses that an incoming message must have been sent to in order for the condition or exception to apply.
        [SentToMe <Boolean?>]: Indicates whether the owner of the mailbox must be in the toRecipients property of an incoming message in order for the condition or exception to apply.
        [SentToOrCcMe <Boolean?>]: Indicates whether the owner of the mailbox must be in either a toRecipients or ccRecipients property of an incoming message in order for the condition or exception to apply.
        [SubjectContains <String[]>]: Represents the strings that appear in the subject of an incoming message in order for the condition or exception to apply.
        [WithinSizeRange <IMicrosoftGraphSizeRange>]: sizeRange
          [(Any) <Object>]: This indicates any property can be added to this object.
          [MaximumSize <Int32?>]: The maximum size (in kilobytes) that an incoming message must have in order for a condition or exception to apply.
          [MinimumSize <Int32?>]: The minimum size (in kilobytes) that an incoming message must have in order for a condition or exception to apply.
      [DisplayName <String>]: The display name of the rule.
      [Exceptions <IMicrosoftGraphMessageRulePredicates>]: messageRulePredicates
      [HasError <Boolean?>]: Indicates whether the rule is in an error condition. Read-only.
      [IsEnabled <Boolean?>]: Indicates whether the rule is enabled to be applied to messages.
      [IsReadOnly <Boolean?>]: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API.
      [Sequence <Int32?>]: Indicates the order in which the rule is executed, among other rules.
    [Messages <IMicrosoftGraphMessage[]>]: The collection of messages in the mailFolder.
      [Categories <String[]>]: The categories associated with the item
      [ChangeKey <String>]: Identifies the version of the item. Every time the item is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.
      [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
      [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
      [Id <String>]: Read-only.
      [Attachments <IMicrosoftGraphAttachment[]>]: The fileAttachment and itemAttachment attachments for the message.
      [BccRecipients <IMicrosoftGraphRecipient[]>]: The Bcc: recipients for the message.
      [Body <IMicrosoftGraphItemBody>]: itemBody
      [BodyPreview <String>]: The first 255 characters of the message body. It is in text format.
      [CcRecipients <IMicrosoftGraphRecipient[]>]: The Cc: recipients for the message.
      [ConversationId <String>]: The ID of the conversation the email belongs to.
      [ConversationIndex <Byte[]>]: Indicates the position of the message within the conversation.
      [Extensions <IMicrosoftGraphExtension[]>]: The collection of open extensions defined for the message. Nullable.
      [Flag <IMicrosoftGraphFollowupFlag>]: followupFlag
        [(Any) <Object>]: This indicates any property can be added to this object.
        [CompletedDateTime <IMicrosoftGraphDateTimeZone>]: dateTimeTimeZone
        [DueDateTime <IMicrosoftGraphDateTimeZone>]: dateTimeTimeZone
        [FlagStatus <String>]: followupFlagStatus
        [StartDateTime <IMicrosoftGraphDateTimeZone>]: dateTimeTimeZone
      [From <IMicrosoftGraphRecipient>]: recipient
      [HasAttachments <Boolean?>]: Indicates whether the message has attachments. This property doesn't include inline attachments, so if a message contains only inline attachments, this property is false. To verify the existence of inline attachments, parse the body property to look for a src attribute, such as <IMG src='cid:image001.jpg@01D26CD8.6C05F070'>.
      [Importance <String>]: importance
      [InferenceClassification <String>]: inferenceClassificationType
      [InternetMessageHeaders <IMicrosoftGraphInternetMessageHeader[]>]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. Returned only on applying a $select query option. Read-only.
        [Name <String>]: Represents the key in a key-value pair.
        [Value <String>]: The value in a key-value pair.
      [InternetMessageId <String>]: The message ID in the format specified by RFC2822.
      [IsDeliveryReceiptRequested <Boolean?>]: Indicates whether a read receipt is requested for the message.
      [IsDraft <Boolean?>]: Indicates whether the message is a draft. A message is a draft if it hasn't been sent yet.
      [IsRead <Boolean?>]: Indicates whether the message has been read.
      [IsReadReceiptRequested <Boolean?>]: Indicates whether a read receipt is requested for the message.
      [MultiValueExtendedProperties <IMicrosoftGraphMultiValueLegacyExtendedProperty[]>]: The collection of multi-value extended properties defined for the message. Nullable.
      [ParentFolderId <String>]: The unique identifier for the message's parent mailFolder.
      [ReceivedDateTime <DateTime?>]: The date and time the message was received.
      [ReplyTo <IMicrosoftGraphRecipient[]>]: The email addresses to use when replying.
      [Sender <IMicrosoftGraphRecipient>]: recipient
      [SentDateTime <DateTime?>]: The date and time the message was sent.
      [SingleValueExtendedProperties <IMicrosoftGraphSingleValueLegacyExtendedProperty[]>]: The collection of single-value extended properties defined for the message. Nullable.
      [Subject <String>]: The subject of the message.
      [ToRecipients <IMicrosoftGraphRecipient[]>]: The To: recipients for the message.
      [UniqueBody <IMicrosoftGraphItemBody>]: itemBody
      [WebLink <String>]: The URL to open the message in Outlook Web App.You can append an ispopout argument to the end of the URL to change how the message is displayed. If ispopout is not present or if it is set to 1, then the message is shown in a popout window. If ispopout is set to 0, then the browser will show the message in the Outlook Web App review pane.The message will open in the browser if you are logged in to your mailbox via Outlook Web App. You will be prompted to login if you are not already logged in with the browser.This URL can be accessed from within an iFrame.
    [MultiValueExtendedProperties <IMicrosoftGraphMultiValueLegacyExtendedProperty[]>]: The collection of multi-value extended properties defined for the mailFolder. Read-only. Nullable.
    [ParentFolderId <String>]: The unique identifier for the mailFolder's parent mailFolder.
    [SingleValueExtendedProperties <IMicrosoftGraphSingleValueLegacyExtendedProperty[]>]: The collection of single-value extended properties defined for the mailFolder. Read-only. Nullable.
    [TotalItemCount <Int32?>]: The number of items in the mailFolder.
    [UnreadItemCount <Int32?>]: The number of items in the mailFolder marked as unread.
  [MailNickname <String>]: The mail alias for the user. This property must be specified when a user is created. Supports $filter.
  [MailboxSettings <IMicrosoftGraphMailboxSettings>]: mailboxSettings
    [(Any) <Object>]: This indicates any property can be added to this object.
    [ArchiveFolder <String>]: Folder ID of an archive folder for the user.
    [AutomaticRepliesSetting <IMicrosoftGraphAutomaticRepliesSetting>]: automaticRepliesSetting
      [(Any) <Object>]: This indicates any property can be added to this object.
      [ExternalAudience <String>]: externalAudienceScope
      [ExternalReplyMessage <String>]: The automatic reply to send to the specified external audience, if Status is AlwaysEnabled or Scheduled.
      [InternalReplyMessage <String>]: The automatic reply to send to the audience internal to the signed-in user's organization, if Status is AlwaysEnabled or Scheduled.
      [ScheduledEndDateTime <IMicrosoftGraphDateTimeZone>]: dateTimeTimeZone
      [ScheduledStartDateTime <IMicrosoftGraphDateTimeZone>]: dateTimeTimeZone
      [Status <String>]: automaticRepliesStatus
    [DateFormat <String>]: The date format for the user's mailbox.
    [DelegateMeetingMessageDeliveryOptions <String>]: delegateMeetingMessageDeliveryOptions
    [Language <IMicrosoftGraphLocaleInfo>]: localeInfo
      [(Any) <Object>]: This indicates any property can be added to this object.
      [DisplayName <String>]: A name representing the user's locale in natural language, for example, 'English (United States)'.
      [Locale <String>]: A locale representation for the user, which includes the user's preferred language and country/region. For example, 'en-us'. The language component follows 2-letter codes as defined in ISO 639-1, and the country component follows 2-letter codes as defined in ISO 3166-1 alpha-2.
    [TimeFormat <String>]: The time format for the user's mailbox.
    [TimeZone <String>]: The default time zone for the user's mailbox.
    [WorkingHours <IMicrosoftGraphWorkingHours>]: workingHours
      [(Any) <Object>]: This indicates any property can be added to this object.
      [DaysOfWeek <String[]>]: The days of the week on which the user works.
      [EndTime <String>]: The time of the day that the user stops working.
      [StartTime <String>]: The time of the day that the user starts working.
      [TimeZone <IMicrosoftGraphTimeZoneBase>]: timeZoneBase
        [(Any) <Object>]: This indicates any property can be added to this object.
        [Name <String>]: The name of a time zone. It can be a standard time zone name such as 'Hawaii-Aleutian Standard Time', or 'Customized Time Zone' for a custom time zone.
  [ManagedAppRegistrations <IMicrosoftGraphManagedAppRegistration[]>]: Zero or more managed app registrations that belong to the user.
    [Id <String>]: Read-only.
    [AppIdentifier <IMicrosoftGraphMobileAppIdentifier>]: The identifier for a mobile app.
      [(Any) <Object>]: This indicates any property can be added to this object.
    [ApplicationVersion <String>]: App version
    [AppliedPolicies <IMicrosoftGraphManagedAppPolicy[]>]: Zero or more policys already applied on the registered app when it last synchronized with managment service.
      [Id <String>]: Read-only.
      [CreatedDateTime <DateTime?>]: The date and time the policy was created.
      [Description <String>]: The policy's description.
      [DisplayName <String>]: Policy display name.
      [LastModifiedDateTime <DateTime?>]: Last time the policy was modified.
      [Version <String>]: Version of the entity.
    [CreatedDateTime <DateTime?>]: Date and time of creation
    [DeviceName <String>]: Host device name
    [DeviceTag <String>]: App management SDK generated tag, which helps relate apps hosted on the same device. Not guaranteed to relate apps in all conditions.
    [DeviceType <String>]: Host device type
    [FlaggedReasons <String[]>]: Zero or more reasons an app registration is flagged. E.g. app running on rooted device
    [IntendedPolicies <IMicrosoftGraphManagedAppPolicy[]>]: Zero or more policies admin intended for the app as of now.
    [LastSyncDateTime <DateTime?>]: Date and time of last the app synced with management service.
    [ManagementSdkVersion <String>]: App management SDK version
    [Operations <IMicrosoftGraphManagedAppOperation[]>]: Zero or more long running operations triggered on the app registration.
      [Id <String>]: Read-only.
      [DisplayName <String>]: The operation name.
      [LastModifiedDateTime <DateTime?>]: The last time the app operation was modified.
      [State <String>]: The current state of the operation
      [Version <String>]: Version of the entity.
    [PlatformVersion <String>]: Operating System version
    [UserId <String>]: The user Id to who this app registration belongs.
    [Version <String>]: Version of the entity.
  [ManagedDevices <IMicrosoftGraphManagedDevice[]>]: The managed devices associated with the user.
    [Id <String>]: Read-only.
    [ActivationLockBypassCode <String>]: Code that allows the Activation Lock on a device to be bypassed.
    [AndroidSecurityPatchLevel <String>]: Android security patch level
    [AzureAdDeviceId <String>]: The unique identifier for the Azure Active Directory device. Read only.
    [AzureAdRegistered <Boolean?>]: Whether the device is Azure Active Directory registered.
    [ComplianceGracePeriodExpirationDateTime <DateTime?>]: The DateTime when device compliance grace period expires
    [ComplianceState <String>]: complianceState
    [ConfigurationManagerClientEnabledFeatures <IMicrosoftGraphConfigurationManagerClientEnabledFeatures>]: configuration Manager client enabled features
      [(Any) <Object>]: This indicates any property can be added to this object.
      [CompliancePolicy <Boolean?>]: Whether compliance policy is managed by Intune
      [DeviceConfiguration <Boolean?>]: Whether device configuration is managed by Intune
      [Inventory <Boolean?>]: Whether inventory is managed by Intune
      [ModernApps <Boolean?>]: Whether modern application is managed by Intune
      [ResourceAccess <Boolean?>]: Whether resource access is managed by Intune
      [WindowsUpdateForBusiness <Boolean?>]: Whether Windows Update for Business is managed by Intune
    [DeviceActionResults <IMicrosoftGraphDeviceActionResult[]>]: List of ComplexType deviceActionResult objects.
      [ActionName <String>]: Action name
      [ActionState <String>]: actionState
      [LastUpdatedDateTime <DateTime?>]: Time the action state was last updated
      [StartDateTime <DateTime?>]: Time the action was initiated
    [DeviceCategory <IMicrosoftGraphDeviceCategory>]: Device categories provides a way to organize your devices. Using device categories, company administrators can define their own categories that make sense to their company.??These categories can then be applied to a device in the Intune Azure console or selected by a user during device enrollment. You can filter reports and create dynamic Azure Active Directory device groups based on device categories.
      [(Any) <Object>]: This indicates any property can be added to this object.
      [Id <String>]: Read-only.
      [Description <String>]: Optional description for the device category.
      [DisplayName <String>]: Display name for the device category.
    [DeviceCategoryDisplayName <String>]: Device category display name
    [DeviceCompliancePolicyStates <IMicrosoftGraphDeviceCompliancePolicyState[]>]: Device compliance policy states for this device.
      [Id <String>]: Read-only.
      [DisplayName <String>]: The name of the policy for this policyBase
      [PlatformType <String>]:
      [SettingCount <Int32?>]: Count of how many setting a policy holds
      [SettingStates <IMicrosoftGraphDeviceCompliancePolicySettingState[]>]:
        [CurrentValue <String>]: Current value of setting on device
        [ErrorCode <Int64?>]: Error code for the setting
        [ErrorDescription <String>]: Error description
        [InstanceDisplayName <String>]: Name of setting instance that is being reported.
        [Setting <String>]: The setting that is being reported
        [SettingName <String>]: Localized/user friendly setting name that is being reported
        [Sources <IMicrosoftGraphSettingSource[]>]: Contributing policies
          [DisplayName <String>]: Not yet documented
          [Id <String>]: Not yet documented
        [State <String>]: complianceStatus
        [UserEmail <String>]: UserEmail
        [UserId <String>]: UserId
        [UserName <String>]: UserName
        [UserPrincipalName <String>]: UserPrincipalName.
      [State <String>]: complianceStatus
      [Version <Int32?>]: The version of the policy
    [DeviceConfigurationStates <IMicrosoftGraphDeviceConfigurationState[]>]: Device configuration states for this device.
      [Id <String>]: Read-only.
      [DisplayName <String>]: The name of the policy for this policyBase
      [PlatformType <String>]:
      [SettingCount <Int32?>]: Count of how many setting a policy holds
      [SettingStates <IMicrosoftGraphDeviceConfigurationSettingState[]>]:
        [CurrentValue <String>]: Current value of setting on device
        [ErrorCode <Int64?>]: Error code for the setting
        [ErrorDescription <String>]: Error description
        [InstanceDisplayName <String>]: Name of setting instance that is being reported.
        [Setting <String>]: The setting that is being reported
        [SettingName <String>]: Localized/user friendly setting name that is being reported
        [Sources <IMicrosoftGraphSettingSource[]>]: Contributing policies
        [State <String>]: complianceStatus
        [UserEmail <String>]: UserEmail
        [UserId <String>]: UserId
        [UserName <String>]: UserName
        [UserPrincipalName <String>]: UserPrincipalName.
      [State <String>]: complianceStatus
      [Version <Int32?>]: The version of the policy
    [DeviceEnrollmentType <String>]:
    [DeviceHealthAttestationState <IMicrosoftGraphDeviceHealthAttestationState>]: deviceHealthAttestationState
      [(Any) <Object>]: This indicates any property can be added to this object.
      [AttestationIdentityKey <String>]: TWhen an Attestation Identity Key (AIK) is present on a device, it indicates that the device has an endorsement key (EK) certificate.
      [BitLockerStatus <String>]: On or Off of BitLocker Drive Encryption
      [BootAppSecurityVersion <String>]: The security version number of the Boot Application
      [BootDebugging <String>]: When bootDebugging is enabled, the device is used in development and testing
      [BootManagerSecurityVersion <String>]: The security version number of the Boot Application
      [BootManagerVersion <String>]: The version of the Boot Manager
      [BootRevisionListInfo <String>]: The Boot Revision List that was loaded during initial boot on the attested device
      [CodeIntegrity <String>]: When code integrity is enabled, code execution is restricted to integrity verified code
      [CodeIntegrityCheckVersion <String>]: The version of the Boot Manager
      [CodeIntegrityPolicy <String>]: The Code Integrity policy that is controlling the security of the boot environment
      [ContentNamespaceUrl <String>]: The DHA report version. (Namespace version)
      [ContentVersion <String>]: The HealthAttestation state schema version
      [DataExcutionPolicy <String>]: DEP Policy defines a set of hardware and software technologies that perform additional checks on memory
      [DeviceHealthAttestationStatus <String>]: The DHA report version. (Namespace version)
      [EarlyLaunchAntiMalwareDriverProtection <String>]: ELAM provides protection for the computers in your network when they start up
      [HealthAttestationSupportedStatus <String>]: This attribute indicates if DHA is supported for the device
      [HealthStatusMismatchInfo <String>]: This attribute appears if DHA-Service detects an integrity issue
      [IssuedDateTime <DateTime?>]: The DateTime when device was evaluated or issued to MDM
      [LastUpdateDateTime <String>]: The Timestamp of the last update.
      [OperatingSystemKernelDebugging <String>]: When operatingSystemKernelDebugging is enabled, the device is used in development and testing
      [OperatingSystemRevListInfo <String>]: The Operating System Revision List that was loaded during initial boot on the attested device
      [Pcr0 <String>]: The measurement that is captured in PCR[0]
      [PcrHashAlgorithm <String>]: Informational attribute that identifies the HASH algorithm that was used by TPM
      [ResetCount <Int64?>]: The number of times a PC device has hibernated or resumed
      [RestartCount <Int64?>]: The number of times a PC device has rebooted
      [SafeMode <String>]: Safe mode is a troubleshooting option for Windows that starts your computer in a limited state
      [SecureBoot <String>]: When Secure Boot is enabled, the core components must have the correct cryptographic signatures
      [SecureBootConfigurationPolicyFingerPrint <String>]: Fingerprint of the Custom Secure Boot Configuration Policy
      [TestSigning <String>]: When test signing is allowed, the device does not enforce signature validation during boot
      [TpmVersion <String>]: The security version number of the Boot Application
      [VirtualSecureMode <String>]: VSM is a container that protects high value assets from a compromised kernel
      [WindowsPe <String>]: Operating system running with limited services that is used to prepare a computer for Windows
    [DeviceName <String>]: Name of the device
    [DeviceRegistrationState <String>]: deviceRegistrationState
    [EasActivated <Boolean?>]: Whether the device is Exchange ActiveSync activated.
    [EasActivationDateTime <DateTime?>]: Exchange ActivationSync activation time of the device.
    [EasDeviceId <String>]: Exchange ActiveSync Id of the device.
    [EmailAddress <String>]: Email(s) for the user associated with the device
    [EnrolledDateTime <DateTime?>]: Enrollment time of the device.
    [ExchangeAccessState <String>]: deviceManagementExchangeAccessState
    [ExchangeAccessStateReason <String>]: deviceManagementExchangeAccessStateReason
    [ExchangeLastSuccessfulSyncDateTime <DateTime?>]: Last time the device contacted Exchange.
    [FreeStorageSpaceInBytes <Int64?>]: Free Storage in Bytes
    [Imei <String>]: IMEI
    [IsEncrypted <Boolean?>]: Device encryption status
    [IsSupervised <Boolean?>]: Device supervised status
    [JailBroken <String>]: whether the device is jail broken or rooted.
    [LastSyncDateTime <DateTime?>]: The date and time that the device last completed a successful sync with Intune.
    [ManagedDeviceName <String>]: Automatically generated name to identify a device. Can be overwritten to a user friendly name.
    [ManagedDeviceOwnerType <String>]: managedDeviceOwnerType
    [ManagementAgent <String>]:
    [Manufacturer <String>]: Manufacturer of the device
    [Meid <String>]: MEID
    [Model <String>]: Model of the device
    [OSVersion <String>]: Operating system version of the device.
    [OperatingSystem <String>]: Operating system of the device. Windows, iOS, etc.
    [PartnerReportedThreatState <String>]: managedDevicePartnerReportedHealthState
    [PhoneNumber <String>]: Phone number of the device
    [RemoteAssistanceSessionErrorDetails <String>]: An error string that identifies issues when creating Remote Assistance session objects.
    [RemoteAssistanceSessionUrl <String>]: Url that allows a Remote Assistance session to be established with the device.
    [SerialNumber <String>]: SerialNumber
    [SubscriberCarrier <String>]: Subscriber Carrier
    [TotalStorageSpaceInBytes <Int64?>]: Total Storage in Bytes
    [UserDisplayName <String>]: User display name
    [UserId <String>]: Unique Identifier for the user associated with the device
    [UserPrincipalName <String>]: Device user principal name
    [WiFiMacAddress <String>]: Wi-Fi MAC
  [Manager <IMicrosoftGraphDirectoryObject>]: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types.
  [MemberOf <IMicrosoftGraphDirectoryObject[]>]: The groups and directory roles that the user is a member of. Read-only. Nullable.
  [Messages <IMicrosoftGraphMessage[]>]: The messages in a mailbox or folder. Read-only. Nullable.
  [MobilePhone <String>]: The primary cellular telephone number for the user.
  [MySite <String>]: The URL for the user's personal site.
  [Oauth2PermissionGrants <IMicrosoftGraphOAuth2PermissionGrant[]>]:
    [Id <String>]: Read-only.
    [ClientId <String>]: The id of the client service principal for the application which is authorized to act on behalf of a signed-in user when accessing an API. Required. Supports $filter (eq only).
    [ConsentType <String>]: Indicates if authorization is granted for the client application to impersonate all users or only a specific user. AllPrincipals indicates authorization to impersonate all users. Principal indicates authorization to impersonate a specific user. Consent on behalf of all users can be granted by an administrator. Non-admin users may be authorized to consent on behalf of themselves in some cases, for some delegated permissions. Required. Supports $filter (eq only).
    [PrincipalId <String>]: The id of the user on behalf of whom the client is authorized to access the resource, when consentType is Principal. If consentType is AllPrincipals this value is null. Required when consentType is Principal.
    [ResourceId <String>]: The id of the resource service principal to which access is authorized. This identifies the API which the client is authorized to attempt to call on behalf of a signed-in user.
    [Scope <String>]: A space-separated list of the claim values for delegated permissions which should be included in access tokens for the resource application (the API). For example, openid User.Read GroupMember.Read.All. Each claim value should match the value field of one of the delegated permissions defined by the API, listed in the publishedPermissionScopes property of the resource service principal.
  [OfficeLocation <String>]: The office location in the user's place of business.
  [OnPremisesDistinguishedName <String>]: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only.
  [OnPremisesDomainName <String>]: Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only.
  [OnPremisesExtensionAttributes <IMicrosoftGraphOnPremisesExtensionAttributes>]: onPremisesExtensionAttributes
    [(Any) <Object>]: This indicates any property can be added to this object.
    [ExtensionAttribute1 <String>]: First customizable extension attribute.
    [ExtensionAttribute10 <String>]: Tenth customizable extension attribute.
    [ExtensionAttribute11 <String>]: Eleventh customizable extension attribute.
    [ExtensionAttribute12 <String>]: Twelfth customizable extension attribute.
    [ExtensionAttribute13 <String>]: Thirteenth customizable extension attribute.
    [ExtensionAttribute14 <String>]: Fourteenth customizable extension attribute.
    [ExtensionAttribute15 <String>]: Fifteenth customizable extension attribute.
    [ExtensionAttribute2 <String>]: Second customizable extension attribute.
    [ExtensionAttribute3 <String>]: Third customizable extension attribute.
    [ExtensionAttribute4 <String>]: Fourth customizable extension attribute.
    [ExtensionAttribute5 <String>]: Fifth customizable extension attribute.
    [ExtensionAttribute6 <String>]: Sixth customizable extension attribute.
    [ExtensionAttribute7 <String>]: Seventh customizable extension attribute.
    [ExtensionAttribute8 <String>]: Eighth customizable extension attribute.
    [ExtensionAttribute9 <String>]: Ninth customizable extension attribute.
  [OnPremisesImmutableId <String>]: This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user’s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Supports $filter.
  [OnPremisesLastSyncDateTime <DateTime?>]: Indicates the last time at which the object was synced with the on-premises directory; for example: '2013-02-16T03:04:54Z'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.
  [OnPremisesProvisioningErrors <IMicrosoftGraphOnPremisesProvisioningError[]>]: Errors when using Microsoft synchronization product during provisioning.
  [OnPremisesSamAccountName <String>]: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only.
  [OnPremisesSecurityIdentifier <String>]: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only.
  [OnPremisesSyncEnabled <Boolean?>]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only
  [OnPremisesUserPrincipalName <String>]: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only.
  [Onenote <IMicrosoftGraphOnenote>]: onenote
  [OnlineMeetings <IMicrosoftGraphOnlineMeeting[]>]:
    [Id <String>]: Read-only.
    [AudioConferencing <IMicrosoftGraphAudioConferencing>]: audioConferencing
      [(Any) <Object>]: This indicates any property can be added to this object.
      [ConferenceId <String>]:
      [DialinUrl <String>]: A URL to the externally-accessible web page that contains dial-in information.
      [TollFreeNumber <String>]: The toll-free number that connects to the Audio Conference Provider.
      [TollNumber <String>]: The toll number that connects to the Audio Conference Provider.
    [ChatInfo <IMicrosoftGraphChatInfo>]: chatInfo
      [(Any) <Object>]: This indicates any property can be added to this object.
      [MessageId <String>]: The unique identifier of a message in a Microsoft Teams channel.
      [ReplyChainMessageId <String>]: The ID of the reply message.
      [ThreadId <String>]: The unique identifier for a thread in Microsoft Teams.
    [CreationDateTime <DateTime?>]: The meeting creation time in UTC. Read-only.
    [EndDateTime <DateTime?>]: The meeting end time in UTC.
    [ExternalId <String>]:
    [JoinInformation <IMicrosoftGraphItemBody>]: itemBody
    [JoinWebUrl <String>]: The join URL of the online meeting. Read-only.
    [Participants <IMicrosoftGraphMeetingParticipants>]: meetingParticipants
      [(Any) <Object>]: This indicates any property can be added to this object.
      [Attendees <IMicrosoftGraphMeetingParticipantInfo[]>]:
        [Identity <IMicrosoftGraphIdentitySet>]: identitySet
        [Upn <String>]: User principal name of the participant.
      [Organizer <IMicrosoftGraphMeetingParticipantInfo>]: meetingParticipantInfo
    [StartDateTime <DateTime?>]: The meeting start time in UTC.
    [Subject <String>]: The subject of the online meeting.
    [VideoTeleconferenceId <String>]: The video teleconferencing ID. Read-only.
  [OtherMails <String[]>]: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Supports $filter.
  [Outlook <IMicrosoftGraphOutlookUser>]: outlookUser
    [(Any) <Object>]: This indicates any property can be added to this object.
    [Id <String>]: Read-only.
    [MasterCategories <IMicrosoftGraphOutlookCategory[]>]: A list of categories defined for the user.
      [Id <String>]: Read-only.
      [Color <String>]: categoryColor
      [DisplayName <String>]: A unique name that identifies a category in the user's mailbox. After a category is created, the name cannot be changed. Read-only.
  [OwnedDevices <IMicrosoftGraphDirectoryObject[]>]: Devices that are owned by the user. Read-only. Nullable.
  [OwnedObjects <IMicrosoftGraphDirectoryObject[]>]: Directory objects that are owned by the user. Read-only. Nullable.
  [PasswordPolicies <String>]: Specifies password policies for the user. This value is an enumeration with one possible value being 'DisableStrongPassword', which allows weaker passwords than the default policy to be specified. 'DisablePasswordExpiration' can also be specified. The two may be specified together; for example: 'DisablePasswordExpiration, DisableStrongPassword'.
  [PasswordProfile <IMicrosoftGraphPasswordProfile>]: passwordProfile
    [(Any) <Object>]: This indicates any property can be added to this object.
    [ForceChangePasswordNextSignIn <Boolean?>]: true if the user must change her password on the next login; otherwise false.
    [ForceChangePasswordNextSignInWithMfa <Boolean?>]: If true, at next sign-in, the user must perform a multi-factor authentication (MFA) before being forced to change their password. The behavior is identical to forceChangePasswordNextSignIn except that the user is required to first perform a multi-factor authentication before password change. After a password change, this property will be automatically reset to false. If not set, default is false.
    [Password <String>]: The password for the user. This property is required when a user is created. It can be updated, but the user will be required to change the password on the next login. The password must satisfy minimum requirements as specified by the user’s passwordPolicies property. By default, a strong password is required.
  [PastProjects <String[]>]: A list for the user to enumerate their past projects.
  [People <IMicrosoftGraphPerson[]>]: People that are relevant to the user. Read-only. Nullable.
    [Id <String>]: Read-only.
    [Birthday <String>]: The person's birthday.
    [CompanyName <String>]: The name of the person's company.
    [Department <String>]: The person's department.
    [DisplayName <String>]: The person's display name.
    [GivenName <String>]: The person's given name.
    [ImAddress <String>]: The instant message voice over IP (VOIP) session initiation protocol (SIP) address for the user. Read-only.
    [IsFavorite <Boolean?>]: true if the user has flagged this person as a favorite.
    [JobTitle <String>]: The person's job title.
    [OfficeLocation <String>]: The location of the person's office.
    [PersonNotes <String>]: Free-form notes that the user has taken about this person.
    [PersonType <IMicrosoftGraphPersonType>]: personType
      [(Any) <Object>]: This indicates any property can be added to this object.
      [Class <String>]: The type of data source, such as Person.
      [Subclass <String>]: The secondary type of data source, such as OrganizationUser.
    [Phones <IMicrosoftGraphPhone[]>]: The person's phone numbers.
    [PostalAddresses <IMicrosoftGraphLocation[]>]: The person's addresses.
    [Profession <String>]: The person's profession.
    [ScoredEmailAddresses <IMicrosoftGraphScoredEmailAddress[]>]: The person's email addresses.
      [Address <String>]: The email address.
      [ItemId <String>]:
      [RelevanceScore <Double?>]: The relevance score of the email address. A relevance score is used as a sort key, in relation to the other returned results. A higher relevance score value corresponds to a more relevant result. Relevance is determined by the user’s communication and collaboration patterns and business relationships.
      [SelectionLikelihood <String>]: selectionLikelihoodInfo
    [Surname <String>]: The person's surname.
    [UserPrincipalName <String>]: The user principal name (UPN) of the person. The UPN is an Internet-style login name for the person based on the Internet standard RFC 822. By convention, this should map to the person's email name. The general format is alias@domain.
    [Websites <IMicrosoftGraphWebsite[]>]: The person's websites.
      [Address <String>]: The URL of the website.
      [DisplayName <String>]: The display name of the web site.
      [Type <String>]: websiteType
    [YomiCompany <String>]: The phonetic Japanese name of the person's company.
  [Photo <IMicrosoftGraphProfilePhoto>]: profilePhoto
  [Photos <IMicrosoftGraphProfilePhoto[]>]:
  [Planner <IMicrosoftGraphPlannerUser>]: plannerUser
    [(Any) <Object>]: This indicates any property can be added to this object.
    [Id <String>]: Read-only.
    [Plans <IMicrosoftGraphPlannerPlan[]>]: Read-only. Nullable. Returns the plannerTasks assigned to the user.
    [Tasks <IMicrosoftGraphPlannerTask[]>]: Read-only. Nullable. Returns the plannerPlans shared with the user.
  [PostalCode <String>]: The postal code for the user's postal address. The postal code is specific to the user's country/region. In the United States of America, this attribute contains the ZIP code.
  [PreferredLanguage <String>]: The preferred language for the user. Should follow ISO 639-1 Code; for example 'en-US'.
  [PreferredName <String>]: The preferred name for the user.
  [ProvisionedPlans <IMicrosoftGraphProvisionedPlan[]>]: The plans that are provisioned for the user. Read-only. Not nullable.
    [CapabilityStatus <String>]: For example, 'Enabled'.
    [ProvisioningStatus <String>]: For example, 'Success'.
    [Service <String>]: The name of the service; for example, 'AccessControlS2S'
  [ProxyAddresses <String[]>]: For example: ['SMTP: bob@contoso.com', 'smtp: bob@sales.contoso.com'] The any operator is required for filter expressions on multi-valued properties. Read-only, Not nullable. Supports $filter.
  [RegisteredDevices <IMicrosoftGraphDirectoryObject[]>]: Devices that are registered for the user. Read-only. Nullable.
  [Responsibilities <String[]>]: A list for the user to enumerate their responsibilities.
  [Schools <String[]>]: A list for the user to enumerate the schools they have attended.
  [Settings <IMicrosoftGraphUserSettings>]: userSettings
    [(Any) <Object>]: This indicates any property can be added to this object.
    [Id <String>]: Read-only.
    [ContributionToContentDiscoveryAsOrganizationDisabled <Boolean?>]:
    [ContributionToContentDiscoveryDisabled <Boolean?>]:
    [ShiftPreferences <IMicrosoftGraphShiftPreferences>]: shiftPreferences
      [(Any) <Object>]: This indicates any property can be added to this object.
      [CreatedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
      [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
      [LastModifiedDateTime <DateTime?>]: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
      [Id <String>]: Read-only.
      [Availability <IMicrosoftGraphShiftAvailability[]>]: Availability of the user to be scheduled for work and its recurrence pattern.
        [Recurrence <IMicrosoftGraphPatternedRecurrence>]: patternedRecurrence
        [TimeSlots <IMicrosoftGraphTimeRange[]>]: The time slot(s) preferred by the user.
          [EndTime <String>]: End time for the time range.
          [StartTime <String>]: Start time for the time range.
        [TimeZone <String>]: Specifies the time zone for the indicated time.
  [ShowInAddressList <Boolean?>]: true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false.
  [SignInSessionsValidFromDateTime <DateTime?>]: Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use revokeSignInSessions to reset.
  [Skills <String[]>]: A list for the user to enumerate their skills.
  [State <String>]: The state or province in the user's address. Supports $filter.
  [StreetAddress <String>]: The street address of the user's place of business.
  [Surname <String>]: The user's surname (family name or last name). Supports $filter.
  [TransitiveMemberOf <IMicrosoftGraphDirectoryObject[]>]:
  [UsageLocation <String>]: A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: 'US', 'JP', and 'GB'. Not nullable. Supports $filter.
  [UserPrincipalName <String>]: The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant’s collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization. Supports $filter and $orderby.
  [UserType <String>]: A string value that can be used to classify user types in your directory, such as 'Member' and 'Guest'. Supports $filter.
 
INVITEDUSERMESSAGEINFO <IMicrosoftGraphInvitedUserMessageInfo>: invitedUserMessageInfo
  [(Any) <Object>]: This indicates any property can be added to this object.
  [CcRecipients <IMicrosoftGraphRecipient[]>]: Additional recipients the invitation message should be sent to. Currently only 1 additional recipient is supported.
    [EmailAddress <IMicrosoftGraphEmailAddress>]: emailAddress
      [(Any) <Object>]: This indicates any property can be added to this object.
      [Address <String>]: The email address of the person or entity.
      [Name <String>]: The display name of the person or entity.
  [CustomizedMessageBody <String>]: Customized message body you want to send if you don't want the default message.
  [MessageLanguage <String>]: The language you want to send the default message in. If the customizedMessageBody is specified, this property is ignored, and the message is sent using the customizedMessageBody. The language format should be in ISO 639. The default is en-US.
.Link
https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.invitations/update-mginvitation
#>

function Update-MgInvitation {
[OutputType([System.Boolean])]
[CmdletBinding(DefaultParameterSetName='UpdateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')]
[Microsoft.Graph.PowerShell.Profile('v1.0')]
param(
    [Parameter(ParameterSetName='Update', Mandatory)]
    [Parameter(ParameterSetName='UpdateExpanded', Mandatory)]
    [Microsoft.Graph.PowerShell.Category('Path')]
    [System.String]
    # key: id of invitation
    ${InvitationId},

    [Parameter(ParameterSetName='UpdateViaIdentity', Mandatory, ValueFromPipeline)]
    [Parameter(ParameterSetName='UpdateViaIdentityExpanded', Mandatory, ValueFromPipeline)]
    [Microsoft.Graph.PowerShell.Category('Path')]
    [Microsoft.Graph.PowerShell.Models.IIdentityInvitationsIdentity]
    # Identity Parameter
    # To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
    ${InputObject},

    [Parameter(ParameterSetName='Update', Mandatory, ValueFromPipeline)]
    [Parameter(ParameterSetName='UpdateViaIdentity', Mandatory, ValueFromPipeline)]
    [Microsoft.Graph.PowerShell.Category('Body')]
    [Microsoft.Graph.PowerShell.Models.IMicrosoftGraphInvitation]
    # invitation
    # To construct, see NOTES section for BODYPARAMETER properties and create a hash table.
    ${BodyParameter},

    [Parameter(ParameterSetName='UpdateExpanded')]
    [Parameter(ParameterSetName='UpdateViaIdentityExpanded')]
    [Microsoft.Graph.PowerShell.Category('Body')]
    [System.Collections.Hashtable]
    # Additional Parameters
    ${AdditionalProperties},

    [Parameter(ParameterSetName='UpdateExpanded')]
    [Parameter(ParameterSetName='UpdateViaIdentityExpanded')]
    [Microsoft.Graph.PowerShell.Category('Body')]
    [System.String]
    # Read-only.
    ${Id},

    [Parameter(ParameterSetName='UpdateExpanded')]
    [Parameter(ParameterSetName='UpdateViaIdentityExpanded')]
    [Microsoft.Graph.PowerShell.Category('Body')]
    [System.String]
    # The URL user can use to redeem his invitation.
    # Read-Only
    ${InviteRedeemUrl},

    [Parameter(ParameterSetName='UpdateExpanded')]
    [Parameter(ParameterSetName='UpdateViaIdentityExpanded')]
    [Microsoft.Graph.PowerShell.Category('Body')]
    [System.String]
    # The URL user should be redirected to once the invitation is redeemed.
    # Required.
    ${InviteRedirectUrl},

    [Parameter(ParameterSetName='UpdateExpanded')]
    [Parameter(ParameterSetName='UpdateViaIdentityExpanded')]
    [Microsoft.Graph.PowerShell.Category('Body')]
    [Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser]
    # Represents an Azure Active Directory user object.
    # To construct, see NOTES section for INVITEDUSER properties and create a hash table.
    ${InvitedUser},

    [Parameter(ParameterSetName='UpdateExpanded')]
    [Parameter(ParameterSetName='UpdateViaIdentityExpanded')]
    [Microsoft.Graph.PowerShell.Category('Body')]
    [System.String]
    # The display name of the user being invited.
    ${InvitedUserDisplayName},

    [Parameter(ParameterSetName='UpdateExpanded')]
    [Parameter(ParameterSetName='UpdateViaIdentityExpanded')]
    [Microsoft.Graph.PowerShell.Category('Body')]
    [System.String]
    # The email address of the user being invited.
    # Required.
    # The following special characters are not permitted in the email address:Tilde (~)Exclamation point (!)Number sign (#)Dollar sign ($)Percent (%)Circumflex (^)Ampersand (&)Asterisk (*)Parentheses (( ))Plus sign (+)Equal sign (=)Brackets ([ ])Braces ({ })Backslash (/)Slash mark (/)Pipe (/|)Semicolon (;)Colon (:)Quotation marks (')Angle brackets (< >)Question mark ()Comma (,)However, the following exceptions apply:A period (.) or a hyphen (-) is permitted anywhere in the user name, except at the beginning or end of the name.An underscore (_) is permitted anywhere in the user name.
    # This includes at the beginning or end of the name.
    ${InvitedUserEmailAddress},

    [Parameter(ParameterSetName='UpdateExpanded')]
    [Parameter(ParameterSetName='UpdateViaIdentityExpanded')]
    [Microsoft.Graph.PowerShell.Category('Body')]
    [Microsoft.Graph.PowerShell.Models.IMicrosoftGraphInvitedUserMessageInfo]
    # invitedUserMessageInfo
    # To construct, see NOTES section for INVITEDUSERMESSAGEINFO properties and create a hash table.
    ${InvitedUserMessageInfo},

    [Parameter(ParameterSetName='UpdateExpanded')]
    [Parameter(ParameterSetName='UpdateViaIdentityExpanded')]
    [Microsoft.Graph.PowerShell.Category('Body')]
    [System.String]
    # The userType of the user being invited.
    # By default, this is Guest.
    # You can invite as Member if you are a company administrator.
    ${InvitedUserType},

    [Parameter(ParameterSetName='UpdateExpanded')]
    [Parameter(ParameterSetName='UpdateViaIdentityExpanded')]
    [Microsoft.Graph.PowerShell.Category('Body')]
    [System.Management.Automation.SwitchParameter]
    # Indicates whether an email should be sent to the user being invited or not.
    # The default is false.
    ${SendInvitationMessage},

    [Parameter(ParameterSetName='UpdateExpanded')]
    [Parameter(ParameterSetName='UpdateViaIdentityExpanded')]
    [Microsoft.Graph.PowerShell.Category('Body')]
    [System.String]
    # The status of the invitation.
    # Possible values: PendingAcceptance, Completed, InProgress, and Error
    ${Status},

    [Parameter(DontShow)]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [System.Management.Automation.SwitchParameter]
    # Wait for .NET debugger to attach
    ${Break},

    [Parameter(DontShow)]
    [ValidateNotNull()]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]]
    # SendAsync Pipeline Steps to be appended to the front of the pipeline
    ${HttpPipelineAppend},

    [Parameter(DontShow)]
    [ValidateNotNull()]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]]
    # SendAsync Pipeline Steps to be prepended to the front of the pipeline
    ${HttpPipelinePrepend},

    [Parameter()]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [System.Management.Automation.SwitchParameter]
    # Returns true when the command succeeds
    ${PassThru},

    [Parameter(DontShow)]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [System.Uri]
    # The URI for the proxy server to use
    ${Proxy},

    [Parameter(DontShow)]
    [ValidateNotNull()]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [System.Management.Automation.PSCredential]
    # Credentials for a proxy server to use for the remote call
    ${ProxyCredential},

    [Parameter(DontShow)]
    [Microsoft.Graph.PowerShell.Category('Runtime')]
    [System.Management.Automation.SwitchParameter]
    # Use the default credentials for the proxy
    ${ProxyUseDefaultCredentials}
)

begin {
    try {
        $outBuffer = $null
        if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) {
            $PSBoundParameters['OutBuffer'] = 1
        }
        $parameterSet = $PSCmdlet.ParameterSetName
        $mapping = @{
            Update = 'Microsoft.Graph.Identity.Invitations.private\Update-MgInvitation_Update';
            UpdateExpanded = 'Microsoft.Graph.Identity.Invitations.private\Update-MgInvitation_UpdateExpanded';
            UpdateViaIdentity = 'Microsoft.Graph.Identity.Invitations.private\Update-MgInvitation_UpdateViaIdentity';
            UpdateViaIdentityExpanded = 'Microsoft.Graph.Identity.Invitations.private\Update-MgInvitation_UpdateViaIdentityExpanded';
        }
        $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet)
        $scriptCmd = {& $wrappedCmd @PSBoundParameters}
        $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin)
        $steppablePipeline.Begin($PSCmdlet)
    } catch {
        throw
    }
}

process {
    try {
        $steppablePipeline.Process($_)
    } catch {
        throw
    }
}

end {
    try {
        $steppablePipeline.End()
    } catch {
        throw
    }
}
}

# SIG # Begin signature block
# MIIjlgYJKoZIhvcNAQcCoIIjhzCCI4MCAQExDzANBglghkgBZQMEAgEFADB5Bgor
# BgEEAYI3AgEEoGswaTA0BgorBgEEAYI3AgEeMCYCAwEAAAQQH8w7YFlLCE63JNLG
# KX7zUQIBAAIBAAIBAAIBAAIBADAxMA0GCWCGSAFlAwQCAQUABCDGurLVfdOrJOo1
# alxtVEjbKBcTcGJP/3/rFdYWubCrIaCCDYUwggYDMIID66ADAgECAhMzAAABiK9S
# 1rmSbej5AAAAAAGIMA0GCSqGSIb3DQEBCwUAMH4xCzAJBgNVBAYTAlVTMRMwEQYD
# VQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNy
# b3NvZnQgQ29ycG9yYXRpb24xKDAmBgNVBAMTH01pY3Jvc29mdCBDb2RlIFNpZ25p
# bmcgUENBIDIwMTEwHhcNMjAwMzA0MTgzOTQ4WhcNMjEwMzAzMTgzOTQ4WjB0MQsw
# CQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9u
# ZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMR4wHAYDVQQDExVNaWNy
# b3NvZnQgQ29ycG9yYXRpb24wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB
# AQCSCNryE+Cewy2m4t/a74wZ7C9YTwv1PyC4BvM/kSWPNs8n0RTe+FvYfU+E9uf0
# t7nYlAzHjK+plif2BhD+NgdhIUQ8sVwWO39tjvQRHjP2//vSvIfmmkRoML1Ihnjs
# 9kQiZQzYRDYYRp9xSQYmRwQjk5hl8/U7RgOiQDitVHaU7BT1MI92lfZRuIIDDYBd
# vXtbclYJMVOwqZtv0O9zQCret6R+fRSGaDNfEEpcILL+D7RV3M4uaJE4Ta6KAOdv
# V+MVaJp1YXFTZPKtpjHO6d9pHQPZiG7NdC6QbnRGmsa48uNQrb6AfmLKDI1Lp31W
# MogTaX5tZf+CZT9PSuvjOCLNAgMBAAGjggGCMIIBfjAfBgNVHSUEGDAWBgorBgEE
# AYI3TAgBBggrBgEFBQcDAzAdBgNVHQ4EFgQUj9RJL9zNrPcL10RZdMQIXZN7MG8w
# VAYDVR0RBE0wS6RJMEcxLTArBgNVBAsTJE1pY3Jvc29mdCBJcmVsYW5kIE9wZXJh
# dGlvbnMgTGltaXRlZDEWMBQGA1UEBRMNMjMwMDEyKzQ1ODM4NjAfBgNVHSMEGDAW
# gBRIbmTlUAXTgqoXNzcitW2oynUClTBUBgNVHR8ETTBLMEmgR6BFhkNodHRwOi8v
# d3d3Lm1pY3Jvc29mdC5jb20vcGtpb3BzL2NybC9NaWNDb2RTaWdQQ0EyMDExXzIw
# MTEtMDctMDguY3JsMGEGCCsGAQUFBwEBBFUwUzBRBggrBgEFBQcwAoZFaHR0cDov
# L3d3dy5taWNyb3NvZnQuY29tL3BraW9wcy9jZXJ0cy9NaWNDb2RTaWdQQ0EyMDEx
# XzIwMTEtMDctMDguY3J0MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggIB
# ACnXo8hjp7FeT+H6iQlV3CcGnkSbFvIpKYafgzYCFo3UHY1VHYJVb5jHEO8oG26Q
# qBELmak6MTI+ra3WKMTGhE1sEIlowTcp4IAs8a5wpCh6Vf4Z/bAtIppP3p3gXk2X
# 8UXTc+WxjQYsDkFiSzo/OBa5hkdW1g4EpO43l9mjToBdqEPtIXsZ7Hi1/6y4gK0P
# mMiwG8LMpSn0n/oSHGjrUNBgHJPxgs63Slf58QGBznuXiRaXmfTUDdrvhRocdxIM
# i8nXQwWACMiQzJSRzBP5S2wUq7nMAqjaTbeXhJqD2SFVHdUYlKruvtPSwbnqSRWT
# GI8s4FEXt+TL3w5JnwVZmZkUFoioQDMMjFyaKurdJ6pnzbr1h6QW0R97fWc8xEIz
# LIOiU2rjwWAtlQqFO8KNiykjYGyEf5LyAJKAO+rJd9fsYR+VBauIEQoYmjnUbTXM
# SY2Lf5KMluWlDOGVh8q6XjmBccpaT+8tCfxpaVYPi1ncnwTwaPQvVq8RjWDRB7Pa
# 8ruHgj2HJFi69+hcq7mWx5nTUtzzFa7RSZfE5a1a5AuBmGNRr7f8cNfa01+tiWjV
# Kk1a+gJUBSP0sIxecFbVSXTZ7bqeal45XSDIisZBkWb+83TbXdTGMDSUFKTAdtC+
# r35GfsN8QVy59Hb5ZYzAXczhgRmk7NyE6jD0Ym5TKiW5MIIHejCCBWKgAwIBAgIK
# YQ6Q0gAAAAAAAzANBgkqhkiG9w0BAQsFADCBiDELMAkGA1UEBhMCVVMxEzARBgNV
# BAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jv
# c29mdCBDb3Jwb3JhdGlvbjEyMDAGA1UEAxMpTWljcm9zb2Z0IFJvb3QgQ2VydGlm
# aWNhdGUgQXV0aG9yaXR5IDIwMTEwHhcNMTEwNzA4MjA1OTA5WhcNMjYwNzA4MjEw
# OTA5WjB+MQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UE
# BxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSgwJgYD
# VQQDEx9NaWNyb3NvZnQgQ29kZSBTaWduaW5nIFBDQSAyMDExMIICIjANBgkqhkiG
# 9w0BAQEFAAOCAg8AMIICCgKCAgEAq/D6chAcLq3YbqqCEE00uvK2WCGfQhsqa+la
# UKq4BjgaBEm6f8MMHt03a8YS2AvwOMKZBrDIOdUBFDFC04kNeWSHfpRgJGyvnkmc
# 6Whe0t+bU7IKLMOv2akrrnoJr9eWWcpgGgXpZnboMlImEi/nqwhQz7NEt13YxC4D
# dato88tt8zpcoRb0RrrgOGSsbmQ1eKagYw8t00CT+OPeBw3VXHmlSSnnDb6gE3e+
# lD3v++MrWhAfTVYoonpy4BI6t0le2O3tQ5GD2Xuye4Yb2T6xjF3oiU+EGvKhL1nk
# kDstrjNYxbc+/jLTswM9sbKvkjh+0p2ALPVOVpEhNSXDOW5kf1O6nA+tGSOEy/S6
# A4aN91/w0FK/jJSHvMAhdCVfGCi2zCcoOCWYOUo2z3yxkq4cI6epZuxhH2rhKEmd
# X4jiJV3TIUs+UsS1Vz8kA/DRelsv1SPjcF0PUUZ3s/gA4bysAoJf28AVs70b1FVL
# 5zmhD+kjSbwYuER8ReTBw3J64HLnJN+/RpnF78IcV9uDjexNSTCnq47f7Fufr/zd
# sGbiwZeBe+3W7UvnSSmnEyimp31ngOaKYnhfsi+E11ecXL93KCjx7W3DKI8sj0A3
# T8HhhUSJxAlMxdSlQy90lfdu+HggWCwTXWCVmj5PM4TasIgX3p5O9JawvEagbJjS
# 4NaIjAsCAwEAAaOCAe0wggHpMBAGCSsGAQQBgjcVAQQDAgEAMB0GA1UdDgQWBBRI
# bmTlUAXTgqoXNzcitW2oynUClTAZBgkrBgEEAYI3FAIEDB4KAFMAdQBiAEMAQTAL
# BgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAfBgNVHSMEGDAWgBRyLToCMZBD
# uRQFTuHqp8cx0SOJNDBaBgNVHR8EUzBRME+gTaBLhklodHRwOi8vY3JsLm1pY3Jv
# c29mdC5jb20vcGtpL2NybC9wcm9kdWN0cy9NaWNSb29DZXJBdXQyMDExXzIwMTFf
# MDNfMjIuY3JsMF4GCCsGAQUFBwEBBFIwUDBOBggrBgEFBQcwAoZCaHR0cDovL3d3
# dy5taWNyb3NvZnQuY29tL3BraS9jZXJ0cy9NaWNSb29DZXJBdXQyMDExXzIwMTFf
# MDNfMjIuY3J0MIGfBgNVHSAEgZcwgZQwgZEGCSsGAQQBgjcuAzCBgzA/BggrBgEF
# BQcCARYzaHR0cDovL3d3dy5taWNyb3NvZnQuY29tL3BraW9wcy9kb2NzL3ByaW1h
# cnljcHMuaHRtMEAGCCsGAQUFBwICMDQeMiAdAEwAZQBnAGEAbABfAHAAbwBsAGkA
# YwB5AF8AcwB0AGEAdABlAG0AZQBuAHQALiAdMA0GCSqGSIb3DQEBCwUAA4ICAQBn
# 8oalmOBUeRou09h0ZyKbC5YR4WOSmUKWfdJ5DJDBZV8uLD74w3LRbYP+vj/oCso7
# v0epo/Np22O/IjWll11lhJB9i0ZQVdgMknzSGksc8zxCi1LQsP1r4z4HLimb5j0b
# pdS1HXeUOeLpZMlEPXh6I/MTfaaQdION9MsmAkYqwooQu6SpBQyb7Wj6aC6VoCo/
# KmtYSWMfCWluWpiW5IP0wI/zRive/DvQvTXvbiWu5a8n7dDd8w6vmSiXmE0OPQvy
# CInWH8MyGOLwxS3OW560STkKxgrCxq2u5bLZ2xWIUUVYODJxJxp/sfQn+N4sOiBp
# mLJZiWhub6e3dMNABQamASooPoI/E01mC8CzTfXhj38cbxV9Rad25UAqZaPDXVJi
# hsMdYzaXht/a8/jyFqGaJ+HNpZfQ7l1jQeNbB5yHPgZ3BtEGsXUfFL5hYbXw3MYb
# BL7fQccOKO7eZS/sl/ahXJbYANahRr1Z85elCUtIEJmAH9AAKcWxm6U/RXceNcbS
# oqKfenoi+kiVH6v7RyOA9Z74v2u3S5fi63V4GuzqN5l5GEv/1rMjaHXmr/r8i+sL
# gOppO6/8MO0ETI7f33VtY5E90Z1WTk+/gFcioXgRMiF670EKsT/7qMykXcGhiJtX
# cVZOSEXAQsmbdlsKgEhr/Xmfwb1tbWrJUnMTDXpQzTGCFWcwghVjAgEBMIGVMH4x
# CzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRt
# b25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xKDAmBgNVBAMTH01p
# Y3Jvc29mdCBDb2RlIFNpZ25pbmcgUENBIDIwMTECEzMAAAGIr1LWuZJt6PkAAAAA
# AYgwDQYJYIZIAWUDBAIBBQCgga4wGQYJKoZIhvcNAQkDMQwGCisGAQQBgjcCAQQw
# HAYKKwYBBAGCNwIBCzEOMAwGCisGAQQBgjcCARUwLwYJKoZIhvcNAQkEMSIEIGhX
# IfG01yGJe+z28rPmNXwH/+WXlextiNr0HOxwYC03MEIGCisGAQQBgjcCAQwxNDAy
# oBSAEgBNAGkAYwByAG8AcwBvAGYAdKEagBhodHRwOi8vd3d3Lm1pY3Jvc29mdC5j
# b20wDQYJKoZIhvcNAQEBBQAEggEAOwMnHqMB1NR9UhTFaikb+ZPKdQOC9VwqLwtI
# i4h3iLaS1liXCmne9Lpz23Vl4MSNjXNgLAYU8+DR9fLIlpruy+Tn8LzZFhq0c2Jq
# 6M0q7eOE1+KSBFXuSzOvVCZR4o95vGHoxp08+JFJ6jni5SIJDQbFAurVHSmPFjWT
# +j88StDYnU1OmuIxYJMQpiuoyJCcIpHUFlcqOpn8Xnm8LoATApTw8REC6FgacI4I
# xC+CsQumRjrul4MOnaEEUmfjiPvzbVKs805v4fnA9flME+ExYFk+1EciZjNLnJXL
# kapwUjn1zvzb1UmYe6tx2J9koOO33ol4qHK3yTuE351p0ZD2D6GCEvEwghLtBgor
# BgEEAYI3AwMBMYIS3TCCEtkGCSqGSIb3DQEHAqCCEsowghLGAgEDMQ8wDQYJYIZI
# AWUDBAIBBQAwggFVBgsqhkiG9w0BCRABBKCCAUQEggFAMIIBPAIBAQYKKwYBBAGE
# WQoDATAxMA0GCWCGSAFlAwQCAQUABCBizV1GIIABr9AiLX0tcH9ArmwC2ESxZjyp
# Finm9qYnKwIGXxc8aT2tGBMyMDIwMDgxNDAyNDUzNi4yNzRaMASAAgH0oIHUpIHR
# MIHOMQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMH
# UmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSkwJwYDVQQL
# EyBNaWNyb3NvZnQgT3BlcmF0aW9ucyBQdWVydG8gUmljbzEmMCQGA1UECxMdVGhh
# bGVzIFRTUyBFU046RDlERS1FMzlBLTQzRkUxJTAjBgNVBAMTHE1pY3Jvc29mdCBU
# aW1lLVN0YW1wIFNlcnZpY2Wggg5EMIIE9TCCA92gAwIBAgITMwAAAS0uTUHKY2Uz
# oAAAAAABLTANBgkqhkiG9w0BAQsFADB8MQswCQYDVQQGEwJVUzETMBEGA1UECBMK
# V2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0
# IENvcnBvcmF0aW9uMSYwJAYDVQQDEx1NaWNyb3NvZnQgVGltZS1TdGFtcCBQQ0Eg
# MjAxMDAeFw0xOTEyMTkwMTE1MDRaFw0yMTAzMTcwMTE1MDRaMIHOMQswCQYDVQQG
# EwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwG
# A1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSkwJwYDVQQLEyBNaWNyb3NvZnQg
# T3BlcmF0aW9ucyBQdWVydG8gUmljbzEmMCQGA1UECxMdVGhhbGVzIFRTUyBFU046
# RDlERS1FMzlBLTQzRkUxJTAjBgNVBAMTHE1pY3Jvc29mdCBUaW1lLVN0YW1wIFNl
# cnZpY2UwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCpYY30dUk6mEU0
# t7NIuIyHEjFfhuDdKGIMJUCvqZeA1TBZq9Yk2RxS4907e1ehfjPwV8dIfYtLrtcg
# Z6gqjTpLiREU21ZzOLtyb0cc7EHwowX6g/wjcKDDXpKMpSAc8T+dEpI6daT7J0AS
# h2gj/LYLr2Fc6E0OeKtlaWBD//jmE0HhD6lhYvFoIL7HJLnq3FBpIWFjPA1f+CVO
# zf62w67WpmG3vC7ZFYk0GG4oFEggKK/Q4bQGb6vANAO91xR9nX9sA5S7QJygnLFb
# 10pmd+WwKp3jeLhEFcvDUHUXhiNbSOlMaAu154xryuDHA3SoWrzSewwJ0j+fhvw0
# 5HVg/pTfAgMBAAGjggEbMIIBFzAdBgNVHQ4EFgQU2WxkfEIBIfhODor/L0O+NPKd
# hs0wHwYDVR0jBBgwFoAU1WM6XIoxkPNDe3xGG8UzaFqFbVUwVgYDVR0fBE8wTTBL
# oEmgR4ZFaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraS9jcmwvcHJvZHVjdHMv
# TWljVGltU3RhUENBXzIwMTAtMDctMDEuY3JsMFoGCCsGAQUFBwEBBE4wTDBKBggr
# BgEFBQcwAoY+aHR0cDovL3d3dy5taWNyb3NvZnQuY29tL3BraS9jZXJ0cy9NaWNU
# aW1TdGFQQ0FfMjAxMC0wNy0wMS5jcnQwDAYDVR0TAQH/BAIwADATBgNVHSUEDDAK
# BggrBgEFBQcDCDANBgkqhkiG9w0BAQsFAAOCAQEAfWsDZPdOq3nAbqDuxM6uwfFB
# rvRKBV4i/GnNG27GQwWPc/96fGrVWUQsRzeN2t1hmwjGaCmMUgR+lApHA3MFyHzS
# hG1TM5xdZo6UBBm6oUfqzzah12aLUlfr5/OQMZnnwDN23C7fljQaRLjmWeJD2VXB
# bTKOGMkI8aDUT4sJqfgdB5IULP5f1SINFyWOpORUShPyRRHFWONuejXalGft46Lt
# 2+DgJLRNrq6+FelUcNX33zpcWW/DMrxOZqr01STkrVcQrobqoNayHvJWtYGeYori
# Mlnn7TjXzMNJ0mXIRi4oA3iJ8Ol38MIBZwuUJfD239ozsQlJbgGG88pCPjJwYjCC
# BnEwggRZoAMCAQICCmEJgSoAAAAAAAIwDQYJKoZIhvcNAQELBQAwgYgxCzAJBgNV
# BAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4w
# HAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xMjAwBgNVBAMTKU1pY3Jvc29m
# dCBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAyMDEwMB4XDTEwMDcwMTIxMzY1
# NVoXDTI1MDcwMTIxNDY1NVowfDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hp
# bmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jw
# b3JhdGlvbjEmMCQGA1UEAxMdTWljcm9zb2Z0IFRpbWUtU3RhbXAgUENBIDIwMTAw
# ggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCpHQ28dxGKOiDs/BOX9fp/
# aZRrdFQQ1aUKAIKF++18aEssX8XD5WHCdrc+Zitb8BVTJwQxH0EbGpUdzgkTjnxh
# MFmxMEQP8WCIhFRDDNdNuDgIs0Ldk6zWczBXJoKjRQ3Q6vVHgc2/JGAyWGBG8lhH
# hjKEHnRhZ5FfgVSxz5NMksHEpl3RYRNuKMYa+YaAu99h/EbBJx0kZxJyGiGKr0tk
# iVBisV39dx898Fd1rL2KQk1AUdEPnAY+Z3/1ZsADlkR+79BL/W7lmsqxqPJ6Kgox
# 8NpOBpG2iAg16HgcsOmZzTznL0S6p/TcZL2kAcEgCZN4zfy8wMlEXV4WnAEFTyJN
# AgMBAAGjggHmMIIB4jAQBgkrBgEEAYI3FQEEAwIBADAdBgNVHQ4EFgQU1WM6XIox
# kPNDe3xGG8UzaFqFbVUwGQYJKwYBBAGCNxQCBAweCgBTAHUAYgBDAEEwCwYDVR0P
# BAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAU1fZWy4/oolxiaNE9
# lJBb186aGMQwVgYDVR0fBE8wTTBLoEmgR4ZFaHR0cDovL2NybC5taWNyb3NvZnQu
# Y29tL3BraS9jcmwvcHJvZHVjdHMvTWljUm9vQ2VyQXV0XzIwMTAtMDYtMjMuY3Js
# MFoGCCsGAQUFBwEBBE4wTDBKBggrBgEFBQcwAoY+aHR0cDovL3d3dy5taWNyb3Nv
# ZnQuY29tL3BraS9jZXJ0cy9NaWNSb29DZXJBdXRfMjAxMC0wNi0yMy5jcnQwgaAG
# A1UdIAEB/wSBlTCBkjCBjwYJKwYBBAGCNy4DMIGBMD0GCCsGAQUFBwIBFjFodHRw
# Oi8vd3d3Lm1pY3Jvc29mdC5jb20vUEtJL2RvY3MvQ1BTL2RlZmF1bHQuaHRtMEAG
# CCsGAQUFBwICMDQeMiAdAEwAZQBnAGEAbABfAFAAbwBsAGkAYwB5AF8AUwB0AGEA
# dABlAG0AZQBuAHQALiAdMA0GCSqGSIb3DQEBCwUAA4ICAQAH5ohRDeLG4Jg/gXED
# PZ2joSFvs+umzPUxvs8F4qn++ldtGTCzwsVmyWrf9efweL3HqJ4l4/m87WtUVwgr
# UYJEEvu5U4zM9GASinbMQEBBm9xcF/9c+V4XNZgkVkt070IQyK+/f8Z/8jd9Wj8c
# 8pl5SpFSAK84Dxf1L3mBZdmptWvkx872ynoAb0swRCQiPM/tA6WWj1kpvLb9BOFw
# nzJKJ/1Vry/+tuWOM7tiX5rbV0Dp8c6ZZpCM/2pif93FSguRJuI57BlKcWOdeyFt
# w5yjojz6f32WapB4pm3S4Zz5Hfw42JT0xqUKloakvZ4argRCg7i1gJsiOCC1JeVk
# 7Pf0v35jWSUPei45V3aicaoGig+JFrphpxHLmtgOR5qAxdDNp9DvfYPw4TtxCd9d
# dJgiCGHasFAeb73x4QDf5zEHpJM692VHeOj4qEir995yfmFrb3epgcunCaw5u+zG
# y9iCtHLNHfS4hQEegPsbiSpUObJb2sgNVZl6h3M7COaYLeqN4DMuEin1wC9UJyH3
# yKxO2ii4sanblrKnQqLJzxlBTeCG+SqaoxFmMNO7dDJL32N79ZmKLxvHIa9Zta7c
# RDyXUHHXodLFVeNp3lfB0d4wwP3M5k37Db9dT+mdHhk4L7zPWAUu7w2gUDXa7wkn
# HNWzfjUeCLraNtvTX4/edIhJEqGCAtIwggI7AgEBMIH8oYHUpIHRMIHOMQswCQYD
# VQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEe
# MBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSkwJwYDVQQLEyBNaWNyb3Nv
# ZnQgT3BlcmF0aW9ucyBQdWVydG8gUmljbzEmMCQGA1UECxMdVGhhbGVzIFRTUyBF
# U046RDlERS1FMzlBLTQzRkUxJTAjBgNVBAMTHE1pY3Jvc29mdCBUaW1lLVN0YW1w
# IFNlcnZpY2WiIwoBATAHBgUrDgMCGgMVAJ/OX8d+h3uxdL4JslJc9sPNpdCxoIGD
# MIGApH4wfDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNV
# BAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEmMCQG
# A1UEAxMdTWljcm9zb2Z0IFRpbWUtU3RhbXAgUENBIDIwMTAwDQYJKoZIhvcNAQEF
# BQACBQDi4AyfMCIYDzIwMjAwODEzMjMwMTUxWhgPMjAyMDA4MTQyMzAxNTFaMHcw
# PQYKKwYBBAGEWQoEATEvMC0wCgIFAOLgDJ8CAQAwCgIBAAICJKICAf8wBwIBAAIC
# ERswCgIFAOLhXh8CAQAwNgYKKwYBBAGEWQoEAjEoMCYwDAYKKwYBBAGEWQoDAqAK
# MAgCAQACAwehIKEKMAgCAQACAwGGoDANBgkqhkiG9w0BAQUFAAOBgQB6PXy8VS8w
# 893yMUPk7NRI0J9/+MN/YnZup2mgUrP9hDRT2uasQaCV4vB4aM/FgHfliz+HdyyM
# WMTXbL9nHYYLI2lfRgnxtmVMWB5qTGx5zWdJM0KHuV27DIlkYwnrirgEMYttJl6K
# M62Griy5oKoT+wAT+XoyOKFIrBF6LF8c6DGCAw0wggMJAgEBMIGTMHwxCzAJBgNV
# BAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4w
# HAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xJjAkBgNVBAMTHU1pY3Jvc29m
# dCBUaW1lLVN0YW1wIFBDQSAyMDEwAhMzAAABLS5NQcpjZTOgAAAAAAEtMA0GCWCG
# SAFlAwQCAQUAoIIBSjAaBgkqhkiG9w0BCQMxDQYLKoZIhvcNAQkQAQQwLwYJKoZI
# hvcNAQkEMSIEIF+6mO6+QWEdKEq2rpidoiOQk6tUmfJCiFWZHjvKNZX5MIH6Bgsq
# hkiG9w0BCRACLzGB6jCB5zCB5DCBvQQgjvFacnJ9IAeP4pUQDzw20vgpm6o/7gtN
# dZqHOaHhg8EwgZgwgYCkfjB8MQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGlu
# Z3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBv
# cmF0aW9uMSYwJAYDVQQDEx1NaWNyb3NvZnQgVGltZS1TdGFtcCBQQ0EgMjAxMAIT
# MwAAAS0uTUHKY2UzoAAAAAABLTAiBCCOqHnIXhhxGIFEuQr/Lbhi6fHs2+kovcgG
# iUU1ML7tyTANBgkqhkiG9w0BAQsFAASCAQCHcBXCoHlTwvAi5Mj8lVn6YxADdVAv
# h/qrqI0ybsIEJc7tSNpYiXw7J21s3FHaqxqKWVD/fxl0kIhnB2WkhxUWs9Y84LP1
# 4ms+oJNWaKlutsnwqueVLTbjh9bIEwSmr32MSdQkdlPBYIq0vGUL1cRsXhKaGyqQ
# no/97ASoowv0kCHgcZuqxDiGSndXbQi289dmd56HRIXsKnAwrD9Zor9kOMJZg/X8
# AMyhCXci+qhfOdAXGV1oRRfJaseGPsRZLkU8VhOfpYoYGtX270SIbODgHjsCwFDx
# vGuNTRtezqUSb1sNBHMyWs1Yh+Y17jCM0EfNjlv2Vc+qTQexGKFaF9Eu
# SIG # End signature block